Services Security Rights

  • Thread starter Thread starter Eric Coidan
  • Start date Start date
E

Eric Coidan

I know that I can setup user security for services through the MMC but how
do I do that via command line. You have cacls for the file system, regini
for the registry but what is used for the services? I want to add the Users
group permission to run the telephony service.
 
Eric said:
I know that I can setup user security for services through the MMC but how
do I do that via command line. You have cacls for the file system, regini
for the registry but what is used for the services? I want to add the Users
group permission to run the telephony service.

Hi

Relevant for WinXP as well:

HOW TO: Grant Users Rights to Manage Services in Windows 2000
http://support.microsoft.com/?kbid=288129

For method 3 in the article above:

A new, bug-fixed version of SubInACL.exe is available for download here
(Win2k/WinXP/Win2k3):

http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b



This free 3rd party utility can also help you:

SETACL (freeware) at
http://setacl.sourceforge.net/

SetACL can set permissions on:

Local or remote directories
Local or remote files
Local or remote printers
Local or remote registry keys
Local or remote Win32 services
Local or remote network shares
 
Back
Top