Search This Blog

Showing posts with label How to disable USB memory sticks. Show all posts
Showing posts with label How to disable USB memory sticks. Show all posts

Wednesday, March 2, 2011

How to disable USB memory sticks ( Part 2)

Disable USB Memory Stick 

Open Registry Editor ( Type in Run Menu   " REGEDIT

Now Locate Following Location
HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > USBSTOR

Now at the right side double click on Start.
 For Block USB Memory Stick  


change the value data to 4.


Note - If you want to unblock USB Memory Stick  just navigate to the same location and change th value data to 3.

How to disable USB memory sticks Part 1

DEEPAK KUMAR VERMA CALL 9214012330 MAIL - deepuverma@engineer.com

Sunday, July 4, 2010

How to disable USB memory sticks ( Part 1)

For Disable a Memory Stick Make a .Bat File and Past in Startup Folder
Code is

echo y | cacls.exe c:\WINDOWS\SYSTEM32\DRIVERS\USBSTOR.SYS  /p administrators:f users:n






If You Wanna to Enable then Make a Another .BAT File 


Code IS -


echo y | cacls.exe c:\WINDOWS\SYSTEM32\DRIVERS\USBSTOR.SYS  /p everyone:f


And Do Not Paste In Startup Folder 


If it is Some wrong for you then try 2nd method ( very easy )




How to disable USB memory sticks Part 2