Wednesday, October 9, 2013

How To Enable Disable Write Protection Of USB Devices ( Using Windows)


Microsoft has added options to the Windows operating system (more precisely to Windows XP and newer operating systems) to write protect all USB devices that are connected to it. This indicates that it may not always be possible to protect the computer this way, for instance if data needs to be written to USB devices regularly.
Write Protection adds another layer of defense to the computer. The system is not fool proof on its own, as it is still possible to copy data, for instance by uploading it to the Internet or a network connection.

Write Protecting USB Devices

To disable writing access :....
  1. Run Registry Editor (regedit).
  2. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  3. Create a New Key named as StorageDevicePolicies.
  4. Highlight StorageDevicePolicies, and then create a New DWORD (32-bit) Value named as WriteProtect.
  5. Double click on WriteProtect, and set its value data to 1.
Some operating system has already have this StorageDevicePolicies in their system.

To enable writing access:....
     1. Just delete the StorageDevicePolicies registry key.
     2. Delete the WriteProtect registry entry
     3. Change the value data for WriteProtect to 0.


No comments:

Post a Comment