How to check that the user can start and stop the service with Local System account
I have a window service. I want to implement a check that all the domain user or specific user can start or stop the service running under Local System account. I could not find any way to do this. Please give me some idea how we can do this in .Net.