How To Remove Write Protection From A USB PDF
How To Remove Write Protection From A USB PDF
After you’ve disabled BitLocker, try to copy something on the USB stick again and see if
the problem disappears.
1. Check and write down the storage capacity of the USB device. This comes in handy
later. After you’ve confirmed the space limit, plug the USB stick into the computer
port.
2. Launch Command Prompt. You can do this either by pressing Windows key+R and
typing cmd or searching for Command Prompt from the Start Menu. If you see the
“Access is denied” message, right-click on Command Prompt and choose Run as
Administrator.
3. In Command Prompt, type diskpart and press enter.
6. Type select disk # where “#” is the disk number. For example, if your USB was “Disk 1,”
type “select disk 1” without quotes, then press enter.
7. Type Attributes disk clear readonly and press enter. Yes, “attributes” has an “s,” and
“readonly” is one word.
8. Finally, wait for the write protection removal to finish, type Exit, then press
enter/return to close the command prompt window.