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 :
- diskpart Press <ENTER>
- list disk Press <ENTER>
- select disk x (where x is the number of your non-working drive – use the capacity to work out which one it is)
- attributes disk clear readonly Press <ENTER>
- clean Press <ENTER>
- create partition primary Press <ENTER>
- format fs=fat32 Press <ENTER> (you can swap fat32 for ntfs if you only need to use the drive with Windows computers)
- attributes disk Press <ENTER>
- exit

No comments