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
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 ...