Diskpart Windows 10 Install Direct
select disk 0 clean convert gpt create partition efi size=100 create partition msr size=16 create partition primary size=100000 exit
Almost all modern PCs (built after 2012) use UEFI. This requires a GPT partition style. diskpart windows 10 install
If you have an older PC or are forced to use "Legacy" boot mode in your BIOS settings, use MBR . select disk 0 clean convert gpt create partition
Boot your PC from the Windows 10 installation media. On the very first screen (where you select your language and keyboard layout), press on your keyboard. This keyboard shortcut immediately opens a Command Prompt window over the setup interface. 2. Launch the Diskpart Utility Boot your PC from the Windows 10 installation media
You can stop after the convert command and let the Windows Setup handle the rest (it will automatically create the necessary partitions), but if you want to do it manually via command line, continue here.
