From ac5c955260fa21e6c576ca5da4f2ef660333d5c0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 6 Sep 2026 20:09:44 +0200 Subject: [PATCH] Update win81x64-enterprise.cmd --- assets/win81x64-enterprise.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/win81x64-enterprise.cmd b/assets/win81x64-enterprise.cmd index bfb5256b..78f10b52 100644 --- a/assets/win81x64-enterprise.cmd +++ b/assets/win81x64-enterprise.cmd @@ -28,6 +28,15 @@ if exist "%SETUP_COMPLETE%" exit /b 0 type nul > "%SETUP_STARTED%" +rem Ignore unclean shutdowns when deciding whether to enter recovery. +bcdedit.exe /set {current} bootstatuspolicy IgnoreShutdownFailures + +rem Keep the blue screen visible after a system crash. +bcdedit.exe /set {current} nocrashautoreboot on + +rem Boot the default entry immediately without waiting at the boot menu. +bcdedit.exe /timeout 0 + rem Allow guest access to network shares. reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f