Celebrate Our 22nd Anniversary with Huge Savings! Up to 70% Off

How to disable automatic Windows Updates in Windows Server 2016?

Since Windows Server 2016 doesn't have GUI(Graphical user interface) for Windows Update settings. In the following article, we will walk through how to set up Windows Update manually in Windows Server 2016.

 

First of all, we need to validate the current Windows Update settings using SCONFIG.

 

To do that open the command prompt or Windows Power Shell session with Administrator permission.

 

  1. Type following command and press enter.

 

sconfig

 

 

Note: This may take some time as the tool will inspect your system.

 

  1. Option (5) shows the current settings for windows update.

 

 

Change Windows Update settings.

 

To change Windows Update settings using sconfig, follow these steps.

 

  1. Open command prompt or Windows Powershell session with Administrator permission.

 

  1. Initiate following command and press enter

 

sconfig

 

  1. Press 5 and then enter. This will bring the following options.

 

Automatic - This will configure your server to scan for updates and download, install updates automatically.

 

DownloadOnly - This will configure your server to scan for updates, download it and notify the admin if the updates need to be installed. (This is the default setting in Windows Server 2016)

 

Manual - This will stop the automatic updates. The system will never check for updates.

 

 

  1. Press (M) for setting it to manually and press enter.

 

  1. This will apply the configuration you have, and after the setting is applied, you will see the pop-message similar to the below image..

 

 

  1. Click ok to dismiss the notification. It will refresh the menu, and option 5 will show the new configuration.

 

 

That's it now windows will never search for updates.


Was this answer helpful?

« Back