Specify source service for specific classes of Windows Updates breaks installation of .net 3.5, languages, optional features...

Daniel 21 Reputation points
2022-01-20T12:51:20.09+00:00

Hi,

Since configuring the new Windows Update Policy setting "Specify source service for specific classes of Windows Updates" I am experiencing issues installing certain windows features.

.net 3.5 framework fails with 0x800f0950
languages fail with 0x800f0954

It can temporarily be solved by changing the data of SetPolicyDrivenUpdateSourceForQualityUpdates from 1 to 0, basically telling the client to download and install quality updates from microsoft update instead of WSUS, which is obviously not what I want.

So it looks like pointing SetPolicyDrivenUpdateSourceForQualityUpdates to WSUS, causes the setting Specify settings for optional component installation and component repair to no longer work.

Can this be fixed somehow?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,100 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,637 questions
{count} votes

7 answers

Sort by: Most helpful
  1. Chris Hill 196 Reputation points
    2024-07-25T11:15:05.4+00:00
    0 comments No comments

  2. Chris Hill 196 Reputation points
    2024-07-25T11:35:15.7033333+00:00

    Combining this article

    https://learn.microsoft.com/en-us/windows/deployment/update/fod-and-lang-packs

    with this one

    https://learn.microsoft.com/en-us/windows/deployment/update/wufb-wsus

    What I am reading is:

    • If your clients are running Windows 11 22H2 and above, you can disable 'Specify settings for optional component installation and component repair' provided your WSUS is set up for UUP
    • If your clients are running Windows 11 21H2 / Windows 10 (what about Windows Server?) you can leave 'Specify settings for optional component installation and component repair' set to download FoD from WSUS - but also either:
      • Configure 'Specify source service for specific classes of Windows Updates' to get feature and quality updates from Windows Update (hence bypassing WSUS) or
      • Do not configure 'Specify source service for specific classes of Windows Update' at all
    0 comments No comments