Markverhyden
Well-Known Member
- Reaction score
- 11,131
- Location
- Raleigh, NC
@Computer Bloke
It's dangerous to go alone... take this:
Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=dword:00000004 "ScheduledInstallDay"=dword:00000000 "ScheduledInstallTime"=dword:00000001
Save that in a .reg file, it'll configure the group policy on the station in question to automatically update at 1am. Feel free to change the time as needed. The install day of 0 means every day, 1 is Sunday, 7 is Saturday.
Once set these registry values will override the settings in the Windows Update applet, and I find they do a far better job of keeping machines updated. If the Internet is there at all, these should help.
Oh, and one more thing. This works on Server 2016/2019 as well, so if you want automatic updates to work like they did with Server 2012 and prior... this .reg is how you do it.
I'll be testing this as well. If it works as advertised you've found the holy grail!