Windows Update falsely claims that the exclude drivers policy is set

7,774

Solution 1

I had the same issue. I was able to get the problem to go away by enabling the "Do not include drivers with Windows Update" policy, and then setting it back to "Not Configured".

Solution 2

Do this for all policies in the Administrative Templates\Windows Components\Windows Update group: First change to Enabled (or Disabled) then click Apply, then restore again to Not Configured and click Apply again. When you "fix" the correct policy, the annoying notice will disappear instantly if you focus "Settings\Update", so no need to restart and you can check after each change (saves you extra clicking).

enter image description here

Also do the same with Allow Telemetry in Administrative Templates\Windows Components\Data Collection and Preview Builds - make sure it is not Disabled.

enter image description here

Solution 3

you should check this entry too : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings\ExcludeWUDriversInQualityUpdate

Share:
7,774

Related videos on Youtube

Thomas
Author by

Thomas

Updated on September 18, 2022

Comments

  • Thomas
    Thomas over 1 year

    Update: issue appears fixed, raises more questions than it answers

    Goodness gracious, so I just tried to simply enable the policy and then disabling it again (the good old turning it off and on again), and of course it's fixed now... Still doesn't make sense though because of the complete reset of all policies to factory defaults before, that didn't help (I rebooted several times in the mean time as well). Windows has mysterious ways I guess.

    Although this doesn't comfort me at all. Why did Windows Update see the wrong/phantom policy setting before? Are (group) policy settings even reliable? Is Windows reliable for that matter...


    Windows Update is claiming that the policy to exclude driver updates has been set, which the screen shot below proves is not the case:

    Windows Policies

    What could be the cause of this?


    Windows specifications & Environment

    Edition:    Windows 10 Pro  
    Version:    1809  
    OS build:   17763.437  
    

    The computer is running in a home environment (standalone).

    What I've tried so far

    • Reset all group policies to factory defaults:
    RD /S /Q "%windir%\System32\GroupPolicyUsers"
    RD /S /Q "%windir%\System32\GroupPolicy"
    gpupdate /force
    
    • Checked the state of the ExcludeWUDrivers registry entry (located at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState): 0
  • Ramhound
    Ramhound over 4 years
    The author’s screenshot clearly indicates this policy is already set to that value.
  • MMM
    MMM over 4 years
    Welcome to Super User! Generally, answers are much more helpful if they include an explanation of what the code is intended to do, and why that solves the problem without introducing others.
  • vladon
    vladon over 4 years
    @Ramhound it is necessary to toggle it explicitly, then all will work ok
  • Ramhound
    Ramhound over 4 years
    @vladon - If one has to toggle this policy then there is something else going on. I suspect the author of this answer simply didn't understand the author of the question had already configured the policy.