Bob leponge
New Member
- Joined
- Nov 1, 2024
- Messages
- 2
Shift + F10
to open a Command Prompt.diskpart
and press Enter.list disk
to see all connected drives.select disk 1
, where 1
is your USB drive number).clean
.create partition primary
.format fs=ntfs quick
.assign letter=X
(replace X with your desired letter).exit
and then close the Command Prompt.Shift + F10
at the setup screen to open Command Prompt.diskpart
and hit Enter.list disk
to see the available disks.select disk 1
).clean
and hit Enter. Note: This will erase all data on the selected disk.convert gpt
and press Enter.create partition primary
.format fs=ntfs quick
.assign letter=X
(substitute X with your preferred drive letter).exit
and close the Command Prompt.