REGISTRY HACK TO DISABLE WRITE-PROTECT IN COMPUTER SHOPS,ETC.
To remove write protection:
1- Open Start Menu >> Run, type regedit and press Enter. This will open the registry editor.
Navigate to the following path:
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
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000
1- Open notepad
2- Copy and Paste this codes