2

When following the typical Windows 10 tutorials for enabling hibernation (e.g. this one), I've noticed that some options don't appear on my desktop. Is it because it might not have the same awareness hardware a laptop does? Or is there a hidden way somewhere that I'm not seeing?

Why is the Hibernate option not part of the default power options???

enter image description here

psygo
  • 176

3 Answers3

4

From command prompt with administrator permissions:

powercfg /hibernate on

Don't forget to check that you have enough space on your main drive, because everything in your RAM will be stored in your HD while your PC is hibernating.

psygo
  • 176
3

Many guides are outdated, even some of Microsoft's own tutorials. This tutorial, however, seems to be spot-on:

  1. Look for Control Panel with your Windows bottom-left icon.
  2. Look for Power Options.
  3. Click on Choose what the power buttons do.
  4. Click on the admin-protected Change settings that are currently unavailable.
  5. The Hibernate option should now be available for you to enable.
psygo
  • 176
2

The only way I can activate it on the desktop is with a shortcut that executes the following command:

shutdown /h
Greenonline
  • 2,390
jonny
  • 21