Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > How to Configure Windows Service Permissions

Reply
Thread Tools Display Modes

How to Configure Windows Service Permissions

 
 
W
Guest
Posts: n/a

 
      01-27-2011
First, has any third party come up with a human friendly tool to let the
admin configure permissions for each service running on a Windows system? I
understand in theory that the SC command can set descriptors, but the
descriptor language is not for human beings. At very least it requires too
much time to study the descriptors.

I have an application that has a service permission of:

Administrators: full control
Interactive: read
System: full control

Without understanding the descriptors, I was told that this corresponds to
the command:

SC sdset <servicename>
DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLO CRSDRCWDWO;;;BA)(A;;CCLCSW
LOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

Instead I want this to become:

Administrators: full control
Users: read, start, stop, and pause
System: full control

What is the correct SC command and descriptor to use for the above?

Please note the computer is not a member server in a domain. So I cannot
use GPO.

--
W


 
Reply With Quote
 
 
 
 
Special Access
Guest
Posts: n/a

 
      01-27-2011
On Wed, 26 Jan 2011 17:23:01 -0800, "W" <>
wrote:

>First, has any third party come up with a human friendly tool to let the
>admin configure permissions for each service running on a Windows system? I
>understand in theory that the SC command can set descriptors, but the
>descriptor language is not for human beings. At very least it requires too
>much time to study the descriptors.
>
>I have an application that has a service permission of:
>
> Administrators: full control
> Interactive: read
> System: full control
>
>Without understanding the descriptors, I was told that this corresponds to
>the command:
>
> SC sdset <servicename>
>DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSW
>LOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
>
>Instead I want this to become:
>
> Administrators: full control
> Users: read, start, stop, and pause
> System: full control
>
>What is the correct SC command and descriptor to use for the above?
>
>Please note the computer is not a member server in a domain. So I cannot
>use GPO.


maybe you can't use GPO, but you can use the "Security configuration
and analysis snap-in" for the MMC console, where you can set security
permissions on any service on the computer.

Mike
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Active Directory problems/dcdiag error kj [SBS MVP] Windows Small Business Server 3 03-24-2010 09:19 PM
Copying Shared folders and retaining share and file permissions Bry M Server Networking 7 03-24-2010 01:12 PM
Windows Update keeps coming back with updates I already installed. JustWantItToWork Windows Update 5 03-01-2010 04:50 PM
Updates were unable to be successfully installed wjousts Windows Update 6 01-30-2010 04:01 PM
My documents opens at start up (after downloading RAR) psu027 Windows Vista Security 3 01-26-2010 03:49 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59