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

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

  1. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    So far, nothing has left on the network with this, seems to be a nice program.
     
  3. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    #3 fLOW., Aug 30, 2015
    Last edited by a moderator: Apr 20, 2017
    This is the key for that:

    Code:
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontSearchWindowsUpdate" /t REG_DWORD /d "1" /f
    If you want to revert it to default setting, just delete it.
     
  4. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Out of all the privacy programs I've tried, this is the only tool that is not a virus and actually works great with an easy to use UI. The extra stuff like disabling the automatic driver updates are just the topping on the cake :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    I agree seems nice. Most aren't a virus, it's just that because the way it's written, and it's changes windows registry, it can be seen as one, there are a lot of programs that can be seen as one.

    I'm not saying they couldn't be, as this has happened where it looks good and helpful. But I would say the ones posted by MDL members wouldn't be one, and the ones out on other sites could be.

    Hope you don't think I was thinking you don't know, just posted this for others to see.
     
  6. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    #6 Super Spartan, Aug 30, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Can I just save that as a .reg file or is there something else to be added?

    Nevermind, I see it now in my registry:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
    "DontSearchWindowsUpdate"=dword:00000001
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    #7 odiebugs1, Aug 30, 2015
    Last edited by a moderator: Apr 20, 2017
    Hey J: if you already disabled windows update, there is no reason to do that, the drivers come through windows update.
     
  8. Leadbelly

    Leadbelly MDL Novice

    Apr 14, 2010
    36
    4
    0
    Maybe its me but it did not work, I have the newest version O&O ShutUp10. And updates would still download and install drivers for a sound card that I don't have and mouse drivers for a mouse that I don't have.
     
  9. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    Thanks, I just tried it as I didn't use the disable update, but it does not stop updates.

    @J, it's doesn't stop updates so use the script.
     
  10. Sakuya

    Sakuya MDL Junior Member

    Jul 16, 2015
    58
    17
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Strange, why did it work for me? I just did a clean install using the latest ISO of Windows 10 Pro downloaded with the Media Creation Tool from Microsoft so I don't know if that's an update build or what.

    Mind you, I did the tweak to disable driver updates before even going online after the clean installation
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,745
    1,010
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    I'm running the 10532, they could have already fixed some tweaks from blocking.
     
  14. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,424
    11,716
    240
    Win10 has a nasty habit of waiting to install drivers until you install updates.
    You would likely need to set the reg key in a setupcomplete.cmd script if you want win10 to never download drivers.
     
  15. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    Thanks murph, I always have newer drivers than windows will ever have, so I don't need to worry, but I hope that flows reg works for people.
     
  16. Leadbelly

    Leadbelly MDL Novice

    Apr 14, 2010
    36
    4
    0
    #17 Leadbelly, Aug 30, 2015
    Last edited by a moderator: Apr 20, 2017
  17. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60
    Have you tried what SAKUYA posted ?.
     
  18. odiebugs1

    odiebugs1 MDL Expert

    Jul 30, 2015
    1,390
    466
    60

    Hey J: I didn't check if this 10532 is allowing data out on the network, will try and check overnight. Seeing how update works, I figured we better check on new build.
     
  19. Leadbelly

    Leadbelly MDL Novice

    Apr 14, 2010
    36
    4
    0
    #20 Leadbelly, Aug 30, 2015
    Last edited by a moderator: Apr 20, 2017
    This is what I was asked to try, is that it. I just made the .bat file is all.

    Code:
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v "DontSearchWindowsUpdate" /t REG_DWORD /d "1" /f