Primoz
Primoz

Reputation: 4331

How to start/stop proccess on remote machine using C#?

How to start/stop proccess on remote machine using C# ? Remote computer is runing winXP sp3 and I have administrator account there. I always get access denied error. *Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))*

I am using C3 and .net 3.5.

Upvotes: 2

Views: 1345

Answers (2)

Serkan Hekimoglu
Serkan Hekimoglu

Reputation: 4284

I've asked this question before. See my questions.

Stop Process on Network Machine with .Net

Remote Process Execution

Upvotes: 1

shaans
shaans

Reputation: 554

You can use WMI automation http://www.dalun.com/blogs/05.09.2007.htm

Upvotes: 1

Related Questions