WindowsUpdates: Difference between revisions
From QuatenusWiki
No edit summary |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{QuatenusHeader}} | {{QuatenusHeader}} | ||
= Windows Update (Windows Server) = | |||
__TOC__ | |||
== 1. Access Local Group Policy Editor == | |||
# 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
- Open the Start menu
- Search for Local Group Policy Editor
- Open the tool
Follow the path:
Computer Configuration → Administrative Templates → Windows Components

---
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

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