Say your laptop is about to die, or your desktop is on a UPS that only lasts a few minutes, and you get hit with the “update and shut down” option. Maybe your UPS is acting up, or you just got an overheating alert from your system.
Is there a way to shut down safely without updating? Could something in the command line work? I’d probably save it as a batch file since I might forget the command when I need it.
@Clarke
Good point. I left it out because they said they wanted to do it “properly,” and I wasn’t sure if that included forcing apps to close. Better to be cautious.
Then type shutdown /s /t 0 and hit Enter. This shuts down your PC immediately (the /t 0 makes it happen right away).
I was about to suggest this too! I use this command all the time for scheduled shutdowns when I’m transferring files or downloading updates before bed. Usually, I’ll do something like shutdown /s /f /t 1800 if I want it to shut down in 30 minutes.
Instead of shutting down, you could click “Hibernate” and deal with the update later when you’ve got power.
Another option on desktop: Press Alt + F4 on the desktop screen, and an old-school shutdown menu will pop up. It should have a regular “Shutdown” option.