How to disable Windows 10 driver updates

Discussion in 'Windows 10' started by The_Guardian, Jan 17, 2017.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,213
    94,564
    450
  2. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    If it works then cool. lol Thanks for sharing screen shot. :)
     
  3. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,054
    60
    For the record, which device driver?
     
  4. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    I cant speak for him but myself I am using the older drivers made for win8.1 oem and they have not updated yet and its been three days. I know for a fact there are newer drivers for mine but since I changed that setting they havent tried to update at all. Other updates and drivers were installed but my older drivers are still active and not updating.

    Three old drivers I have to use:
    -intel hd graphics
    -wireless 7260
    -realtek audio with beats audio

    The above old drivers are the ones that work in win10 without any issues. The newer drivers from M$ muck my system up.
     
  5. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    I had two display adapters, default monitor drivers, I uninstalled one still has not come back, I have tried over 50 times to uninstall that driver, always came back until now
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    509
    129
    30
    Installed 15007 day ago, setup this build properly (uncheck driver downloads in Control Panel and in Settings app).
    After ethernet conncetion was established, my laptop was full of drivers :mad:
     
  7. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    I said nothing about unchecking anything, I said follow directions in OP :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    509
    129
    30
    Oh, i missed second post in this thread. So, basically it won't stop load drivers from Net!

    What option in gpedit.msc should prevent driver downloads? (since it should work now. I'll check it)
     
  9. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #29 lobo11, Jan 20, 2017
    Last edited: Jan 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,066
    394
    60
    #30 Espionage724, Jan 20, 2017
    Last edited by a moderator: Apr 20, 2017
    I block driver updates like this.

    First I add these two registry entries:

    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f
    Then, I get the PCI ID of the device I want to prevent driver changes to (Device Manager -> Device properties -> Details -> Hardware IDs -> First line)

    Next, I run this (the PCI ID mentioned above in this example is PCI\VEN_8086&DEV_191B&SUBSYS_105B1025&REV_06):

    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "1" /t "REG_SZ" /d "PCI\VEN_8086&DEV_191B&SUBSYS_105B1025&REV_06" /f
    Drivers are now untouchable (assuming MS doesn't override that of course). Anytime you want to change the driver yourself, or just want WU to handle it, you'll have to lift the restriction, which can be done by deleting the above entry (1 in this case):

    Code:
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "1" /f
    Multiple drivers can be blocked like this, but the device ID name has to have a separate number for each entry.
     
  11. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    509
    129
    30
    Thank you, i'll use firewall to stop any traffic, as I always did before. <:3
    And manual installation of updates, of course.
     
  12. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,447
    90
    I do updates manually too and never disabled bits service. Nothing ever updated unless the windows update service was turned on. I've been doing it like this since 10 went RTM.
     
  13. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    If you dont get all your updates then this method probably wont work. The updates is what corrected it and it has been working for myself and others. Still no driver updates, only system updates. I mentioned this before. lol :rolleyes:
     
  14. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #34 lobo11, Jan 21, 2017
    Last edited: Jan 21, 2017
    This is doing no more than what he says on OP:tasty:

    It works on mine now, did not use to, but now yes:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. jasongenova

    jasongenova MDL Junior Member

    Jan 23, 2016
    75
    20
    0
    I always do this + the GPEDIT one.

    gpedit.msc - computer config - admin - win components - win update - do not include drivers
     
  16. Dromadus

    Dromadus MDL Novice

    Oct 7, 2016
    48
    21
    0
    Hello The_Guardian,

    I got Your Nickname from Mister_X. He wrote me that I can ask You about Windows 10.

    Can You write me any advice to Windows 10. I use this Os on Fujitsu H730 and realy I don't know what do, because OEM drivers are old. Should I update drivers for example from intel, nividia etc?

    Windows 10 changes a lot of my devices drivers. Now I use this with Windows update off. I tried a lot of to block windows update but nothing works.

    Regards
     
  17. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    You would probably have better luck in case he does not see this of sending him a PM , just click on his avatar and you'll see it. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Dromadus

    Dromadus MDL Novice

    Oct 7, 2016
    48
    21
    0
    Lobo11 I can't send PM because I am here new :)

    Maybe You can give my any advice to Windows 10 ?

    Regards
     
  19. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    #39 The_Guardian, Jan 30, 2017
    Last edited: Jan 30, 2017
    (OP)
    If you get all your updates then turn that feature off like in first post of this thread, restart. You should now be able to turn off driver updates or roll them back and install what ever driver works for you. What I did was use M$ media creator tool to download and create media then when installed get all updates from M$, restart, turn off that option to not download driver updates like on first post, restart and install what driver you know works. For me I have to use HP oem drivers for win10 display, wireless and beats audio. They havent updated via windows update yet. :)

    Note: This requires you to get ALL M$ updates for it to work. If you dont get all the updates, this method is useless because it's an update that fixes it.
     
  20. 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...