Q. Is it true that Hyper-V in Windows 2008 R2 supports hibernate and sleep?

John Savill

June 7, 2009

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. This is true and false. With Windows 2008 R2, if you have a configuration that sets the hypervisor not to run, then you can now set the machine to hibernate. If the hypervisor is enabled, you can't hibernate. To create a boot option without the hypervisor loaded perform the following:

C:>bcdedit /copy {current} /d "Windows 2008 R2 - No HV"The entry was successfully copied to {857781f4-1ff6-11de-bc04-bf483ae46187}.C:>bcdedit /set {857781f4-1ff6-11de-bc04-bf483ae46187} hypervisorlaunchtype offThe operation completed successfully.

Note that the ID used in the second command should be the ID returned from the first command. You may also need to run "powercfg -hibernate on" to enable they hibernate capability.

Related Reading:



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like