Friday, December 31, 2010

Disable USB writing

Today , The major concern in cyber cafes or organisation is to stop USB Writitngs.In this post i m sharing that HOW TO STOP/PREVENT USB WRITING .

Here it is=

---------------------------------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001

---------------------------------------------------------------------------------------------------------------------------

Paste the above code in notepad and then sace it as registry file  (filename.reg).Then Double Click it and u have done successfully.
This works on WINDOWS VISTA as well as WINDOWS 7.

If u have to enable it again.Copy and paste it again in the notepad and save it again as the registry file and open it.
-------------------------------------------------------------------------------------------------------------------------
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000'
-------------------------------------------------------------------------------------------------------------------------
ENJOY

0 comments:

Post a Comment