From 4363f1e73b80896064287b6ee84f69ca00393212 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 6 Sep 2026 20:07:00 +0200 Subject: [PATCH] Update win2025.cmd --- assets/win2025.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/win2025.cmd b/assets/win2025.cmd index b6ae3753..b2026a01 100644 --- a/assets/win2025.cmd +++ b/assets/win2025.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