O artigo ao qual você está vinculado está com erro. Este é um recurso esperado para fazer parte do 2012R2. Essa seção do artigo deve ser rotulada como exigindo R2.
Eu tenho o Windows Server 2012 instalado em um laptop. Eu preciso de um servidor porque eu desenvolvo software que eu preciso testar especificamente em uma edição de servidor. Documentação para Windows Server 2012 diz
Sleep and hibernate are no longer disabled when the Hyper-V role is installed.
What value does this change add?
Computers running Hyper-V can be put into sleep or hibernate mode. This is particularly useful to users who are running Hyper-V on laptops computers.
Como habilitar a hibernação no Windows Server 2012 com a função Hyper-V?
Modifique o registro para hvboot . Eu não tinha a pasta hvboot no registro, então eu a adicionei manualmente, reiniciei
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hvboot]
"Start"=dword:00000003
Sem efeito.
Pressionado Alt + F4 na área de trabalho, sem suspensão ou hibernação disponível
Parar o serviço de Gerenciamento de Máquina Virtual do Hyper-V em service.msc (que aponta para C: \ Windows \ system32 \ vmms.exe), todos os outros serviços do Hyper-V foram interrompidos por padrão.
Executado como administrador
powercfg.exe /hibernate on
Esta é a saída
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>