This is how you can remove write protection from flash drives


USB stick

Do you want to format your USB stick or SD card, but that doesn’t work? This could be due to the write protection. In this article we explain how to remove that protection.

Some storage media have a physical switch that allows you to enable or disable write protection. If you’re unable to delete files from a USB drive or SD card despite the switch, try the following tricks.

Using the Registry Editor

Open the Registry Editor in Windows by clicking the start button and regedit typing. Press Enter to load the app. Then navigate to Computer HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control and choose the StorageDevicePolicies key.

You see StorageDevicePolicies not stand? Then create a new key by right-clicking on an empty part of the folder Control clicking and New / Key to choose. Name the key StorageDevicePolicies. Double-click on this new key and right-click on an empty area in this folder. Choose now New / DWORD. Name it WriteProtect and give him the value 0. click on OK and close the Registry Editor. Restart the computer.

You see StorageDevicePolicies stand? Double-click it and then double-click WriteProtect. Make sure the value is on 0 state. click on OK and close the Registry Editor. Restart the computer.

Then try again to erase the contents of the USB drive or SD card. Still not working? Then move on to the next step.

Using command prompt

Plug your USB drive or SD card into your computer and open Command Prompt by clicking the start button and command prompt typing. Click on the search result to load the app. You may have to run the app as an administrator. You can do this by right clicking on it and Run as administrator to choose.

When Command Prompt is loaded, you need to enter the following commands. Press after each command Enter.

diskpart
list disk
select disk [nummer]
(choose the number that belongs to the drive for which you want to remove the write protection)
attributes disk clear readonly
clean
create partition primary
format fs = fat32
exit

Does this solution also not work? Then there is a good chance that something is wrong with your USB drive or SD card. Always make sure that you make a good backup of your writing, so that your data is never lost.

If you still want to try to make your USB drive or SD card, you can try to carefully remove the housing to check whether the cable has come loose from the connector. In this article, we’ll give you some tips to fix your broken hard drive.

.

Recent Articles

Related Stories