Disable Updates

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

  1. SkyFox1

    SkyFox1 MDL Novice

    Joined:
    Mar 15, 2017
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Feb 16, 2012
    Messages:
    6,587
    Likes Received:
    5,350
    Trophy Points:
    210
  3. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
  4. shewolf

    shewolf MDL Senior Member

    Joined:
    Apr 16, 2015
    Messages:
    471
    Likes Received:
    1,023
    Trophy Points:
    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 ---