I’ve observed that some services of my security software are not able to stop even from the administrator account. Star/ Stop option of those services are disabled.
I want to write that type of service in vb.net 2010 so that no user ( neither admin nor normal user) can stop the service.
I’ve observed that some services of my security software are not able to stop
Share
You should set CanStop = True in the properties of your service in VS.