How to disable Windows Update using... Windows?

Discussion in 'Windows 10' started by Randy Bobandy, May 31, 2021.

  1. Randy Bobandy

    Randy Bobandy MDL Novice

    Mar 18, 2021
    28
    3
    0
    How to disable Windows Update using... Windows?
    If there is more than one please share them all.
     
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    2,436
    883
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    629
    523
    30
    Use Group Policy if you have Pro or Enterprise.
     
  4. Dude Guyman

    Dude Guyman MDL Member

    Jun 20, 2017
    138
    93
    10
    #4 Dude Guyman, May 31, 2021
    Last edited: May 31, 2021
    I use registry file toggle+reboot, it's the only way I've found that works 100%:

    WindowsUpdatesEnabled:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=-
    "DisableWindowsUpdateAccess"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=-
    
    
    WindowsUpdatesDisabled:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000001
    "DisableWindowsUpdateAccess"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=dword:00000001