Reputation: 4331
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
Reputation: 4284
I've asked this question before. See my questions.
Stop Process on Network Machine with .Net
Upvotes: 1
Reputation: 554
You can use WMI automation http://www.dalun.com/blogs/05.09.2007.htm
Upvotes: 1