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.
Asked
Active
Viewed 6,715 times
2 Answers
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
- Right Click the computer you want to edit
- Click Properties
- Click Advanced (lower left)
- Click Drop Down under Remote Input (bottom right)
- Select "Disable Remote Input and Show Black Screen"
- Log into remote computer from another Desktop edition of TeamViewer and accept the video driver TeamViewer offers
Giacomo1968
- 58,727
Rohit kumar
- 372