From 96578ab6bb44ca1e0443b44ed8ece8bb79bd0d98 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 6 Sep 2026 20:05:15 +0200 Subject: [PATCH] Update win2012r2.cmd --- assets/win2012r2.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/win2012r2.cmd b/assets/win2012r2.cmd index 2994f9eb..73f2d55b 100644 --- a/assets/win2012r2.cmd +++ b/assets/win2012r2.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 Disable Shutdown Event Tracker. reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v "ShutdownReasonOn" /t REG_DWORD /d 0 /f