Skip to content

Commit a171bad

Browse files
author
Simonx Xu
committed
Update check-online-updates-unavailable.md
1 parent 1394821 commit a171bad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

support/mem/configmgr/os-deployment/check-online-updates-unavailable.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ ms.custom: sap:Operating Systems Deployment (OSD)\Task Sequence Step for Applyin
77
---
88
# "Check online for updates from Microsoft Update" option is unavailable
99

10+
## Symptoms
11+
1012
After you upgrade an operating system to Windows 11, version 24H2 by using a task sequence in Configuration Manager, the **Check online for updates from Microsoft Update** option is invisible and unavailable.
1113

14+
## Cause
15+
1216
Before the upgrade, the task sequence engine enables the following local group policy to prevent the client from connecting to Microsoft Update:
1317

1418
- **Do not connect to any Windows Update Internet locations**
1519

1620
> [!NOTE]
1721
> The group policy is located under **Local Computer Policy** > **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service**.
1822
19-
After the upgrade is completed and the task sequence finishes, the task sequence then disables the group policy.
20-
21-
This group policy is set via the following registry key:
23+
After the upgrade is completed and the task sequence finishes, the task sequence then disables the group policy. This group policy is set via the following registry key:
2224

2325
`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\DoNotConnectToWindowsUpdateInternetLocations`
2426

@@ -28,4 +30,6 @@ This group policy is set via the following registry key:
2830

2931
However, when the registry value is set to `0`, the **Check online for updates from Microsoft Update** option is hidden in Windows 11, version 24H2.
3032

33+
## Resolution
34+
3135
To fix this issue, set the state of the local group policy to **Not Configured** which removes the registry key (`DoNotConnectToWindowsUpdateInternetLocations`).

0 commit comments

Comments
 (0)