ReferencePlatforms/Win64: Difference between revisions

Jump to navigation Jump to search
(can't set default password via ssh)
Line 502: Line 502:


== Disable shutdown event tracker ==
== Disable shutdown event tracker ==
From {{bug|893888}}, we need to deploy the following registry setting to disable the shutdown event tracker that causes machine to hang on reboot.
From {{bug|908684}}, we need to deploy the following registry setting to disable the shutdown event tracker that causes machine to hang on PDU reboot.


As Administrator (can be deployed via ssh):
As Administrator (can be deployed via ssh):
 
  reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability"
  reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability
  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutdownReasonOn /t REG_DWORD /d 0
  reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability /v ShutdownReasonOn /t REG_DWORD /d 0
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutdownReasonUI /t REG_DWORD /d 0
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability /v ShutdownReasonUI /t REG_DWORD /d 0
  reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability"
  reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability
Confirmed users
3,990

edits

Navigation menu