Win2003's event tracker closes with the display method of group policy with the registry

  • 2020-05-06 12:05:37
  • OfStack

There are two ways to close an event tracker:

first approach: normal system version (group policy)

start - run - enter "gpedit.msc", open the group policy editor, on the right side of the computer configuration - management template - system, double-click "show close event tracker", set to disable

second method: registry

The English version of the system installed on the
client's server has no system option in the group policy management template, so there is no way to disable the event tracker, but to start with the registry. Here's how:
Open "start" → "run", enter "Regedit" in the "run" column to open the registry editor, then open HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT, create a new item, name it "Reliability", and then create a new DWORD value in the right window, name it "ShutdownReasonOn", set its value to 0.

Related articles: