(ASK) How to permanently disable update in Windows 11 22H2? (Not reenabled after some time)

Discussion in 'Windows 11' started by valvoga, Mar 14, 2023.

  1. valvoga

    valvoga MDL Novice

    Aug 19, 2014
    13
    5
    0
    Ahoy.... mates at Mydigitallife
    I would like to ask a question on how to disable update for Windows 11 22H2, specifically for build (22621.1344)

    I have tried WUB from sordum, WUMTMGR by Xanatos, WUMT, SHUTUP10, Stopwinupdates....

    But after some times, it would update the windows itself....

    Those tools mentioned above works well with Windows 10 but it does not work well with Windows 11....

    Anyone here would like to help me please?

    The reason i would like to stop the update is because most of the times Windows 11 update broke lots of driverS.

    I need a stable SYSTEM for my parents... because they are not tech savvy or anything...

    Thanks a lot for your attention mate
    Kind Regards......
     
  2. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,822
    5,608
    180
    Do you have Win 11 Pro?
     
  3. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    via GPO.
    use Pro[+] Edition
    Code:
    set WA="HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate"
    set AU="HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU"
    >nul 2>&1 reg delete %WA% /f
    >nul 2>&1 REG ADD %WA% /f /v SetRestartWarningSchd /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetActiveHours /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v ActiveHoursStart /t REG_DWORD /d 5
    >nul 2>&1 REG ADD %WA% /f /v ActiveHoursEnd /t REG_DWORD /d 23
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartNotificationConfig /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartNotificationDisable /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v SetAutoRestartRequiredNotificationDismissal /t REG_DWORD /d 0
    >nul 2>&1 REG ADD %WA% /f /v SetUpdateNotificationLevel /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %WA% /f /v UpdateNotificationLevel /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v NoAutoUpdate /t REG_DWORD /d 1 || '0' to Allow Notification - '1' to no Check at all
    >nul 2>&1 REG ADD %AU% /f /v AUOptions /t REG_DWORD /d 2
    >nul 2>&1 REG ADD %AU% /f /v NoAUShutdownOption /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v NoAUAsDefaultShutdownOption /t REG_DWORD /d 1
    >nul 2>&1 REG ADD %AU% /f /v AlwaysAutoRebootAtScheduledTime /t REG_DWORD /d 0
    
    this confirmed to work in the W10,11 Non-core edition
    W10 Ltsc, etc etc etc

    Want more?
    Disable WU service. and the Backup Service
    (i don't remember the name now, can look later)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,204
    978
    90
    block connections in or out with windows firewall control
     
  6. BetaTesta

    BetaTesta MDL Member

    Aug 6, 2022
    180
    57
    10
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,372
    1,589
    90
    if you need stable windows 10 ltsc 2021 are the best

    if you like windows 11 use enterprise or education sku ( activate with massgravel )

    windows 11 home or pro bad control of update telemetry..

    to convert windows 11 home or pro to higher sku change product key only :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    Maybe with a firewall?
    I used Simplewall before but now I use NetLimiter which I think is a bit better.
    I have it set to block everything so I get a popup every time something requests internet access and it asked if I want to allow Windows Update to connect to the internet.

    Haven't had an issue with unwanted updates or driver installs since I started blocking it with firewall but I use reg tweaks too just in case.
     
  9. Jessie Pinkman

    Jessie Pinkman MDL Addicted

    Aug 25, 2016
    506
    234
    30
  10. Noteaclaras

    Noteaclaras MDL Novice

    Sep 25, 2021
    5
    1
    0
    HI, maybe this tool can help you ;)

    Windows Update Blocker v1.8 from "Sordum.org"

    Sorry but I can't post links
     
  11. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    Then post your link as plain text and that's it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Noteaclaras

    Noteaclaras MDL Novice

    Sep 25, 2021
    5
    1
    0
    Yes, I need a few messages more to post links.
    Thanks.

    This new versión of WUB, has new options to protect changes.