Sets a service's security descriptor, using the Service Descriptor Definition Language (SDDL).
Syntax
sc [<ServerName>] sdset <ServiceName> <ServiceSecurityDescriptor>
Parameters
Parameter | Description |
---|---|
<ServerName> |
Specifies the name of the remote server on which the service is located. The name must use the Universal Naming Convention (UNC) format (for example, \\myserver). To run SC.exe locally, omit this parameter. |
<ServiceName> |
Specifies the service name returned by the getkeyname operation. |
<ServiceSecurityDescriptor> |
Specifies the service descriptor in SDDL. |
/? |
Displays help at the command prompt. |
Remarks
For more information about SDDL, see "Security Descriptor Definition Language" on the Microsoft Web site (http://go.microsoft.com/fwlink/?LinkID=570).