Diskpart: Windows 10 Install ((link))
Follow these steps to open DiskPart from within the Windows Setup environment:
<# .SYNOPSIS Prepares a disk for Windows 10 installation using diskpart. .DESCRIPTION Automates disk cleaning, GPT conversion, and partition creation. .NOTES Run as Administrator. All data on the target disk will be lost. #> diskpart windows 10 install


