this post was submitted on 16 Aug 2024
0 points (NaN% liked)

Windows 11

826 readers
1 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
[–] [email protected] 1 points 2 months ago* (last edited 2 months 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)