Diskpart

From UVOO Tech Wiki
Revision as of 14:18, 12 May 2023 by Busk (talk | contribs) (Created page with "``` Open a Command Window (cmd) Enter diskpart Enter list disk (it is important you KNOW which disk is the USB key you are formatting) Enter select disk x where x is your U...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Open a Command Window (cmd)

Enter diskpart

Enter list disk (it is important you KNOW which disk is the USB key you are formatting)

Enter select disk x where x is your USB key

Enter clean

Enter create part primary

Enter select part 1

Enter active

Enter format fs=fat32 label="Optional" (Label is optional - ensures USB key is labelled as ''Optional'' in Explorer etc)