Disable Updates

Discussion in 'Windows 10' started by SkyFox1, May 4, 2017.

  1. SkyFox1

    SkyFox1 MDL Novice

    Mar 15, 2017
    6
    0
    0
    Hello,

    I would to like to completely disable updates in Windows 10 (creators update). How can I do this?

    Thanks in advance.
     
  2. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #2 lobo11, May 4, 2017
    Last edited: May 4, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. shewolf

    shewolf MDL Senior Member

    Apr 16, 2015
    471
    1,066
    10
    #4 shewolf, May 5, 2017
    Last edited: May 5, 2017
    --- Disabling the Windows update client component ---

    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DoNotConnectToWindowsUpdateInternetLocations" /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DisableWindowsUpdateAccess" /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "UseWUServer" /t REG_DWORD /d 1 /f

    --- requires restart ---
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...