Tips, Tricks And Computer Info..

About

Movie Category 1

Next after Kitkat.. Its Android L

Hi friends, we have been listening about the new Android, i.e Android L, which has not been ...

Check Original Installation Date of your Windows

You may be Curious to Know the Original Installation Date of Windows. We all want to know when our ...

Coolest Youtube Tricks

 Coolest Youtube Tricks that you must Know 1.Set a Specific Start Time: Many times yo...

Subscribe Us

Template Information

Test Footer 2

Movie Category 3

Theme images by hdoddema. Powered by Blogger.

All Movies Collection

Movies of The Week

Popular Posts

Join This Site On Google Friend

Movie Category 5

Movie Category 4

You are here: Home / , , How to remove write protection from your pendrive?

How to remove write protection from your pendrive?

| No comment

Dealing with this problem?


Today i am going to share with you how to remove the write protection from your pendrive?
there are many ways to do this task, but i am posting the two easiest ways to do the same.


Method #1:

  1. Shutdown your computer or laptop. 
  2. Insert USB Memory Stick into your laptop or Computer. 
  3. Turn on computer and then immediately start pressing (F8) key then Advanced Boot Options screen will come up.
  4. Select Safe Mode with Command Prompt .
  5. After loading files if your USB Memory Stick drive letter is (G) for example then write as
  6. C:\windows\system32>G: and press enter .
  7. G:\>format G: and press enter. 
  8. If ask you (Y/N) then press (Y) and press enter .

Now a full format will start which remove write protection from USB Memory Stick.

Method #2 

  1. Start > Run  -> type “CMD” and press enter
  2. type diskpart.
  3. type list volume.
  4. type select volume # (# is the number of the USB HDD you’ve pluged in).
  5. type attributes disk clear readonly.
  6. Now Before you can use it, you will need to format the drive. 


  •      type clean 
  •      type create partition primary
  •      type format fs=fat32

    You can change fat32 to ntfs if you only plan on using the drive in a Windows PC.

(If you need help while typing commands then type “HELP FORMAT” on command prompt)