Disable automatic driver installation without disabling Windows Update?

Discussion in 'Windows 10' started by thorazine74, Jun 28, 2022.

  1. thorazine74

    thorazine74 MDL Junior Member

    Sep 22, 2008
    69
    21
    0
    Is there any way to disable automatic driver installation from Windows Update for device without inbox drivers without completely disabling drivers from Windows Update?
    I mean, I dont want Windows to automatically install any driver (looking at GPU drivers mostly), but still being able to manually search and download drivers from Windows Update. Sorta like it was in previous Windows versions. Is this still possible in 22H1?
    I managed to block automatic installation completely with Group Policy setting "Prevent installation of devices not described by other policy settingsā€ but this also block installing removable devices automatically which is obviously not what would anyone want outside of corp environment.
     
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,451
    1,345
    120
    #2 kaljukass, Jun 28, 2022
    Last edited: Jun 28, 2022
    Yes, of course, this option is not the best, use it
    Code:
    Computer Configuration => Administrative Templates => Windows Components => Windows Updates => Do not Include drivers with Windows Updates
    
    Or the same, add manually registry key/rule
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState]
    "ExcludeWUDrivers"=dword:00000001
    NB! But don't forget to undo your previous change!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. thorazine74

    thorazine74 MDL Junior Member

    Sep 22, 2008
    69
    21
    0