[go: up one dir, main page]

0% found this document useful (0 votes)
22 views1 page

Removing Write Protection From USB Drive

Uploaded by

Masked Modder
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Removing Write Protection From USB Drive

Uploaded by

Masked Modder
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Removing Write Protection from a USB Drive

Step-by-Step Guide
1. Check for Physical Lock

Some USB drives have a lock switch. Ensure it is in the 'unlocked' position.

2. Remove Write Protection via Command Prompt

- Open Command Prompt as Administrator.


- Type the following commands, pressing Enter after each:
diskpart
list disk
select disk X (Replace X with your USB drive number)
attributes disk clear readonly
exit
- Try formatting the USB again.

3. Edit Windows Registry (Advanced Users)

- Open Registry Editor (type 'regedit' in Run or Start).


- Navigate to:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Right-click 'Control' and create a new key named 'StorageDevicePolicies'.
- Open this key, right-click, and create a new DWORD named 'WriteProtect'.
- Set the value to 0.

4. Restart

After completing these steps, restart your computer and try formatting the USB drive again.

You might also like