Windows 11 25H2: Automatic Update Maintenance Schedule Configuration
Learn how to configure GPO settings for the new maintenance window coming with Windows 11 25H2. Step by step guide and technical details.
Contents
Overview
Windows 11 version 25H2 introduces a new Group Policy (GPO) object that gives IT administrators more control over update management. This feature, called "Configure maintenance windows for automatic updates", allows you to compress the downloading, installation, and system reboot of updates into specific time periods.
Problem Description
Although traditional Windows Update policies offer flexibility in when to install updates, reboot processes can cause operational disruptions, especially on servers or workstations running critical workloads. Current policies are often limited to "active hours", which does not provide precise control over exactly when the system will reboot.
Solution: Maintenance Window Configuration
This new policy comes with ADMX 3.0 templates and offers system administrators precise scheduling. You can configure this policy by following the steps below:
Warning: This policy is currently only available on Windows 11 Insider Preview builds. It must be tested before using it in production environments. Additionally, this policy may conflict with other existing update policies; Therefore, prioritization rules should be observed.
Technical Details and Commands
You can use the following PowerShell commands to apply the policy locally or verify it through the registry:
# Check registry key to verify policy settings
Get-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate"
This policy locks the system's update cycle into a mandatory maintenance window. If an update cannot be completed within this window, the system will wait for the next designated window. This is a critical improvement, especially for enterprise networks that do not need to operate 24/7 but require maintenance at certain hours.
In summary: This new feature aims to minimize unplanned reboots by making Windows update management more predictable. Make sure ADMX 3.0 templates are up to date.