From 8b5dd3630fe0914fa64589a1a3c398638bd4032b Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Wed, 11 Jan 2023 15:26:22 +0100 Subject: [PATCH] default set to unattended BIOS copy --- 06_Copy2Stick.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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