I our lab environment I have several Win2k3 and a couple Win2k8 servers.
I don't really care why the servers reboot, and would like to be able to disable the shutdown dialog (and the "why did this server shutdown" on reboot in the event of power failure).
Is this possible, and, if so, how?
If your computer is
a). member of a workgroup, then run gpedit.msc. This opens Local Group Policy Editor.
b). member of a domain, then create and link a Group Policy Object (GPO) and edit this GPO.
In policy editor navigate to
Double click: "Display Shutdown Event Tracker" Set it to disabled.
If it was GPO, refresh the policy with gpupdate /force
[Source]
Open gpedit.msc > Computer Configuration > Administrative Templates > System
click Display Shutdown Event Tracker and then disable
You can use following details to change or disable shutdown event log:
D;2;2
Title
Description Each value is made up of two strings on separate lines; the first string is the title (this is displayed in the list) and the second string is the description (this is the text that is displayed following the selected reason).
For example, if you want to create a custom reason for a natural disaster, you can define the value data as follows: Natural Disaster (unplanned)
A flood, an earthquake, a tornado, or another unplanned natural event requires that the computer be shut down. Specify the natural event in the comment area. - Quit Registry Editor.
Notes
MajorReasonNumber
,MinorReasonNumber
.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability\ShutdownIgnorePredefinedReasons
It can be disabled via group policy:
http://support.microsoft.com/kb/293814