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