REGISTRY HACK TO DISABLE WRITE-PROTECT IN COMPUTER


1- Open Start Menu >> Run, type regedit and press Enter. This will open the registry editor.
Navigate to the following path:
Quote:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\StorageDevicePolicies
Double click the key WriteProtect in the right pane and set the value to 0
2- In the Data Value Box, press OK
3- Exit Registry and then re-connect your USB pen drive to your computer.

or

1- Open notepad
2- Copy and Paste this codes

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000
3- save it as .reg file (example: cyberpau.reg)

4- double-click the file...click Yes if prompted by UAC.

NOTE: To enable again the write protect...copy this code:

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

0 comments: