This hack will disable access to the usb flash drive
also known as usb mas storage drive ( also usb hard
disks but not sure as I don't have one).
Goto start > run > and type in regedit and press enter.
This will open registry editor window. Now go to the
following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\USBSTOR
Right click on the key and select export and save a backup copy in case
anything goes wrong. Now on the right pan of the regedit window double
click on the value called Start & set it value to 4 & click OK.
When you need to use your USB mass storage drive just change the value of
Start to 3.
If you're too lazy just copy & paste these codes into a notepad
file and save it with a .reg extension.
code for Disable access to the usb mass storage drive :
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000004
code for enable access to the usb mass storage drive :
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000003
Saturday, January 19, 2008
Disable Access to USB Mass Storage Drive
Penned by Sriram at 12:32 AM
Labels: tips and tricks, windows
Subscribe to:
Post Comments (Atom)
4 comments:
Hey man ! why the hell you just ripped off my hard work ?
This tute making takes me a long time.
You do not have any kind of shame.
Mention the source or just delete this.
Or I going to report it to the proper authorities .
Make up your own stuff and dont copy. Even if you do, mention the source :mad:
Shame on u man. Ripping some one's hard work and trying to pass it as your own. U should have given @topgear his due recognition.
^^Thanks guys. I've caught that shameless moron red handed. ok here is the original source :
http://www.thinkdigit.com/forum/showthread.php?t=77208
Post a Comment