r/SCCM • u/StrugglingHippo • 12h ago
Unsolved :( Issues with Regkey on Co-Managed Devices after Upgrade to 24H2 over WUfB
Hi all,
we are experiencing an issue on approximately 2% of our devices after they upgraded to Windows 11 24H2 via Windows Update for Business (WUfB). We had a very similar issue about a year ago after moving the Windows Update workload from SCCM to Intune.
On the affected devices, the following registry value is present:
HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\UseUpdateClassPolicySource
with the value set to 1.
As a result, these devices do not receive updates via WUfB because they are still using Configuration Manager as the update source. On all unaffected devices, this registry value does not exist.
I was able to resolve the issue, but I am wondering what could be causing it in the first place. The Co-Management capabilities are configured correctly, and there is no GPO explicitly configuring this registry value. The Site Version is 5.0.9141.1000 (Version 2509) and the Configuration Manager version on the clients is 5.00.9141.1032.
The workaround/fix I found is as follows:
- Delete the following registry keys:
HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\GPCache\CacheSet001\WindowsUpdateHKLM:\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\GPCache\CacheSet002\WindowsUpdate
- Rename the following file:
C:\Windows\System32\GroupPolicy\Machine\Registry.pol
- Reinstall the CCM Agent.
After performing these steps, the UseUpdateClassPolicySource registry value under:
HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
is no longer present, and the device starts receiving updates via WUfB again.
Has anyone experienced a similar issue or have any idea what could be causing UseUpdateClassPolicySource to be created on only a subset of devices after upgrading to 24H2? The upgrade to 24H2 was distributed over Intune, so it seems like it worked until the feature update, and then for some reason created this key.