Remotely Turn off computer monitor
-
Hi all, I need to turn offpower-off) the remote computer(Machine) monitor.Can any help me on this scenario.Is it is possible to do by c#.net. Let me clearly explain me there are Server and clients... From server machine I need to turn off(power-off) the client system monitor kindly help me....
-
Hi all, I need to turn offpower-off) the remote computer(Machine) monitor.Can any help me on this scenario.Is it is possible to do by c#.net. Let me clearly explain me there are Server and clients... From server machine I need to turn off(power-off) the client system monitor kindly help me....
You can't power down a monitor via code. But you may be able to put the system into sleep mode or maybe turn on the screen saver. Don't ask me how to do this, I'm just providing an idea.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
You can't power down a monitor via code. But you may be able to put the system into sleep mode or maybe turn on the screen saver. Don't ask me how to do this, I'm just providing an idea.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
You can't power down a monitor via code.
Are you sure?[^] It can be done locally but perhaps not remotely.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Hi all, I need to turn offpower-off) the remote computer(Machine) monitor.Can any help me on this scenario.Is it is possible to do by c#.net. Let me clearly explain me there are Server and clients... From server machine I need to turn off(power-off) the client system monitor kindly help me....
The code sample that is here on CP will work, but only for monitors that support it and only on the local machine. You'll have to write two applications to do this remotely. One app that runs, probably as a service, on each machine you want to control and one that sends the command to the service running on each machine.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008