Do you the problem with format USB that Alert with the message "The disk is write protected"
Here are some commend use with cmd :- diskpart
- list disk
- select disk
- attribute disk clear readonly
- create partition primary
- format fs=ntfs quick
- assign letter=L
0 Comments