Nime Cloud Asked: 2011-11-04 08:02:58 +0800 CST2011-11-04 08:02:58 +0800 CST 2011-11-04 08:02:58 +0800 CST How to enable system restart on BSOD from commandline 772 I got an Hyper-v core box and I need to turn automatic restart on. How can I do that? windows windows-server-2003 hyper-v bsod 1 Answers Voted Best Answer Dan 2011-11-04T08:08:46+08:002011-11-04T08:08:46+08:00 The configuration is held in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AutoReboot With a setting of either 1 (AutoReboot on) or 0 (AutoReboot off) The following command should enable it: reg add HKLM\System\CurrentControlSet\Control\CrashControl\ /v AutoReboot /t REG_DWORD /d 1
The configuration is held in the following registry key:
With a setting of either 1 (AutoReboot on) or 0 (AutoReboot off)
The following command should enable it: