Check BSOD reboot behavior with PowerShell

Hello,

You can check if your computer will reboot automaticly on BSOD with that PowerShell line :

(Get-ItemProperty -Path HKLM:SYSTEMCurrentControlSetControlCrashControl -Name AutoReboot).AutoReboot

A value equal to “1” means that it will reboot, a value equal to “0” means that your computer will hang on the BSOD.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.