REFERENCE How Diskpart to re-format a USB key and re-partition it

intoy

Site Owner
Staff member
Joined
Jun 12, 2014
Messages
5,111
Reaction score
7,603
Points
541
Location
iLoilo City
You can use Windows Diskpart to re-format a USB key and re-partition it.
Open a Command Window (cmd)
diskpart
list disk (it is important you KNOW which disk is the USB key you are formatting)
select disk x where x is your USB key.
clean
create part primary
select part 1
active
 
Who read this thread (Total readers: 0)
No registered users viewing this thread.
Back
Top