7
Let's say I have a major update for Windows 10, e.g. the feature update to version 1803 or perhaps a larger monthly cumulative update. I want to leave the update running unattended after I start it, perhaps while I'm out of the house, but a restart is needed to complete the update and the active hours are set so that it won't restart itself unless it's nighttime.
Can I tell Windows to restart as soon as the updates are finished, regardless of the current time or whether there are applications running?
My main desktop runs Windows 10 Pro, so Group Policy is an option, but an answer that does not require Pro features is preferred.
There are numerous group policies that control the behavior of Windows Update, but consumer versions both work in the same way, an update is installed typically either when you schedule it to happen or you manually restart the machine. How long you can go between when the updates are pending to the actual restart depends on the edition of Windows you have. If you want an update to be installed, immediately after it's installed, it's going to require to use WSUS and those group policies. Since I don't know how to do that specifically I will refrain from submitting an answer. – Ramhound – 2018-05-04T18:07:57.790
2I recall that events are written to the Event Logs by WU. If there's one that indicates all pending updates have been installed...or that there's pending reboot...a script could easily monitor for this and kick off the required restart. – I say Reinstate Monica – 2018-05-14T22:32:14.863