WindowsUpdates: Difference between revisions

From QuatenusWiki
Created page with "{{QuatenusHeader}} Windows Update windows server Search for Go to windows update -> Configure Automatic Updates Configure the correct setting, in this case is option 4: Auto Download and Schedule the install left|1172x1172px {{QuatenusFooter}}"
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QuatenusHeader}}
{{QuatenusHeader}}


= Windows Update (Windows Server) =


Windows Update windows server
__TOC__


Search for
== 1. Access Local Group Policy Editor ==
 
 
 
Go to windows update -> Configure Automatic Updates
 
Configure the correct setting, in this case is option 4: Auto Download and Schedule the install
[[File:LGPE - Windows Update.png|left|1172x1172px]]


# Open the Start menu
# Search for '''Local Group Policy Editor'''
# Open the tool


== 2. Navigate to the settings ==


Follow the path:


<pre>
Computer Configuration
→ Administrative Templates
→ Windows Components
</pre>


[[File:LGPE - Computer Config.png|center|600px|Navigation in Local Group Policy Editor]]


---


== 3. Windows Update configuration ==


Within:


<pre>
Windows Update
</pre>


Select:


'''Configure Automatic Updates'''


== 4. Define update policy ==


Configure the option:


* '''Option 4 – Auto download and schedule the install'''


This option allows:
* Automatic download of updates
* Scheduled installation


[[File:LGPE - Windows Update.png|center|800px|Windows Update configuration]]


---


== 5. Notes ==
* Ensure that policies are applied after changes
* It may be necessary to run cia CMD or powershell
  <pre>gpupdate /force</pre>


{{QuatenusFooter}}
{{QuatenusFooter}}

Latest revision as of 11:20, 22 April 2026

Windows Update (Windows Server)

1. Access Local Group Policy Editor

  1. Open the Start menu
  2. Search for Local Group Policy Editor
  3. Open the tool

2. Navigate to the settings

Follow the path:

Computer Configuration 
→ Administrative Templates 
→ Windows Components
Navigation in Local Group Policy Editor
Navigation in Local Group Policy Editor

---

3. Windows Update configuration

Within:

Windows Update

Select:

Configure Automatic Updates

4. Define update policy

Configure the option:

  • Option 4 – Auto download and schedule the install

This option allows:

  • Automatic download of updates
  • Scheduled installation
Windows Update configuration
Windows Update configuration

---

5. Notes

  • Ensure that policies are applied after changes
  • It may be necessary to run cia CMD or powershell
gpupdate /force