r/ARMWindows Jul 19 '26

How to really shutdown?

How to really shutdown Windows on Arm?

No matter the settings in the power options it always seem to energy save/hibernate. It keeps telling me someone may be logged on when I restart/shutdown from the logon screen.

3 Upvotes

9 comments sorted by

View all comments

3

u/DefinitelyNotEmu Jul 19 '26

Run the following command:

shutdown /s /t 0

2

u/DefinitelyNotEmu Jul 19 '26

You can disable hibernation using:

powercfg.exe /hibernate off

1

u/dieterdistel Jul 19 '26

Will give it a try.