Windows 10 Automatic Updates Enable/Disable script

Discussion in 'Windows 10' started by murphy78, Jul 18, 2015.

  1. bay12

    bay12 MDL Junior Member

    Nov 30, 2014
    84
    13
    0
    yes obviously. also run gpupdate /force but no luck. it works fro you? your folder "C:\Windows\SoftwareDistribution\Download" is empty or not?
     
  2. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    It's likely a different setting for automatic drivers. I remember seeing something about it in the tweaks thread.
     
  3. bay12

    bay12 MDL Junior Member

    Nov 30, 2014
    84
    13
    0
    yep. the setting to disable drivers download is this:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
    "SearchOrderConfig"=dword:00000003

    but it seems not working...
     
  4. Johnny Five

    Johnny Five MDL Novice

    Oct 25, 2012
    29
    132
    0
    #64 Johnny Five, Jul 19, 2015
    Last edited by a moderator: Apr 20, 2017
    It's not working because you use incorrect settings. Here are the correct settings:
    Code:
    0 = "No, let me choose what to do - Never install driver software from Windows Update"
    1 = "Yes, do this automatically (recommended)"
    2 = "No, let me choose what to do - Install driver software from Windows Update if it is not found on my computer."
     
  5. LEXX911

    LEXX911 MDL Senior Member

    Jul 29, 2009
    289
    33
    10
    WTF is going on. Why is there no more option to "Choose your Windows Update setting"? Will they be adding this to the final Windows 10 release?
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Seems that's the strategy for Windows as a Service now and won't change. Different rules for Home, Pro and Ent.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. LEXX911

    LEXX911 MDL Senior Member

    Jul 29, 2009
    289
    33
    10
    WTF does that mean? I mean Windows 10 update is freaking ridiculously stupid. I would like to know what I'm updating or how large the updates going to be before I hit the OK button. I don't want to be stuck with a gigabyte of updates when I'm about to turn off my computer and leave my house or go to sleep. If they are going to force updates. Do that to Windows Defender because that totally need its own separate update.
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    They shipped first updates containing security fixes side by side with feature updates, pushed as Securty Updates via WU :cool2:. The last upgraded the buildlabex string from 16387 (afaik) to 16390.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ashish.k

    ashish.k MDL Senior Member

    Dec 27, 2014
    299
    134
    10
    #69 ashish.k, Jul 19, 2015
    Last edited by a moderator: Apr 20, 2017
    @murphy78, could you make updated script which also disables driver searching using this registry tweak?

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]

    "SearchOrderConfig"=dword:00000000
     
  10. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    54
    10
    Is it defualt to 0 in the OEM image file? Because then we disable it on our installs.
     
  11. eyecheck

    eyecheck MDL Junior Member

    Jul 15, 2015
    63
    12
    0
    Default is 1
     
  12. blued

    blued MDL Junior Member

    May 31, 2007
    51
    3
    0
    I havent used this script, only configured WU through GPEDIT to notify if updates available. Funny though, today I checked available updates and only the security update was available. No GPU driver (Nvidia) or sound card (Creative SB Z) updates, these no longer appear.
     
  13. bay12

    bay12 MDL Junior Member

    Nov 30, 2014
    84
    13
    0
    #73 bay12, Jul 19, 2015
    Last edited by a moderator: Apr 20, 2017
    thanks for it...i've read the value 3 somewhere in this forum...i'll try and see what happens!

    Update: modified the value to 0 and it seems to works...no drives updates.
    thanks!
     
  14. dslr

    dslr MDL Novice

    Jul 8, 2015
    37
    1
    0
    You can do it here driver.jpg ,there's no need for registry...
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Registry is handy to set the option during Windows Setup :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ashish.k

    ashish.k MDL Senior Member

    Dec 27, 2014
    299
    134
    10
    Yes it is. Murphy78 should integrate this tweak with his script so we just have to run one script after a clean OS install to disable automatic updates check and downloading of drivers permanently.
     
  17. elzna

    elzna MDL Senior Member

    Aug 28, 2013
    434
    54
    10
    why isn't this working for me? cmd says its disabled, would you like to reenable but yet windows update forced that security roll up on it like 2-3 times . applied the script, rebooted btw.
     
  18. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    It does not stop updates from working if you check for them. Once you check for updates, you're locked into the process.
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    You guys are welcome to mod the script. I just felt that enough people were requesting this auto update thing that it was worth putting in the time to make.
    I could imagine someone modding this and putting like 5-10 different options. Knock yourselves out.
     
  20. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    The script is there. You can add whatever you want. :tasty: