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
REGISTRY HACK TO DISABLE WRITE-PROTECT IN COMPUTER
Posted by Hackers Singson at 11:56 PM Labels: Computer Tricks 0 comments
Remove Right Protected in Flash drive/Flash Disk using CMD
Step1: Goto CMD, start->run->cmd
Step2: type DISKPART
Step3: type LIST DISK, then type SELECT DISK 1
NOTE: Please select your flash disk where it located.
Step4: type CLEAN,then type CREATE PARTITION PRIMARY
Step5: type ACTIVE, then type SELECT PARTITION 1
Step6: type FORMAT FS=FAT32, then enter
NOTE: FS means "file system".
Posted by Hackers Singson at 11:38 PM Labels: Computer Tricks 0 comments