Permanently Disable Windows Updates

Page 1 of 2 12 LastLast

  1. Posts : 27
    Windows 10
       #1

    Permanently Disable Windows Updates


    Is there a way to permenantly disable windows updates for clients not connected to WSUS?

    My understanding is unless you have Win 10 Ent connected to WSUS no matter what you disable in Windows services after a reboot it overrides all the disabled services and task scheduler update orchestrator disable settings and updates. I have personally disabled everything and sure enough it comes back to update after a reboot or two.

    Other than running a script each time after reboot is there any other permanent options?
      My Computer


  2. Posts : 14,022
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #2

    A User can disable some of the updates but Microsoft said some time back that there will be some that can't be blocked. The only true way I see to completely block updates is to not be connected to the Internet at all/never. But that also means to never accept software from other users of the Internet.
      My Computers


  3. Posts : 27
    Windows 10
    Thread Starter
       #3

    Another option is virtual NIC but all this nonsense to stop MS from updating is just damn annoying.
      My Computer


  4. Posts : 776
    Windows 7
       #4

    Unless you're on Home Edition, using a fake WSUS server is a reliable way to disable WU.

    Enable
    Code:
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000001
    "WUServer"="localhost"
    "WUStatusServer"="localhost"
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=dword:00000001
    Disable
    Code:
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000000
    "WUServer"=-
    "WUStatusServer"=-
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=dword:00000000
      My Computer


  5. Posts : 14,022
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #5

    That's true but then according to the EULA we only buy a license to use their software. One thing about Linux [most 'flavors' are free] the user doesn't get the updates feed, just notified that there are updates available. LibreOffice and VLC notify first, usually when opening the program.
      My Computers


  6. Posts : 5,330
    Windows 11 Pro 64-bit
       #6

    In this video, i will show you how to enable or disable automatic updates in Windows Update for all users in Windows 10.
      My Computer


  7. Posts : 43,004
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #7

    Enable or Disable Windows Update Automatic Updates in Windows 10
    Using CMD script and VBScript to control Windows Update

    I used Sledgehammer (a script) to do this some years ago. The above are more current.

    Trivial DIY hacking is usually unsuccessful.
      My Computers


  8. Posts : 16,950
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #8

    arf8 said:
    Is there a way to permenantly disable windows updates ...?
    I set all network connections as metered and only one small, useless, non-disruptive update [KB4023057] gets through once or twice each year.
    I use a script to update Defender a couple of times a day.
    I do my Windows updates manually when it suits me. I don't avoid them altogether.

    I check my metered status automatically at every startup.
    It has been a few years since any Version update changed them but I like to be certain.



    All the best,
    Denis
      My Computer


  9. Posts : 27
    Windows 10
    Thread Starter
       #9

    garlin said:
    Unless you're on Home Edition, using a fake WSUS server is a reliable way to disable WU.

    Enable
    Code:
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000001
    "WUServer"="localhost"
    "WUStatusServer"="localhost"
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=dword:00000001
    Disable
    Code:
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
    "DoNotConnectToWindowsUpdateInternetLocations"=dword:00000000
    "WUServer"=-
    "WUStatusServer"=-
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "UseWUServer"=dword:00000000
    If this works this is the most clever way to achieve this objective.

    I'll give it a try and report back thanks for such a simple and obvious solution.
      My Computer


  10. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #10

    arf8 said:
    Other than running a script each time after reboot is there any other permanent options?
    I've been using the portable freeware Windows Update Blocker for years now without any issues.

    It just works... and it allows Microsoft Defender definition updates through.

    Usage is simplicity itself:
    Permanently Disable Windows Updates-wub1_8.png

    No scripting, no rebooting. Just fire and forget.

    Hope this helps...
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:03.
Find Us




Windows 10 Forums