A common security concern at organizations is allowing users to plug in a usb flash drive, because they could so easily copy corporate data.
Since Windows XP SP2, you can disable writing to USB devices altogether using a simple registry hack. Here it is:
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlStorageDevicePolicies]
“WriteProtect”=dword:00000001
Incoming search terms for the article:
Related posts:
- “The Disk is write-protected” problem (Memory card)
- How to hide drives in your PC
- Hide ur drives || Lock ur drives
- [How To] Block programs in Windows 7 using Registry Editor
- [How To] Permanently disable UAC in Windows 7 / Vista
- Password protect your PenDrive with USB Safeguard
- Stopping Unneeded Startup Services
- Counter Strike 1.6 aimbot – CS 1.6 Cheats
- [How to]Disable hibernate and save precious disk space in XP
- How to disable security alerts in Windows

where should i put this code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
“WriteProtect”=dword:00000001
Navigate to the Key given here by using Registry Editor and in the right side pane create new Dword. Name it as WriteProtect and keep the dword value 1.
To re-enable USB writing make dword value 0
i have an xp sp2 after HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
I DO NOT GET Control\StorageDevicePolicies WHAT DO I DO??
Even if I make one file by the name of StorageDevicePoliciesin control and define its value to 0 or 1 by using d-word value it still works. Awating reply ASAP
Yupp, it’ll work
Just try it that way
hey thanks a lot man.
welcome mate