Disable Access to USB Mass Storage Drive

Status
Not open for further replies.

topgear

Super Moderator
Staff member
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\Services\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 :

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000004

code for enable access to the usb mass storage drive :

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000003
 
OP
topgear

topgear

Super Moderator
Staff member
Why bother with bios settings when you can enable or disable
Access to the usb mass storage drives from within windows with
Simple mouse clicks ( provided you created 2 separate reg files )
Without restarting your computer.
 

motobuntu

Journeyman
i think disabling usb ports from bios is a better option

Problem with disabling usb ports from BIOS is that, it will also block ur USB keyboard, mouse etc. While using the trick mentioned here only usb mass storage devices can be blocked.
 
OP
topgear

topgear

Super Moderator
Staff member
thats alot. just to confirm ... this will not disable other usb devices?

No. This will only disable USB Mass Storage Drive like usb pen drive, usb hard disk.

I am using my usb web cam with this retriction enabled without no problem.

Thanks guys for your comments
 

ashfame

Padawan
One of my visitor asked me and I don't know what can solve the problem.
Can someone tell me the solution of this query?
 
OP
topgear

topgear

Super Moderator
Staff member
The source is this..!!!

Are U out of your mind ? Thats not the source.

I've never ripped off any kind of tutorials.

Any way thank you for informing this. Now do check the link .

That bullshit guy of that blog just ripped off my tute

@ pathik..........

LOLZ pathik.
 
Last edited:
Status
Not open for further replies.
Top Bottom