Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works

Can automatic rebooting be disabled on Windows 11 Home?

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?

View original on sh.itjust.works
11

12 replies

lemmy.world

This works for windows servers and it's fucking stupid

Open notepad. Make a change in the notepad window and don't save the change.

For some dumbass reason, likely burried deep on legacy code, the notepad save prompt halts the shutdown process.

6

Does this prevent other running programs from getting the WM_CLOSE signal (or whatever the signal sent when the computer tries to shut down is)?

Also, Windows 11 Notepad seems to have no problem closing with unsaved text. I think it saves it to a temporary location. Do I have to get legacy Notepad back? (I've found instructions for doing that.)

3
JackbyDevreply
programming.dev

I love this. Amazing. Imagine a mission critical server with an edited txt file just saying "DO NOT SAVE AND/OR EXIT!"

1
JackbyDevreply
programming.dev

I've heard so many horror stories about values getting reset by updates that I don't trust it. That is to say, if my boss or coworkers told me this was what was required to keep the critical server from actually restarting then I wouldn't test it.

1
Ptsfreply
lemmy.world

That's. Fucking. Insane. Like, it's a documented registry fix from Microsoft themselves. If you have a gpo pushing it, it's not getting reset. Also you literally just disregarded the way 90% of software makes configuration changes to your system, the registry.... Please tell me you don't work in IT because if you do your coworkers and end users must hate their lives.

0

True, I do apologize. As an industry guy who deals with nonsense like that all day I suppose it struck a nerve but there wasn't any reason to respond as harshly as I did.

1

It's worth mentioning that you probably can't stop the reboot after the update. You're better off searching how to stop the updates or stop rebooting all together (like the trick mentioned about editing a notepad file).

0

A batch file with "shutdown /a" or is it "shutdown -a" running every 1 minutes....

0

You reached the end

Can automatic rebooting be disabled on Windows 11 Home? | Spyke