Diskpart is a powerful utility that can be used to manage disk partitions and configure disk settings during Windows 10 installation. By using diskpart, you can create, delete, and modify partitions, as well as assign drive letters and set partition properties. This feature has provided a detailed guide on how to use diskpart for Windows 10 installation, including common diskpart commands and an example script.
list disk select disk 0 clean create partition primary format fs=ntfs quick assign letter=C exit diskpart windows 10 install
diskpart