Skip to content

Commit 831883e

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

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Before the upgrade, the task sequence engine enables the following local group p
2222
2323
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:
2424

25-
`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\DoNotConnectToWindowsUpdateInternetLocations`
26-
27-
- `1` = **Enabled**
28-
- `0` = **Disabled**
25+
- Registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
26+
- Value name: `DoNotConnectToWindowsUpdateInternetLocations`
27+
- Value data:
28+
- `1` = **Enabled**
29+
- `0` = **Disabled**
2930

3031
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.
3132

3233
## Resolution
3334

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

0 commit comments

Comments
 (0)