this post was submitted on 12 Feb 2025
155 points (100.0% liked)

iiiiiiitttttttttttt

824 readers
1 users here now

you know the computer thing is it plugged in?

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Sheldan 20 points 2 months ago (5 children)

Wasn't there something about windows not actually shutting down if you do a shutdown? One would assume they do, and use it in a reboot scenario

[–] [email protected] 12 points 2 months ago

Yes. Literally turning it off and then on again via shutdown doesn't reset the counter, like restart does.

[–] [email protected] 8 points 2 months ago

Windows calls hibernate shutdown. You have to hold shift, iirc, when clicking shutdown. To do a real shutdown.

[–] [email protected] 8 points 2 months ago

Windows has a thing called Fastboot which you should disable.

[–] [email protected] 4 points 2 months ago

Yes, fast startup.

[–] [email protected] 4 points 1 month ago

I'm super late, but: Yes, with "Fast Startup" enabled, a Windows machine will do a hybrid shutdown, when you choose "shutdown". It will shut down userspace and hibernate the kernel. Upon boot it will load the kernel from hibernation and then start a fresh userspace on top.

Of course if you had any issues in, for example, a sound driver, then that bad state will get loaded back in too. And the uptime counter is also part of the kernel state that gets loaded back in.

If you choose "reboot" it does a standard shutdown and at the last step writes to the ACPI reset register so the mainboard does a reset and directly starts booting again. Then both kernel and userspace are started fresh.