DESCRIPTION: Changes the service security identifier (SID) type setting of a service. If this setting is "unrestricted", the Service Control Manager (SCM) will add this service's SID to the service process token when the service process starts the next time due to the first service in the process being started. This setting is valid only for Win32 user mode services. If this setting is "restricted", the Service Control Manager (SCM) will add this service's SID to the service process token when the service process starts the next time due to the first service in the process being started. In addition, this service's SID will also be added to the restricting SID list in the process token. The process token will be a restricted token. See MSDN for details on restricted token. This setting is valid only for Win32 user mode services. In addition, for a share process service, all services cohosted in the process must have this SID type set for this to take effect. If this setting is "none", the SCM will not add the service's SID to the service process token. USAGE: scsidtype [service name] [type] OPTIONS: type =
DESCRIPTION: Changes the actions upon failure USAGE: sc failure service name . OPTIONS: reset= (Must be used in conjunction ...
DESCRIPTION: Changes the failure actions flag setting of a service. If this setting is 0 (default), the Service Control Manager ...
DESCRIPTION: Changes the preferred NUMA node for a Win32 service. This setting is valid only for own process services. To ...
DESCRIPTION: Changes the required privileges setting of a service. The privilege settings take effect when the service process ...
DESCRIPTION: Changes the service security identifier (SID) type setting of a service. If this setting is "unrestricted", ...
DESCRIPTION: Changes the trigger parameters of a service. USAGE: sc triggerinfo service name . OPTIONS: start/device/UUID/HwId1/. ...
DESCRIPTION: Changes whether the account in which the service runs uses a managed password. If this setting is "true", the ...
DESCRIPTION: Creates a service entry in the registry and Service Database. USAGE: sc create service name binPath= . OPTIONS: ...
DESCRIPTION: Deletes a service entry from the registry. If the service is running, or another process has an open handle ...