It seems that you are new here. You may want to sign up for e-mail updates or subscribe to my RSS feeds. Thanks for visiting!
You may want to block USB mass storage device to disallow the unauthorized use of pendrives or you may want to unblock USB mass storage device to get access (most of the case in college’s net lab). Well, this can be done by a simple registry tweak. Before doing so, I recommend taking a backup of the regustry because playing with registry can be harmful for your OS. Read (How to backup your windows registry). When you have backup the key :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR proceed further.
To disable access
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000004
To enable access
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000003
Copy the required code to a text file and save it as *.reg file. Just open that file and information will be added to the registry.
Source : Thinkdigit Forum
Need any kind of help? Let me know through your valuable comments.
Tags: access pendrive · block usb · disable usb storage · enable usb storage8 Comments




8 responses so far ↓
THis tip will come in handy as lots of pen drive viruses are spreading.
@Madhur
Yeah! Many registry trick comes handy. I wish I can remember them all so that they can be recalled anytime.
Thanks for the info. I was aware of this solution but after my latest reboot, i receive the following message “Cannot edit Start: Error writing the value’s new contents”. This started happening after the latest reboot of my WORK desktop and I am fairly certain some type of script was applied to preclude me from editting the registry file. Any ideas on another workaround?
@mauric6943
I tried asking on forum but didn’t got a reply.
Thanks for the followup.
thanx a lot bro…this what i looking for in my office!!!
its good very good. u r solutions is very useful to me. thank for u.
@ arios, Manish
You are welcome.