Tagged Questions
6
votes
2answers
467 views
Detecting USB power state
Windows has the option of powering down certain peripherals, such as USB ports, to save power (this behavior can be enabled/disabled via Device Manager). The power down happens under various ...
2
votes
2answers
376 views
How to initiate standby/sleep from command-line?
I have found a lot of info about how to shut down computer, put it in hibernation etc via the command line, however, any tips i have read about getting it to sleep as it does from the start-menu has ...
1
vote
1answer
578 views
C# - How to Suspend to RAM and wakeup
I want to make a utility that will allow the system to use the Suspend to RAM feature and also have the ability to wakeup at a certain time.
Is this possible and how can I do this?
Code snippets ...
1
vote
2answers
311 views
Programmatically find out if system supports standby
This happens sometimes with Windows XP installations. Unless the display drivers are installed, power saving actions such as standby and hibernate are not supported.
Whether the system supports ...