如何使用 C# 在远程计算机上启动/停止进程?
如何使用 C# 在远程计算机上启动/停止进程? 远程计算机正在运行 winXP sp3,我在那里有管理员帐户。我总是收到访问被拒绝的错误。 *访问被拒绝。 (HRESULT 异常:0x80070005 (E_ACCESSDENIED))*
我正在使用 C3 和 .net 3.5。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我以前问过这个问题。看看我的问题。
使用.Net停止网络计算机上的进程
远程进程执行
I've asked this question before. See my questions.
Stop Process on Network Machine with .Net
Remote Process Execution
您可以使用 WMI 自动化 http://www.dalun.com/blogs/05.09.2007。嗯
You can use WMI automation http://www.dalun.com/blogs/05.09.2007.htm