diskpart.exe
list disk 'This will list your disk drives,
' note the number of your USB drive
select disk # 'Replace # here with the number from above
clean 'This removes all partitions
create partition primary
select partition 1
active
format fs=NTFS QUICK
assign 'This assigns it a drive letter
exit
Disk Part Print
Modified on: Sun, 27 Nov, 2016 at 1:42 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.