How to set Windows Updates to Manual/Disabled
Step-by-step guide
By default, Server 2016 will not let you set Automatic Updates to Manual mode. Setting them to manual will actually change them to "Custom", which will still install updates. You will see the following when using Sconfig and choosing Manual.
To get the Manual mode changes to stick, perform either of the following fixes.
Create a Group Policy to Disable Automatic Updates
- Create a new GPO and apply it to the servers in question.
- Set the following policy object to Disabled.
- Computer Config >> Administrative Templates >> Windows Components >> Windows Update >> Configure Automatic Updates – Disabled
- Computer Config >> Administrative Templates >> Windows Components >> Windows Update >> Configure Automatic Updates – Disabled
- Open an administrative command prompt on the server and run a gpupdate /force to apply the new policy.
- Once the policy is applied, type Sconfig to launch the Server Configuration manager.
- Type 5 to configure updates, then M for Manual.
- If successful, you will see the following message and it will say Manual under option 5 instead of Custom.
Create Registry Keys to Disable Updates
- Launch regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Create the following 2 keys and leave them empty.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- Launch and administrative command prompt on the server and type Sconfig to enter the Server Configuration manager.
- Type 5 to configure updates, then M for Manual.
- If successful, you will see the same message as above and it will say Manual under option 5 instead of Custom.
Related articles
Content by label
There is no content with the specified labels