this post was submitted on 16 Aug 2024
12 points (92.9% liked)

Windows 11

806 readers
38 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@lemmy.world 4 points 3 weeks ago* (last edited 3 weeks 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)