Finally found a way to disable automatic driver updates in Windows 10

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

  1. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    465
    60
  2. Leadbelly

    Leadbelly MDL Novice

    Apr 14, 2010
    36
    4
    0
    I tried the wushowhide.diagcab, to temporarily prevent windows or driver updates from reinstalling. But the second your not looking, you have drivers you don't want again.
     
  3. eemuler

    eemuler MDL Senior Member

    Jul 31, 2015
    471
    178
    10
    This MIGHT work. Give it a shot and let me know.

    1. Extract your driver to a folder. It happens automatically in your temp folder, so empty your temp folder, start the installation, and when you see the install driver dialog, look in your temp folder for the newly created folder and copy it to another location (if you cancel the driver installation, the temp folder will (should) be cleaned up automatically).

    2. Open the folder, find the .inf file, open that with Notepad and make some small, insignificant change there, just to spoil the driver signature.

    3. Assuming you don't need to uninstall your current driver, but if you need to do so, then do it first.

    4. Then restart in test mode (disable driver signature enforcement).

    5. Install the driver from the folder which you saved earlier (which contains the inf you edited). You'll get a warning that the driver is unsigned, but install anyway.

    Restarting will return you to normal mode (not test mode). Now that Windows Update sees an unsigned driver installed for your hardware, perhaps it will not forcefeed you with a 'better' driver. I have an unsigned (modded) driver for mu graphics adapter and Windows Update hasn't bothered me yet, although that might change. :eek:
     
  4. Leadbelly

    Leadbelly MDL Novice

    Apr 14, 2010
    36
    4
    0
    Why oh why could they not leave well enough alone, now they will have all kinds of people just disabling windows updates all together.
     
  5. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Please let us know your findings as I don't know how to check that.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    so no definite solution for this yet :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,222
    84,899
    340
    #31 abbodi1406, Oct 30, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v DontSearchWindowsUpdate /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 0 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Device Metadata" /v PreventDeviceMetadataFromNetwork /t REG_DWORD /d 1 /f
    
     
  9. as9j0das90d

    as9j0das90d MDL Novice

    Jul 18, 2015
    17
    15
    0
    #32 as9j0das90d, Oct 30, 2015
    Last edited by a moderator: Apr 20, 2017
    this does not work for me

    the only working "fix" is to
    take ownership of HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
    set necessary permissions to HKLM\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
    edit value "DLL" from wuuhext.dll to 1wuuhext.dll
     
  10. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
    My experience : I confirm, no, it does not work.