Working Example of creating a Process on a Remote System using WMI,...

K

Kerem Gümrükcü

Hi,

can someone please show me a working Example of
how i can create a process on a remote system
(does not need UI) with WMI using C#?

Thanks in advance,...

Regards

Kerem

--
 
U

urkec

Kerem Gümrükcü said:
Hi,

can someone please show me a working Example of
how i can create a process on a remote system
(does not need UI) with WMI using C#?

Thanks in advance,...

Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de


There is a sample here:


http://www.codeproject.com/KB/system/wmi.aspx
 
K

Kerem Gümrükcü

Hi Urek,


there is no Shutdown Example inside the code. I know
how to access WMI and its data, but i need a explicit
shutdown example,...


Regards

Kerem

--
 
U

urkec

Kerem Gümrükcü said:
Hi Urek,


there is no Shutdown Example inside the code. I know
how to access WMI and its data, but i need a explicit
shutdown example,...


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
urkec said:


Sorry, I thaught you were looking for a code sample that creates a process
remotely using WMI Win32_Process.Create().
 
K

Kerem Gümrükcü

My fault, the Question is about shutting down a remote system.
For whatever reason i get error messages saying that the
parameters for the method are invalid,...

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top