Windows-Server-2012
如何在具有 Hyper-V 角色的 Windows Server 2012 上啟用休眠?
我在筆記型電腦上安裝了 Windows Server 2012。我需要一台伺服器,因為我開發了需要在伺服器版本上專門測試的軟體。Windows Server 2012的文件說
安裝 Hyper-V 角色後,不再禁用睡眠和休眠。
這種變化增加了什麼價值?
執行 Hyper-V 的電腦可以進入睡眠或休眠模式。這對於在筆記型電腦上執行 Hyper-V 的使用者特別有用。
問題
如何在具有 Hyper-V 角色的 Windows Server 2012 上啟用休眠?
我嘗試過的事情
- 修改hvboot的系統資料庫。我在系統資料庫中沒有hvboot文件夾,所以我手動添加它,重新啟動
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvboot] "Start"=dword:00000003
沒有效果。
- 在桌面上按Alt+F4,沒有可用的睡眠或休眠
- 停止service.msc中的 Hyper-V 虛擬機管理服務(指向 C:\Windows\system32\vmms.exe),所有其他 Hyper-V 服務預設停止。
- 以管理員身份執行
powercfg.exe /hibernate on
這是輸出
Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>powercfg.exe /hibernate on Hibernation failed with the following error: The request is not supported. The following items are preventing hibernation on this system. An internal system component has disabled hibernation. Hypervisor C:\Windows\system32>powercfg.exe /a The following sleep states are not available on this system: Standby (S1) The system firmware does not support this standby state. An internal system component has disabled this standby state. Hypervisor Standby (S2) The system firmware does not support this standby state. An internal system component has disabled this standby state. Hypervisor Standby (S3) An internal system component has disabled this standby state. Hypervisor Hibernate An internal system component has disabled hibernation. Hypervisor Standby (Connected) The hypervisor does not support this standby state. The system firmware does not support this standby state. Hybrid Sleep Standby (S3) is not available. Hibernation is not available. The hypervisor does not support this standby state. Fast Startup Hibernation is not available. C:\Windows\system32>
您連結到的文章有誤。這是預計將成為 2012R2 的一部分的功能。文章的該部分應標記為需要 R2。