Disable Auto Restart on BSOD Using Regedit
When Windows encounters a fatal system error, commonly known as a Blue Screen of Death (BSOD), the operating system is configured by default to automatically reboot. While this helps restore uptime, it often prevents users and administrators from reading critical error codes needed for troubleshooting. This guide provides a direct, step-by-step walkthrough on how to modify the Windows Registry using the Registry Editor (Regedit) to disable this automatic reboot behavior so that the crash screen remains visible until manually restarted.
Step 1: Open the Registry Editor
- Press the Windows Key + R shortcut on your keyboard to open the Run dialog box.
- In the text field, type
regeditand press Enter or click OK. - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
Step 2: Navigate to CrashControl
In the Registry Editor address bar at the top, paste the following path and press Enter, or manually navigate through the left sidebar:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl
Step 3: Modify the AutoReboot Value
- Select the CrashControl key in the left pane.
- In the right pane, locate the DWORD (32-bit) Value named
AutoReboot.
- Note: If AutoReboot does not exist, right-click
any empty space in the right pane, select New >
DWORD (32-bit) Value, and name it
AutoReboot.
- Note: If AutoReboot does not exist, right-click
any empty space in the right pane, select New >
DWORD (32-bit) Value, and name it
- Double-click the AutoReboot entry to open its edit window.
- Under the Value data field, change the value from
1to0.- 0 = Automatic restart disabled.
- 1 = Automatic restart enabled (default).
- Ensure the Base is set to Hexadecimal, then click OK.
Step 4: Close and Apply Changes
- Close the Registry Editor.
- Restart your computer to ensure the changes take effect.
From this point forward, if a fatal system error occurs, Windows will stay on the crash screen indefinitely, allowing you to record the stop code and faulty driver information before manually rebooting the machine using the physical power button.