Posts tagged as:

Standby

In this short article I am going to show you how to achieve hibernation or standby of Windows programmatically. The .NET 2.0 framework introduced the Application.SetSuspendState() method, which allows you to either hibernate or else standby your pc. This method accepts three parameters – the first parameter “state” is a PowerState enumeration value of either [...]

{ 0 comments }