Keeping your Windows server up-to-date is essential for security and performance. You can manage update settings either through the Windows Update settings panel or by using Group Policy, especially on newer server templates.
Follow these steps after logging into your server via Remote Desktop (RDP):
Click the Start button.
In the search box, type: Windows Update
Click the Windows Update result from the list.
In the left-hand menu, click Change Settings.
Adjust the settings based on your update preferences:
Automatically install updates
Download but let me choose when to install
Check for updates but let me choose
Never check for updates (not recommended)
💡 Note: If the "Change Settings" option is disabled (grayed out), it means updates are being controlled by Group Policy.
If you can't modify update settings using the standard interface, use Group Policy Editor:
Click Start, then Run, and type:
gpedit.msc
Press Enter or click OK to open the Group Policy Editor.
Navigate to:
Computer Configuration >
Administrative Templates >
Windows Components >
Windows Update
Choose your preferred configuration (e.g., Auto download and schedule the install).
Click Apply, then OK.
After making changes, you may need to run gpupdate /force
in Command Prompt to apply Group Policy updates immediately.
You can also manually trigger updates using:
wuauclt.exe /detectnow
For most environments, we recommend:
Automatically download and install updates during off-peak hours.
Reboot notifications are enabled to avoid unexpected downtime.
Please login to post a comment.