通过网络获取窗口服务列表

时间:2013-05-23 05:28:58

标签: c# windows-services

我希望通过网络

获取在其他计算机上安装的所有Windows服务

我正在使用C#。

这是我的代码

ServiceController[] svDetail = ServiceController.GetServices("192.168.1.2");

我有一个例外。这是异常消息

Cannot open Service Control Manager on computer . This operation might require other privileges.

如何通过网络获得服务?

0 个答案:

没有答案