Did anyone figure out how to disable Automatic Driver updates yet?

Discussion in 'Windows 10' started by Super Spartan, Aug 6, 2015.

  1. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Will try this and report back.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    HEre is what I noticed after applying that setting, even though the driver will download, the installation fails. But then even if I try to install any other nVIDIA Driver it also fails. I had to disable that Group Policy Setting and reboot in order to be able to install the nVIDIA Driver :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Use Windows Update Mini tool in my sig:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    I will try it, but what use is this if the moment I go online updates will start downloading and installing automatically? Can this tool like disable the built in Windows updates then I can just run this tool to selectively choose what updates I want to install and hide others?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. as9j0das90d

    as9j0das90d MDL Novice

    Jul 18, 2015
    17
    15
    0
    #26 as9j0das90d, Nov 1, 2015
    Last edited: Nov 1, 2015
    my ( working ) fix

    take ownership of HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
    set necessary permissions to HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
    modify data of value "DLL" under HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver from wuuhext.dll to 1wuuhext.dll ( or something else )
    not sure if a reboot is needed

    this makes it impossible for windows update to search for drivers as the registry points to a missing DLL

    all other updates are working and i have not encountered any negative effects!
     
  7. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    447
    58
    10
    Can you explain how to take ownership and how to set permissions to do this? Thanks.
     
  8. as9j0das90d

    as9j0das90d MDL Novice

    Jul 18, 2015
    17
    15
    0
    askvg.com/guide-how-to-take-ownership-permission-of-a-registry-key-in-windows/
     
  9. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #29 lobo11, Nov 1, 2015
    Last edited: Nov 1, 2015
    It may download to your computer, but then you decide if you want to install or hide them (Not install them), Read my friend:D

    Can this tool like disable the built in Windows updates then I can just run this tool to selectively choose what updates I want to install and hide others?=Yes:D

    It will not disable Windows Update, but will let you choose which updates to install.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    #30 TairikuOkami, Nov 1, 2015
    Last edited: Nov 1, 2015

    Attached Files:

  11. oneLess

    oneLess MDL Junior Member

    Aug 15, 2013
    93
    20
    0
    from my tips , discovered in windows 10

    tip_6_hardware_get_device_app_provided_by_manufacturer_ON_default.reg
    tip_6_hardware_get_device_app_provided_by_manufacturer_OFF.reg
    tip_7_hardware_download_driver_software_for_devices_ON_automatically_default.reg
    tip_7_hardware_download_driver_software_for_devices_OFF_never.reg
    c
     
  12. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    as I said earlier, and for the 10th time, these reg tricks have no effect, Windows ignores them and ignored the Group Policy Editor rules and ignores the fact that I chose to never install drivers from Windows Updates in the System Properties / Device Installation.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,292
    94,817
    450
    #34 Enthousiast, Nov 7, 2015
    Last edited by a moderator: Apr 20, 2017
    You can also load reg from a mounted wim without using software:

    Code:
    reg load HKLM\test C:\Mount\windows\system32\config\software
    
    start regedit and look for HKLM\test in the register.
    
    reg unload HKLM\test