Answers for "windows 10 cannot complete format sd card"

0

Drive Cleaner "windows was unable to complete the formatting", windows cant format usb drive

Open CMD
Type the following commands
diskpart
list disk   (to identify USB drive, i.e. 3)
select disk 3
clean
create partition primary
active
format fs=fat32 quick
assign
exit
Posted by: Guest on November-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language