Showing posts with label Write Protection. Show all posts
Showing posts with label Write Protection. Show all posts

Tuesday, August 20, 2013

Remove Write Protection from USB Drives

Sometimes your pen drives (Flash Disk) or your friends pen drive may have right protected. To remove the right protection for pen drive, follow these steps:

Step1. Click Start > All Programs> Accessories> Command Prompt

It open Command prompt black screen.

Step2. Now type “diskpart” command in the command prompt and press ENTER key.

Example: C:\>diskpart

Step3. Now type “list disk” command in the command prompt and press ENTER key.

Example: C:\>list disk

Step4. Now type again as “select disk 1” command in the command prompt and press ENTER key.

Example: C:\>Select disk 1

Step5. Now type “Attributes disk clear readonly” as it is in the command prompt and press ENTER key.

Example: C:\> Attributes disk clear readonly



To make write protect your pen drive:

Repeat the above 1,2,3,4 steps and then

Step5. Now type “Attributes set readonly” as it is in the command prompt and press ENTER key.

Example: C:\> Attributes set readonly

Now your pen drive is right protected!