Follow the following steps to write enable your usb flash drive.
1. Open the Registry Editor (Open the “Run” dialog box, type regedit and hit “Enter”).
2. Navigate to the following Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Control\
3. Create a New Key named as StorageDevicePolicies. To do this right-click on Control, and click on New->Key and name it as StorageDevicePolicies.
4. Now right-click on StorageDevicePolicies and create a New->DWORD (32-bit) Value and name it as WriteProtect.
5. Double-click on WriteProtect and set the Value data to 1.
To revert and remove the write-protection, all you need to do is just change the Value data for WriteProtect (Step-5) from 1 back to 0.
U can use following to prevent Read, Write and execute operations.
ReplyDeleteGoto regedit >>HKEY_LOCAL_MACHINE>>SYSTEM>>CurrentControlSet>>Services>>USBSTOR ABD Change the value of key Start from 3 to 4.
See the magic.!!