this post was submitted on 16 Aug 2024
13 points (93.3% liked)

Windows 11

810 readers
29 users here now

Welcome to the community for Windows 11, Microsoft's latest computer operating system.

Rules:

founded 1 year ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] Ptsf 4 points 1 month ago* (last edited 1 month ago)
•	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)