Hybrid Shutdown in Windows 8

Posted by Moab on Super User See other posts from Super User or by Moab
Published on 2012-08-31T15:43:33Z Indexed on 2012/11/13 5:04 UTC
Read the original article Hit count: 482

Filed under:
|
|

Referring to this article published September 8, 2011, it gives instructions on how to to do a full (non-hybrid) shutdown in Windows 8 from the command line.

We have an option in the UI to revert back to the Windows 7 shutdown/cold boot behavior, or since that’s likely a fairly infrequent thing, you can use the new /full switch on shutdown.exe. From a cmd prompt, run: shutdown /s /full / t 0 to invoke an immediate full shutdown.

shutdown /s /full /t 0

I tried this in W8 Enterprise RTM trial, but did not work, so I did a

shutdown /?

and noticed they have changed the command for a Full shutdown

It appears the /s switch now does the full shutdown as explained in the MS article, and the /hybrid switch does the hybrid shutdown for fast startup.

Can anyone confirm this change in other RTM versions of Windows 8?

Any Microsoft docs on this change are welcome.

© Super User or respective owner

Related posts about shutdown

Related posts about command