A BSOD (blue screen of death) error (also called a stop error) can occur if a problem causes your PC to shut down or restart unexpectedly (Also Known As : crash). When you experience this type of error, you won’t be able to see things like the Start menu or the taskbar on the screen when your PC is turned on. Instead you might see a blue screen with a message that your PC ran into a problem and needs to restart.
This tutorial will show you different methods on how to enable or disable automatically restart computer on a BSOD system failure in Windows 11.
Method One: Enable or Disable BSOD Automatic Restart in Advanced System Settings
1 . Open Settings (Win+I).
2 . Click on System on the left side, and Click on About on the right side. (As shown in the below screen shot)
3 . Click on the Advanced system settings link, and close Settings. (As shown in the below screen shot)
4 . In the Advanced tab of System Properties (SystemPropertiesAdvanced.exe), click on the Settings button under Startup and Recovery. (As shown in the below screen shot)
5 . Check (enable – default) or uncheck Automatically restart for what you want, and click on OK. (As shown in the below screen shot)
6 . Click on OK. (As shown in the below screen shot)
Method Two: Enable or Disable BSOD Automatic Restart using command in Windows Terminal
1 . Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.
2 . Copy and paste the command below you want to use into Windows Terminal (Admin), and press Enter. (As shown in the below screen shot)
(Enable BSOD automatic restart – default)
wmic RecoverOS set AutoReboot = True
OR
(Disable BSOD automatic restart)
wmic RecoverOS set AutoReboot = False
3 . You can now close Windows Terminal (Admin).