How to format USB using CMD
Step 1:
Open CMD
Step 2:
Type diskpart
Step 3:
Type list disk
Step 4:
Type select disk 0/1/2
Step 5:
Type clean
Step 6:
Type create partition primary
Step 7:
Type format fs=fat32 quick or format fs=ntfs quick
Step 8:
Type exit
0 Comments