Some updates deemed critical may not always honor those settings.
--please don't forget to close up the thread here by marking answer if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi folks,
One of my Windows Server 2019 got automatically rebooted with below pasted message in Event ID 1074. On same date a KB was installed on my server, so it seems that this reboot is triggered by that update installation.
However, we have configured GPOs to stop servers from being rebooted automatically (pasting a snip below).
Could you please help me understand, how this reboot could have been triggered, and where can I get relevant information on this.
Event details:
The process C:\Windows\servicing\TrustedInstaller.exe has initiated the restart of computer on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Upgrade (Planned)
Reason Code: 0x80020003
Shutdown Type: restart
Comment:
GPO applied:
Any help would be appreciated, thanks in advance!
Some updates deemed critical may not always honor those settings.
--please don't forget to close up the thread here by marking answer if the reply is helpful--
Hello Apurva Pathak,
You are right, the code "0x80020003" refers to a reboot triggered by an installation, most likely a KB update. Bear in mind that the GPO setting you mentioned applies only when a User Account is logged in the system. System or Service accounts will not apply and updates will carry on.
You can verify this by checking the update history of the server or running Get-HotFix cmdlet to view the installed updates and which one could have caused the reboot.
Additionally, I would recommend:
--If the reply is helpful, please Upvote and Accept as answer--