I need to periodically power up the monitor

0

At work, I have a really bad monitor (generic trademark with unknown model/manufacturer) which sometimes goes randomly off. It is connected with a VGA cable (not HDMI).

I believe that goes to some energy saving mode. It does not powers on no matter what I do.

I plugged it to 2 different PCs, and it behaves the same, so I think is a hardware problem of the monitor, and not a software one.

If I push the shutdown button of the PC (windows 7 64), it awakes the monitor to ask if I really want to shutdown/show the list of running programs. That's the only way in which it powers on (unless I reboot the PC).

I'm looking for some command line, script or program which sends the command to awake to the monitor, periodically (maybe once a minute, or each 10 seconds).

Do you know any software solution?

zexot

Posted 2018-01-04T15:28:16.837

Reputation: 3

Have you tried just adjusting the power settings in Windows? – Digital Lightcraft – 2018-01-04T15:30:29.323

@Digital. Yes, I checked the power settings. They are set to never shutdown the monitor. – zexot – 2018-01-04T15:38:38.727

Answers

1

Nir Sofer has a tool for that...

nircmd.exe monitor off
nircmd.exe monitor on

tool ref: https://www.nirsoft.net/utils/nircmd.html PS: download is in the bottom of the page.

Ragnar Von Lodbrok

Posted 2018-01-04T15:28:16.837

Reputation: 98

Thank you. I had it set to run every minute with the windows 7 task scheduler. I will mark your answer as correct as soon as I'm allowed. – zexot – 2018-01-04T16:20:45.317