Usb current write protected state

0

1

I have a big problem with my drive because when I try to put anything on it it says that is write protected.I seen that with diskpart would work but nothing,same with regedit.I need help quick with any methods that would work because I need to use the drive.

Aleksss

Posted 2016-07-27T09:26:42.907

Reputation: 25

Question was closed 2016-09-19T21:23:40.853

Answers

0

Follow these steps carefully:

  1. Open Command Prompt in Administrator mode.
  2. Now type the following and press enter:

    diskpart

    list volume

    select volume x ( Here x is the usb drive that you want to remove write protection. Measure from the capacity, which one is the usb drive. Careful while choosing)

    attributes disk clear readonly

    exit

If you want to remove write protected by editing Registry, please let me know. Thanks.

Animesh Patra

Posted 2016-07-27T09:26:42.907

Reputation: 2 188

This don't work.I tryed the method with registry and diskpart. – Aleksss – 2016-07-28T14:47:32.187

I'm sorry that the diskpart didn't work. As you have already tried registry, then I can only suggest you another method. Please remember that I have not used this method. One of my friend suggested it. If you want then you may try it. – Animesh Patra – 2016-07-29T05:38:39.223

The steps are: 1. Download this application from here use it to find your USB's VID and PID. 2. Goto this site and search by VID and PID. 3. Search the name of the application you find in the UTILS column and Google it. 4. Click on the first(mostly) link of search list and download the software and save your stick. Let me know if this works.

– Animesh Patra – 2016-07-29T05:45:47.397