Command Or Setting To Force Monitor To Turn On?
#1
Posted 16 August 2008 - 04:03 PM
I also have this posted over at the MS Windows XP newsgroups, but not much luck there so far.
Not an urgent problem by any means, just an academic question/loose end to tie up.
I have two scheduled tasks for power management purposes: One to have wizmo force the computer to standby at 10 pm, the other to start Internet Explorer at 6:15 am to wake the computer from standby.
Both tasks work fine, but upon wakeup, the monitor doesn't turn on. I have to move the mouse to wake up the monitor.
Obviously, since I have to move the mouse anyway, this isn't really a problem at all. It's more of a discussion question/exercise in Windows management:
Is there a command I can run at the command line to force the monitor to turn on? That way I could put the IE startup and the monitor turn-on command in a batch file and run that at 6:15. If not, is there some setting somewhere that will ensure the monitor wakes up when the computer does?
One person at the XP newsgroups suggested scheduling another task after the IE start/computer wakeup task, such as a command line ping to localhost. I did try this but no luck; the monitor still refused to turn on when I ran the ping cmd file as a scheduled task.
Any other ideas are welcome. Thanks!
#2
Posted 16 August 2008 - 04:14 PM
**If you need a more detailed explanation, please ask for it. I have the Knack. **
#3
Posted 16 August 2008 - 04:28 PM
After reading your response, I performed a quick experiment: I clicked Start > Turn Off Computer > Standby. The computer powered down to standby, computer power LED flashing, monitor dark, monitor power LED amber instead of green. I then pressed the power button to wake up the computer. The computer came out of standby, and it also started sending output to the monitor; the dark screen lit up with Internet Explorer and the power LED went from amber (standby) to green (getting signals from Windows).
So, there's something about mouse movement and the manual wakeup from standby I did above that tells Windows to send signals to the monitor. Waking the computer from standby by scheduling a task wakes the computer, but it doesn't seem to tell Windows to send output to the monitor like mouse movement or pressing the power button does.
So I guess a better way to state my question is :"Is there a way to force Windows to send signals to the monitor through the command line or a scheduled task?"
Edited to add last paragraph above.
This post has been edited by Doonhamer: 16 August 2008 - 04:31 PM
#4
Posted 16 August 2008 - 07:05 PM
Have you tried a macro in a program such as Word to type a couple of letters?
Otherwise, I'd suspect that it was a setting that's controlled by the monitor drivers - and that's why I suggested installing the drivers for your monitor to see if they have a setting for that.
**If you need a more detailed explanation, please ask for it. I have the Knack. **
#5
Posted 16 August 2008 - 08:19 PM
That required physical movement either of the mouse or the keyboard might be built in by design gives me pause. Over at the XP newsgroups, I've been working with someone who's suggested issuing "keystrokes": in a batch file, I call a vbs script that opens Task Manager, then ten seconds later issues an "Alt+F4" keystroke to close Task Manager. The script runs and opens and closes Task Manager just fine, but it does not wake the monitor as it does so.
I'll share this at the XP newsgroup. Perhaps this non-problem has a non-solution.
Edited to fix deformed smiley.
Edited again for spelling and readability.
This post has been edited by Doonhamer: 16 August 2008 - 08:21 PM
#6
Posted 16 August 2008 - 09:59 PM
http://www.raymond.cc/blog/archives/2008/0...nd-hibernation/
#7
Posted 17 August 2008 - 08:51 AM
raw, on Aug 16 2008, 07:59 PM, said:
http://www.raymond.cc/blog/archives/2008/0...nd-hibernation/
Cheers Raw. I gave this program a shot as it had specific options to turn on the monitor and repair internet connection, but I fared even worse, as, after it woke up the computer, I couldn't get the screen to turn on at all, even with mouse movement/clicks and physical keystrokes, and had to hard-restart the system.
Would be the perfect solution if it worked on my system! However, the creator disclaims that it works on almost all Windows XP environments or some such.
#8
Posted 19 November 2009 - 03:12 PM
script list
; set time var seconds = 1000 milliseconds
seconds:= 1000
minutes:= 60*seconds
sleep, 10*seconds
; first mouse position
click 1,1
;second mouse position
click 10,1
; end script
exit
You probably know but Autohotkeys is a free program available from Cnet download site on http://www.download.com
hope this is of use to you and anyone else looking for a solution
Cheers
fenacre
#9
Posted 20 November 2009 - 03:42 PM
cheers

Help

Back to top












