Skip to content

Commit e3ff328

Browse files
author
Simonx Xu
committed
Update check-online-updates-unavailable.md
1 parent 831883e commit e3ff328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: sap:Operating Systems Deployment (OSD)\Task Sequence Step for Applyin
99

1010
## Symptoms
1111

12-
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.
12+
After you upgrade an operating system to Windows 11, version 24H2 using a task sequence in Configuration Manager, the **Check online for updates from Microsoft Update** option becomes invisible and unavailable.
1313

1414
## Cause
1515

@@ -20,7 +20,7 @@ Before the upgrade, the task sequence engine enables the following local group p
2020
> [!NOTE]
2121
> 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**.
2222
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:
23+
Once the upgrade is complete and the task sequence finishes, the task sequence disables the group policy. This group policy is controlled by the following registry key:
2424

2525
- Registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
2626
- Value name: `DoNotConnectToWindowsUpdateInternetLocations`
@@ -32,4 +32,4 @@ However, when the registry value is set to `0`, the **Check online for updates f
3232

3333
## Resolution
3434

35-
To fix this issue, set the state of the local group policy to **Not Configured** which removes the registry value (`DoNotConnectToWindowsUpdateInternetLocations`).
35+
To resolve this issue, change the state of the local group policy to **Not Configured**, which removes the registry value (`DoNotConnectToWindowsUpdateInternetLocations`).

0 commit comments

Comments
 (0)