rem == CreatePartitions-UEFI.txt == select disk 0 clean convert gpt rem == 1. Windows RE tools partition =============== create partition primary size=310 format quick fs=ntfs label="Windows RE tools" assign letter="T" set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac gpt attributes=0x8000000000000001 rem == 2. System partition ========================= create partition efi size=100 format quick fs=fat32 label="System" assign letter="S" rem == 3. Microsoft Reserved (MSR) partition ======= create partition msr size=16 rem == 4. Windows 8.1 partition ======================== rem == a. Create the Windows 8.1 partition ========== create partition primary size=20480 rem == c. Prepare the Windows8.1 partition ========= format quick fs=ntfs label="Windows 8.1" gpt attributes=0x0000000000000000 rem == 5. Windows 10 partition ======================== rem == a. Create the Windows10 partition ========== create partition primary size=20480 rem == c. Prepare the Windows10 partition ========= format quick fs=ntfs label="Windows 10" assign letter="W" gpt attributes=0x0000000000000000 rem == 6. Data partition ======================== rem == a. Create the data partition ========== create partition primary rem == c. Prepare the data partition ========= format quick fs=ntfs label="Data" gpt attributes=0x0000000000000000 list volume exit