Give user right to stop process on local computer

S

Steven L Umbach

See the link below for a couple ways to give a user permissions to a service
by using a security template or the subinacl tool or a free third party tool
called setacl. The user will also need permissions to stop start any
services that the service depends on if there are any. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;288129
http://setacl.sourceforge.net/html/examples.html -- setacl

SetACL.exe -on "\\server1\W32Time" -ot srv -actn ace
-ace "n:domain1\group1;p:start_stop"Sets permissions to start and
stop the Windows time service on server 'server1' for group 'group1' in
domain 'domain1'.
 
N

news.broadpark.no

On Xp Pro, SP2, standalone I have a user account that use the buildt in
account limited. I want to give this user the possibility to stop and start
mssqlserver.

how to do this with gpedit.msc?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top