where on a Windows Server (2008R2 or before) can I find the permissions (allow/deny) who can actually start/stop services? Not to change the credentials which should be used by the service - just start/stop.
Brgds, Stef
|
feedback
|
|
I don't believe there is any good GUI to do this on the local system, but maybe something has been added since I last looked. I know SetACL can be used to modify the access control list of a service. Here is an example from the documentation about how to grant the ability to start/stop the Windows Time service
You can set the permissions with the built-in sc as well, but the syntax is far more cryptic. The the options are The other option is to set the permissions through a policy. Also see this question: How to set Windows Services permissions from Powershell? | |||||||||
feedback
|
|
This should provide you the needed information - http://support.microsoft.com/kb/256299. | |||||||||
feedback
|