Block individual updates in 9926?

Discussion in 'Windows 10' started by LLStarks, Jan 25, 2015.

  1. LLStarks

    LLStarks MDL Member

    May 17, 2011
    133
    6
    10
    I don't want this stupid outdated Radeon driver whenever I reboot or check for updates
     
  2. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Maybe you could change the settings via Task Manager to 'stopped'. It's the service: wuauserv and run in netsvcs group.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,588
    340
  4. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,066
    394
    60
    #5 Espionage724, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    Either install Catalyst before running Windows Update; or un-converge Windows Update and use the classic Control Panel app:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX]
    "IsConvergedUpdateStackEnabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "UxOption"=dword:00000000
     
  6. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    570
    1,272
    30
    It should've been obvious. Better than cluttering the desktop or any folder with shortcuts.
     

    Attached Files:

  7. Mustafa Can

    Mustafa Can MDL Member

    Jul 6, 2011
    130
    57
    10
    I just removed Windows 10 for this. To get my graphics card work (damn switchable graphics), It needs custom drivers, which only work if offical drivers are not installed.

    Since Windows 10 neither allowed me to "don't install device drivers" and "disable automatic updates", the wrong drivers are installed, destroying my system.
     
  8. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    #9 steven4554, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    Here's a registry edit to stop WU from installing updates and drivers automatically:-
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
    "AUOptions"=dword:00000002
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. LLStarks

    LLStarks MDL Member

    May 17, 2011
    133
    6
    10
    #10 LLStarks, Jan 26, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    This works great but doesn't bode well for the gradual removal of win32 and other 9x-style cruft.

    In case anyone cares about my setup...

    Intel HD 4000 with 4061 driver
    Radeon 7730m with Omega driver
     
  11. mysteriously

    mysteriously Guest

    #11 mysteriously, Feb 13, 2015
    Last edited by a moderator: Apr 20, 2017
    There is a way to stop auto-download and auto-install updates:
    Start --> Run --> gpedit.msc --> Computer Configuration --> Administrative Templates --> Windows Components --> Windows Update --> Configure Automatic Updates --> ON --> Let me know before downloading and installing updates

    Also untick "Install during automatic conversation"

    Registry file to restore old Windows Update, disable forced reboot and stuff. Using old WU you can hide updates you do not want to install:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
    "AUOptions"=dword:00000001
    "CachedAUOptions"=dword:00000001
    "ElevateNonAdmins"=dword:00000001
    "EnableFeaturedSoftware"=dword:00000001
    "ForcedReboot"=dword:00000002
    "IncludeRecommendedUpdates"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX]
    "IsConvergedUpdateStackEnabled"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "UxOption"=dword:00000000
    Backup reg:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
    "AUOptions"=dword:00000004
    "CachedAUOptions"=dword:00000002
    "ElevateNonAdmins"=dword:00000001
    "EnableFeaturedSoftware"=dword:00000001
    "ForcedReboot"=dword:00000002
    "IncludeRecommendedUpdates"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX]
    "IsConvergedUpdateStackEnabled"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "UxOption"=dword:00000002