I developed some windows kernel driver. And I should test this driver on hibernating situation on windows 10 desktop.
So I tried to test on windows 10 virtual machine. But I can't find any way to hibernate the machine.
I already tried to execute command line with "powercfg /h on". And set registry "HKLM\SYSTEM\CurrentControlSet\Control\Power\HibernateEnabled" to 1.
But powercfg returns error message to me, "The system do not support hibernation"
I know windows 10 support power mode from S0 to S4(as known as hibernation). And that is related to apci ability.
Finally, I think apci driver of vmware workstation dose not support apci s4 mode(hibernation).
Is there any way to enable hibernation on windows 10 machine?
Thanks.