Forum Discussion
RyanP1895
Nov 15, 2024Copper Contributor
Server 2016 Windows Update disabled?
I have Windows 2016 and 2019 Servers. All in in the same OU and getting the same Group Policy. This is confirmed via gpresult. I am using GP to disable Automatic Updates. This looks to be working i...
kyazaferr
Nov 19, 2024MCT
Computer Configuration > Administrative Templates > Windows Components > Windows Update
- Confirm that the "Configure Automatic Updates" policy is set to Disabled.
- Force Group Policy Update:
- Run gpupdate /force on the Server 2016 machine and check if the behavior changes.
- Clear Pending Updates:
- If Server 2016 shows pending updates despite the policy:
- Stop the Windows Update service: net stop wuauserv
- Delete the contents of C:\Windows\SoftwareDistribution.
- Start the Windows Update service: net start wuauserv.
- This clears downloaded updates and ensures the policy is re-applied cleanly.
- If Server 2016 shows pending updates despite the policy:
- Check for WaaSMedicSVC Interference:
- The Windows Update Medic Service can override certain settings. Disable it temporarily to test:
- Open Services.msc, find Windows Update Medic Service, and set it to Disabled.
- Monitor behavior after rebooting.
- Get-WindowsUpdateLog
- The Windows Update Medic Service can override certain settings. Disable it temporarily to test: