How to remove write protection from a pen drive in Windows 7 (SanDisk Ultra 32GB)


There are mainly 2 methods for removing the write protection:

  1. The Diskpart CMD Method.
  2. The Regedit Method.

Diskpart command Method:


1. Open administrative Command Prompt.

2. Enter these commands & hit Enter key after each -

  1. diskpart 
  2. list disk 
  3. select disk # (# select the disk which is write protected) 
  4. attributes disk clear read-only 

3. Close the Command Prompt and re-insert the USB drive.

Registry edit method:

1. Press Windows Key and R keys simultaneously , then a dialog box will appear. Type "regedit" in Run dialog box and hit Enter to open the Registry Editor.

2. In the left side, navigate to : HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl

3. In the left side of this location, right click Control key and select New, followed by selecting Key. Nommez la nouvelle sous-clé ainsi créée comme StorageDevicePolicies. Maintenant, venez à droite de cette sous-clé, c'est-à-dire StorageDevicePolicies, faites un clic droit et sélectionnez Nouveau, puis sélectionnez Valeur DWORD. Nommez le DWORD nouvellement créé comme WriteProtect.

Dans certains cas, vous pourriez trouver que ce DWORD sous la sous-clé existe déjà et que le DWORD a une valeur définie à 1. Double-cliquez sur le DWORD pour modifier sa valeur.

4. Changez les données de la valeur de 1 à 0. Cliquez sur OK. Fermez l'éditeur de registre. Et réinsérez la clé USB.