block or unblock Usb ports | registry trick to hack USB ports


Advertisements

Hacking usb ports
block Usb ports C program
Today i am going to write about a cool hack. You can block USB port of a computer system with a simple exe file. So you can play prank with your friends' by blocking USB ports of their computer easily without even working on that system. There are few tricks available which use windows registry modification. This method also do the same with c program. You just need to compile these C programs. One program is for blocking USB ports and another C program is for unblocking. This trick is for windows computer because i am using registry editing for blocking and unblocking.

Download the pack of code which contains
  1. block_usb_port.c  (compile this and create block.exe)
  2. unblock_usb_port.c (compile this and create unblock.exe)
Now follow these steps:
  1. compile and make exe of following files.
  2. create an autorun pendrive which would run block.exe on inserting usb device.
  3. give this USB disk to any of your friend.
  4. you can directly send this exe to your friend.
When you want to unblock usb ports run unblock.exe 

Download Here:
http://www.ziddu.com/download/13396349/Usb_port_hack.rar.html 

Enjoy this trick and comment below if you have any problem in implementation

Subscribe us to receive free updates in your inbox:



{ 1 comments... read them below or add one }

Himalay said...

its not downloading.....
Please paste your code here
Thank you

Post a Comment