diff --git a/06_Copy2Stick.cmd b/06_Copy2Stick.cmd index fb59ae7..382ca7c 100644 --- a/06_Copy2Stick.cmd +++ b/06_Copy2Stick.cmd @@ -63,9 +63,9 @@ echo - use "fat32" for UEFI based installations only! echo REASON: UEFI cannot read "exfat" filesystems and Windows setup will throw error code: 0x80042565 echo. -set answer= +set answer=B :ask - set /p answer="BIOS or UEFI setup (B/U)? " + set /p answer="BIOS(default) or UEFI setup (B/U)? " if /i "%answer:~,1%" EQU "B" ( echo selected: BIOS copy /Y image\autounattend_BIOS_template.xml %USBDRIVE%\autounattend.xml