Top "Servicecontroller" questions

how to get phyiscal path of windows service using .net?

I have to get the absolute path of a windows service in a .Net Admin application. I am using ServiceController …

.net windows-services administration servicecontroller
Starting a service in ASP.NET/C# with the right permissions

on my website (written in ASP.NET/C#) I want the moderaters to be able to start a certain service. …

c# asp.net windows-services permissions servicecontroller
View status of service running on remote machine

The conditions are - I don't have administrator privilege - I want to see the status of a service in …

vb.net servicecontroller
Send command to service from C++

how can I send command to a Windows service from C++? Equivalent .NET code is: ServiceController sc = new ServiceController("MyService"); …

c++ windows-services servicecontroller
Unable to start and stop service using ServiceController

I have the below methods to start and stop a service. I call this method from another Console application to …

c# service class-library servicecontroller