Header Ads

How to Remove write protection on USB Devices Like Pen-drive or portable HDD

How to Remove Write Protection on USB Devices Like Pen-Drive or Portable HDD


 


RUN-> Type cmd -> Run as administrator

Then Type :

  1. diskpart      Press  <ENTER>
  2. list disk      Press  <ENTER>
  3. select disk x (where x is the number of your non-working drive – use the capacity to work out which one it is)
  4. attributes disk clear readonly  Press  <ENTER>
  5. clean       Press  <ENTER>
  6. create partition primary    Press  <ENTER>
  7. format fs=fat32        Press  <ENTER> (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)   
  8. attributes disk    Press  <ENTER>
  9. exit






No comments

Powered by Blogger.