Created
April 16, 2020 03:37
-
-
Save bfgits/8ffb8eecca8889e15aa0a8f21eb69867 to your computer and use it in GitHub Desktop.
How to disable automatic updates on Server 2016.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to disable automatic updates on Server 2016. | |
Open an elevated command prompt window or PowerShell session | |
Type sconfig and press enter. | |
Select option 5 | |
Now select “A” for automatically download and install updates, “D” for download only or “M” for Manual updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment