如何在具有 Hyper-V 角色的 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 上启用休眠模式?

我尝试过的事情

  • 修改注册表启动。 我没有启动文件夹,所以我手动添加了它,然后重新启动

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvboot]
    "Start"=dword:00000003
    

    没有效果。

  • 按下Alt+F4在桌面上,没有可用的睡眠或休眠模式

关闭选项

  • 停止 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>
    

答案1

您链接的文章有误。该功能预计会成为 2012R2 的一部分。文章的该部分应标记为需要 R2。

相关内容