Friday, August 30, 2013

How to hibernate Windows using command line

Use this command:

rundll32.exe powrprof.dll,SetSuspendState

Source: Microsoft KB article 555569

This works on Windows XP and higher.

--Neno