RE: Turning off a Monitor Remotely
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Fri, 14 Sep 2007 02:52:18 GMT
Hi,
Thanks for your feedback.
During my discussion with the WMI developers, we also involved two kernel
power management team program managers. They are inviting you to describe
your background scenario -- why do you want to turn the monitor on/off
remotely? This will help them to identify gaps in current feature and
planning for the next release(s).
Regarding our workaround of using WM_SYSCOMMAND + Win32_Process.Create, it
should work for Win2003, because I have written a test app which works well
for my Win2003 system. The only problem for Vista is that it may get
launched in session 0 (services session) on Vista, which won't be able to
send a Window message. If you met this problem on Vista, please feel free
to tell me, we can work further to resolve it.
We have the approach to launch the remote process in interactive session
instead of session 0. For example, the very useful sysinternals Psexec.exe
tool has the options to launch an application on remote machine. Also, it
has an "-i" option to launch the remote process in interactive console
session:
http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx
Please feel free to tell me know your further concern, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Turning off a Monitor Remotely
- From: Marlon
- RE: Turning off a Monitor Remotely
- References:
- RE: Turning off a Monitor Remotely
- From: "Jeffrey Tan[MSFT]"
- RE: Turning off a Monitor Remotely
- From: Marlon
- RE: Turning off a Monitor Remotely
- From: "Jeffrey Tan[MSFT]"
- RE: Turning off a Monitor Remotely
- Prev by Date: Re: win32_product broken? other classes ok?
- Next by Date: Re: Multiple types of provider in a single provider
- Previous by thread: RE: Turning off a Monitor Remotely
- Next by thread: RE: Turning off a Monitor Remotely
- Index(es):
Relevant Pages
|