Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

windows unable to format protected usb

* [Win + R] --> CMD
* type following commands (hit enter between each one)
	- diskpart
    - list disk
    - select disk n (where “n” refers to the disk number stated by previous command)
    - attributes disk clear readonly
    - clean
    - create partition primary
    - format fs=fat32  (or “format fs=exfat” etc.)
Source by www.diskpart.com #
 
PREVIOUS NEXT
Tagged: #windows #unable #format #protected #usb
ADD COMMENT
Topic
Name
8+3 =