Sometimes when you try to copy data from a USB drive a small window pops up telling you this device is right protected
Write protection means that the disk is protected against write operations. This means you can’t write on the disk. You are only allowed to read and copy data from that disk, but unable to write or delete any content of that disk.
Write protect was created to prevent a flash drive from virus attack or unauthorized access to the device, To create write protect on your USB first plug it to your computer
- Press window key + R to open the run box
- On the run box type "regedit" then enter
- on the registry window navigate to this path
- Create a new key and name it "storage device policies"
- Select storage device policies right click it select new DWORD value and rename it "write protect"
- Set its value to 1
To revert the changes set its value to 0 then the write protection will be disabled.
You can also do this by using command prompt
- Plug your USB to a computer and run command prompt as an administrator
- to enable write protect type this command replacing device name with the name of your USB
- To disable write protect type this command
- To verify whether the media is write protected or not
I tried the above code in command prompt but it says $ is not recgnised as internal or external parameter.
ReplyDeletewell actually command prompt works perfectly with CD's regarding write protect issues, other kind of storage devices are not guaranteed to support the commands
Delete