Windows – Granting service control manager access permission to user outside of administrator group

permissionsSecurityserviceuser-permissionswindows

I have a user outside of administrator group.
How can I grant service control manager access permission for that (specific) user?

It's like SC_MANAGER_ALL_ACCESS from the following link:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms685981%28v=vs.85%29.aspx

Best Answer

Try the sc.exe with sdset command. It uses sddl format and I'm not sure if you can implement your needs exactly as you want. See the article Understanding the SDDL permissions in the ACE_String to convert to sddl format.