Skip to content

Instantly share code, notes, and snippets.

@bfgits
Created April 16, 2020 03:37
Show Gist options
  • Save bfgits/8ffb8eecca8889e15aa0a8f21eb69867 to your computer and use it in GitHub Desktop.
Save bfgits/8ffb8eecca8889e15aa0a8f21eb69867 to your computer and use it in GitHub Desktop.
How to disable automatic updates on Server 2016.
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