If you’ve found that your Hibernate option is missing from Windows Vista, it might be from running the disk cleanup wizard and removing the hibernate files. This is due to a known bug in Vista that might not have been hotfixed already.
如果您发现Windows Vista中缺少“Hibernate”选项,则可能是因为运行磁盘清理向导并删除了Hibernate文件。 这是由于Vista中的一个已知错误可能尚未进行修复。
Turning it back on is very simple, however.
但是,重新打开它非常简单。
Type cmd into the start menu search box, and use Ctrl+Shift+Enter to open in administrator mode. You can also right-click the item in the menu and choose Run as Administrator.
在开始菜单搜索框中键入cmd ,然后使用Ctrl + Shift + Enter在管理员模式下打开。 您也可以右键单击菜单中的项目,然后选择“以管理员身份运行”。

From the command prompt, type in the following command:
在命令提示符下,键入以下命令:
powercfg /hibernate on
powercfg /Hibernate上

You’ll have to restart your computer before it will take effect.
您必须重新启动计算机才能生效。
Update: Alternative Method
更新:替代方法
An alternative method with more steps was suggested by Shane in the comments. If the above doesn’t fix your problem, you can use these steps.
Shane在评论中建议了一种具有更多步骤的替代方法。 如果上述方法不能解决您的问题,则可以使用以下步骤。
- Go to the command prompt icon in the Start menu under Accessories and right click the icon: click “Run as administrator”. 转到“附件”下“开始”菜单中的命令提示符图标,然后右键单击该图标:单击“以管理员身份运行”。
- Paste: “powercfg.exe /hibernate on” and hit Enter and also paste “powercfg -h on” and hit enter just to be safe. 粘贴:“ powercfg.exe / hibernate on”,然后按Enter,然后粘贴“ powercfg -h on”,然后按Enter以确保安全。
- Open Control Panel and type in “Hibernate” in the Search. 打开控制面板,然后在搜索中键入“Hibernate”。
- Click “Turn hibernation on or off” 点击“打开或关闭Hibernate模式”
- Click “Change advance power settings” 点击“更改高级电源设置”
- Scroll to and expand the “Sleep” option. 滚动到并展开“睡眠”选项。
- Select “Off” to the “Allow hybrid sleep” option. 选择“关闭”到“允许混合睡眠”选项。
- Scroll to and expand the “Power buttons and lid” option. 滚动查看并展开“电源按钮和盖子”选项。
- Select “Hibernate” for the “Sleep button action” option. 10. Select “Hibernate” for the “Start menu power button” option. 为“睡眠按钮动作”选项选择“Hibernate”。 10.为“开始菜单电源按钮”选项选择“Hibernate”。
Hopefully one of these methods will solve your problem!
希望这些方法之一可以解决您的问题!
翻译自: https://www.howtogeek.com/howto/windows-vista/re-enable-hibernate-option-in-windows-vista/