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.
- Type following command and press enter.
sconfig
Note: This may take some time as the tool will inspect your system.
- Option (5) shows the current settings for windows update.
Change Windows Update settings.
To change Windows Update settings using sconfig, follow these steps.
- Open command prompt or Windows Powershell session with Administrator permission.
- Initiate following command and press enter
sconfig
- 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.
- Press (M) for setting it to manually and press enter.
- This will apply the configuration you have, and after the setting is applied, you will see the pop-message similar to the below image..
- 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.