Permissions to service via Command Prompt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all and thank you in advance: I'd like to know is there a way to add
permissions to a SERVICE via the command prompt? (use the "ClipBook" service
for example) I'm trying to find an easier way to apply permissions to a
group/user than reapplying my template, etc., does anyone have any guidance
on this? Thanks again.
 
Hello all and thank you in advance: I'd like to know is there a way to add
permissions to a SERVICE via the command prompt? (use the "ClipBook" service
for example) I'm trying to find an easier way to apply permissions to a
group/user than reapplying my template, etc., does anyone have any guidance
on this? Thanks again.

Try:
SC sdset "service name" <SD in SDDL format>

For documentation see:
<http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx>
<http://msdn.microsoft.com/library/e...descriptor_definition_language.asp?frame=true>

Good luck.
 
Back
Top