Quick Links

Windows 8 comes with a new Hybrid Boot feature, which decreases boot times. But from time to time you may find you need to do a classic, full shutdown. Here's how to do just that without disabling Hybrid Boot.

What is Hybrid Boot?

Hybrid Boot is a new feature in Windows 8 that takes the Hibernate feature we all know and love and improves upon it to bring us faster boot times. In your PC you have multiple sessions, more specifically you have session 0 which is reserved for the kernel session and session 1 which is normally your user session. In traditional implementations of hibernation when you click hibernate your PC takes everything that it currently has in memory (RAM) and writes it to the hiberfil.sys file on your hard drive, this includes both session 0 and session 1 data.

With Hybrid Boot, instead of hibernating both sessions it only hibernates session 0, it then closes your user session.  So now when you start your PC back up, it reads session 0 from hiberfil.sys and puts it back into memory, and starts a new user session for you. The result is dramatically faster boot times, with no effect on our user sessions.

How to Quickly Do a Full Shutdown

Right click on your Desktop and create a new shortcut.

image

When you are asked what you would like to create a shortcut to, type the following:

shutdown /s /t 0

image

Then give your shortcut a name.

image

Once you have created your shortcut, right click on it and head into its properties.

image

Now click on the Change Icon button.

image

I will just be using one of the default icons that comes with Windows, but feel free to choose your own.

image

Finally you can pin the shortcut to the Start Screen for easy access.

image

To do a full shutdown all you need to do is click on the shortcut.

image

That’s all there is to it.