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.