Not able to remove Write-protect for My Micro SD HC card

laksachin

Reputable
May 17, 2015
1
0
4,510
Hi Guys,

I followed two scenarios of removing Write protection as follows:

Scenario1:

1. Plunge this drive or memory card to a computer. (Of course, you should use a card Reader to connect your memory card.)
2. Click “Start” on the taskbar to open “Run” and type in “regedit”.
3. Hit “HKEY_LOCAL_MACHINE” to expand “System”.
4. Find “Current Control Set” in “System” list to click “Control”.
5. Check whether there is a key named “Storage Device Policies” to change the digit in the “DWORD value” box into "0" and press “OK”.
But, if you cannot find the key named “Storage Device Policies”, you are supposed to create a one: right click “Control” to create a new key and name it as “Storage Device Policies”=> right click this new key to open “DWORD Value” and name it as “write protect”=> Double click it to change number.

In Step5 i created “Storage Device Policies” and created key. when i right click key and click on "Binary data" it is already showing 0. I am not able to find "DWORD Value".


Scenario2:


1. Start > Run > cmd
2. type "diskpart" -> runs diskpart.exe from system folder
3. type "list volume" -> now you see all your connected drives, see which one is the drive
4. type "select volume #" -> # being the letter of your drive
5. type "attributes disk clear readonly" -> removing the protection
6. Then open your SD, you can now edit, delete, move files

After Point5 i am not able to do point6. After Point 5 it is giving list of commands

Please help me to fix my issue?