Search code examples
.netprivilegesservicecontroller

ServiceController Required Privileges


I'm using a ServiceController to Start services on a remote machine. When I want to query the services on that machine, I get the following exception:

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

What privileges are required to query/start/stop the services on a remote machine?


Solution

  • Administrator