How can I suppress giving a reason for shutdown on a Windows Server host?
Specifically, on 2008 R2, but all versions back to 2003 and up to 2012 would be appreciated.
How can I suppress giving a reason for shutdown on a Windows Server host?
Specifically, on 2008 R2, but all versions back to 2003 and up to 2012 would be appreciated.
You will need to modify the group policy that is applied to the servers. Open up the Group Policy Management Console and navigate to Computer Configuration >> Administrative Templates >> System and select "Display Shutdown Event Tracker." Disable that option.
If you do not want to change via Polices you can always issue the shutdown command to avoid the question.
/s = shutdown /t = time till shutdown 0 = immediely
Running the following as an elevated admin:
and then logging off and on again should to the trick.
This is quicker than using group policies which you should use when you are in a domain and want to apply this change to many servers.
I'm sure the OP has found the other answers useful but future readers may be interested in a powershell version. Works out of the box in 2008 or up, and maybe in 2003 if powershell is installed.
or a .reg file version. Install with "regedit /s Disable_Shutdown_Event_Tracker.reg"
Disable_Shutdown_Event_Tracker.reg