From 863dde3ae1a33eb83be8f5ef8569370fa0f07463 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 8 Sep 2026 18:12:07 +0200 Subject: [PATCH] Update batch.sh --- src/batch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/batch.sh b/src/batch.sh index 2d049f2c..51d8afa3 100644 --- a/src/batch.sh +++ b/src/batch.sh @@ -3169,6 +3169,10 @@ createWin9xSystemImage() { printf '%s\n' \ '[Options]' \ "BootGUI=$boot_gui" \ + "BootMenu=0" \ + "BootMenuDefault=1" \ + "BootWarn=0" \ + "BootSafe=0" \ 'BootDelay=0' \ 'AutoScan=2' \ 'Logo=0' \