Instead of having to use Power Options in the Control Panel, you can enable and disable Hibernate mode from the Command Line.
1. Click the Orb (Start button).
2. Click All Programs and select Accessories.
3. Right-click Command Prompt and select Run as administrator.
To Enable Hibernate mode, execute the following:
powercfg /hibernate on
To Disable Hibernate mode, execute the following:
powercfg /hibernate off