It is compatible with both modern UEFI (GPT) and older BIOS (MBR) firmware, making it a "universal" tool for diverse hardware generations.
If you need to wipe a drive or create partitions: windows 8.1 pe
Used to capture and apply Windows images (WIM files) using deployment tools. It is compatible with both modern UEFI (GPT)
diskpart list disk select disk 0 (Replace 0 with the target disk number) clean (WARNING: This wipes all data on the disk) create partition primary format fs=ntfs quick assign letter=C active (Marks the partition as bootable) exit windows 8.1 pe