diff --git a/05_FormatStick.cmd b/05_FormatStick.cmd index 5cffbcb..57c7c2e 100644 --- a/05_FormatStick.cmd +++ b/05_FormatStick.cmd @@ -46,7 +46,7 @@ echo REASON: UEFI cannot read "exfat" filesystems and Windows setup will thro set FS= :askfs echo. - set /p FS="Please select filesystem (exfat or fat32) [exfat]: " + set /p FS="Please select filesystem (fat32 or exfat) [fat32]: " if /i "%FS%" EQU "fat32" ( echo IMPORTANT: maximum partition size for FAT32 is 32768! echo maximum filesize for FAT32 is 4GB! @@ -56,7 +56,7 @@ set FS= GOTO CONT2 ) if /i "%FS%" EQU "" ( - set FS=exfat + set FS=fat32 GOTO CONT2 ) echo Please enter "exfat" or "fat32".