Tagged Questions

1
vote
1answer
92 views

Allow wake timers Windows 7/Vista

I need to allow WakeTimers (computer wake up from sleep/hibernation) for all power plans set on plugged in to Enabled. I tried Win32_PowerSetting but it only works on english version of Windows. I ...
1
vote
1answer
576 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
922 views

How to use .NET to Turn the Monitor back on after the Idle Timer has Turned it Off?

How do I turn the monitor back on after the idle timer has turned it off? I have power options in windows 7 set to: Turn off monitor after: 1 minute Go to sleep: Never But I don't know how to turn ...
0
votes
2answers
62 views

c# Timer: HTTP connection error after system wake-up

I have a Timer in a C# app (Win7 64). Every 20 min the timer callback gets some data via HTTP. It works well. But if my PC goes to sleep for a few hours, then wakes up, I get an HTTP error saying ...
0
votes
2answers
438 views

Wake System from Sleep C#

I'm trying to add functionality in my program that will allow the user to wake their system from sleep at a set duration. I've googled a lot about this and the examples online don't seem to work. ...
0
votes
1answer
662 views

How to turn on monitor after wake-up from suspend mode?

I need wake up PC from sleep to perform some actions - from C#. I've used CreateWaitableTimer functions, everything goes fine, at given time PC wakes up - but monitor stays in power save mode (turned ...