Skip to main content

Partition to Install

Usage of commandline diskpart

Commands and subcommands can be abbreviated to the first three letters, such as: lis, dis, par, ...

To show help, please prefix the query command with h<space>

How to drop all data and format the disk quickly?
REM list disks and select the appropriate one
list disk
select disk 0

REM quickly wipe data and rebuild GPT partitions
clean
convert gpt

Automatic

Windows OS installer can automatically format empty disk in suggest.

Mannual

Recommended for multi systems, launch diskpart:

REM create a UEFI boot partition
create partition efi size=1023

REM create MSR partition
create partition msr size=128

REM create recovery partition ( optional
create partition primary size=896

REM create a Windows system partition
create partition primary

赞助作者 (Sponse me):