How to Remove Write Protection on USB Pen Drive

Vikram S Bargah

Vikram S Bargah

@vikram-s-EgXevn Oct 23, 2024
I have a SanDisk 16GB pendrive, when i'm trying to copy any content from USB to PC or viceversa its showing "Your Disk is Write Protected". Same is the case when I'm trying to format it .

Need your Suggestions.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • HRG

    HRG

    @hrg-sm4qy1 Jul 23, 2014

    try this ..

    Open the Windows Registry editor with the shortcut Windows-r, enter regedit into the form and press the return key on the keyboard.

    Navigate to the following Registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

    note that you may need to create the key StorageDevicePolicies if it does not exist. Select the key afterwards and right-click into the right window. Select New > Dword (32-bit) Value from the context menu and name the entry WriteProtect.

    Double-click the new entry afterwards and change the value from 0 to 1. A value of 1 disables writing to all connected USB devices. If you want to enable writing again you need to change the value of the key to 0.
  • Vikram S Bargah

    Vikram S Bargah

    @vikram-s-EgXevn Jul 29, 2014

    HRG
    try this ..

    Open the Windows Registry editor with the shortcut Windows-r, enter regedit into the form and press the return key on the keyboard.

    Navigate to the following Registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

    note that you may need to create the key StorageDevicePolicies if it does not exist. Select the key afterwards and right-click into the right window. Select New > Dword (32-bit) Value from the context menu and name the entry WriteProtect.

    Double-click the new entry afterwards and change the value from 0 to 1. A value of 1 disables writing to all connected USB devices. If you want to enable writing again you need to change the value of the key to 0.

    Tried those steps But it did'nt work out.