WMI only loads process in background in remote machine

  • Thread starter Thread starter madhavan s
  • Start date Start date
M

madhavan s

would like to launch an application on a remote computer that is
interactive with the desktop. I am using C# and WMI. The code I have
here just loads the process in the background and that is not what I
need.can anyone help me
 
|
|
| would like to launch an application on a remote computer that is
| interactive with the desktop. I am using C# and WMI. The code I have
| here just loads the process in the background and that is not what I
| need.can anyone help me
|
|

No, it's just no possible to start a "Windows" application on a remote
server.

Willy.
 
Back
Top