Information About USB Error Write Protected In Short.
I am using my friends USB flash disk, but it shows USB error write protected while I try to copy the files. How can I remove write protection from it?
I am using my friends USB flash disk, but it shows USB error write protected while I try to copy the files. How can I remove write protection from it?
Try following this procedure:
If your USB flash drive is write-protected and you can’t copy files to it, check the side of the drive if it has a switch. If the drive includes a switch, move the switch to remove write-protection on the drive. This should allow you to copy files to the drive.
On the other hand, if the drive doesn’t have a switch on the side, one workaround that should remove write-protection is with the “diskpart” command. On your computer, insert the USB flash drive that is write-protected to the USB port. Next, press the Windows key + R to bring up the “Run” dialog then type without quotes “cmd” then hit Enter to launch an elevated command prompt.
On the command prompt window, type without quotes “diskpart” then hit Enter. Next, type without quotes “list disk” then hit Enter. Next, type without quotes “select disk 0” where “0” is the number of the write-protected USB flash drive then hit Enter. Next, type without quotes “attributes disk clear readonly” then hit Enter. This should disable write-protection on the target drive.
When the write-protection removing process is complete, type without quotes “exit” then hit Enter to exit diskpart and then close the command prompt window.