There appears to be no straightforward way to permanently stop Windows 11 Home from rebooting on its own after installing updates. I looked for workarounds but so far I have only found a script that has to run on a schedule to block the reboot by changing “working hours”. (Link.)
Is that really the best that is possible?
You must log in or register to comment.
• Run regedit to open Registry Editor. • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU. • If the keys don’t exist, create them. • Create a new DWORD (32-bit) Value named NoAutoRebootWithLoggedOnUsers and set its value to 1.
(https://learn.microsoft.com/en-us/windows/deployment/update/waas-restart)