How To Remove Write Protection From USB Flash Drives
Disable Write Protection From USB Drives In 5 Mins.
USB Flash driver get write protected when the administrator changes its properties. It also happens by some of the viruses.
I have found an old solution that worked on my 64 gb USB drive. No need to modify registry or download software. Try this system fix:
Step 1 - Open Command Promote in admin Mode.
Step 2 - type DISKPART press <enter>
Step 3 - type LIST VOLUME press <enter>
Step 4 - type SELECT VOLUME X, where X is the volume number you want to remove the write protect from. In my case is was Volume 6
Step 5 - type ATTRIBUTES DISK CLEAR READONLY press <enter>
you will see a prompt that the write protect has been removed
Step 6 - type EXIT press <enter>
Comments