0

I use TeamViewer a lot in Windows 7 and I want to know current status of my monitor. Is there a command or software to check if a computer screen is on or off.

Giacomo1968
  • 58,727

2 Answers2

3

Try to run following command to query the monitor status:

wmic path win32_desktopmonitor GET Availability
  • 3 means Running/Full Power
  • 8 means off

But based on my experience, not all monitor supports this API, you can check it on your pc.

More information refer to this official Microsoft document.

Giacomo1968
  • 58,727
Kevin Tu
  • 159
0
  1. Right Click the computer you want to edit
  2. Click Properties
  3. Click Advanced (lower left)
  4. Click Drop Down under Remote Input (bottom right)
  5. Select "Disable Remote Input and Show Black Screen"
  6. Log into remote computer from another Desktop edition of TeamViewer and accept the video driver TeamViewer offers
Giacomo1968
  • 58,727