我希望通过网络
获取在其他计算机上安装的所有Windows服务我正在使用C#。
这是我的代码
ServiceController[] svDetail = ServiceController.GetServices("192.168.1.2");
我有一个例外。这是异常消息
Cannot open Service Control Manager on computer . This operation might require other privileges.
如何通过网络获得服务?