Overview |
||
The Wrapper can be used to control a Windows Service with various actions, such as START, STOP, RESUME, QUERY, etc. By default, these actions require Administrator privileges, and a User Account Control approval may be prompted on their execution. Since version 3.5.42, the Professional Edition of the Wrapper makes it possible to grant permissions on Windows Services. It is possible to configure as many permissions as needed, each of them allowing a user or a group to execute a list of actions on a specific service. There are a number of cases where it can be useful to change the permissions of a service:
The permissions are either set when installing a service, or when updating an installed service. For the second, the service must be in a stopped state.
This page describes the set of configuration properties used to manage permissions. The following properties can be listed with incremented indexes:
The following single properties can also be used for advanced configurations:
In addition, it is possible to query the permissions of a service. |
Configuring permissions |
||||||||||||||||||||||||||||||
|
Optional permissions (for portability) |
||||||||||||||||
|
Query the permissions of a Windows Service |
||||||||||
It is possible to query the permissions of a service with the following command:
In the output of the above example, you can see that myuser if a member of NT AUTHORITY\INTERACTIVE and thus inherits its permissions. In addition, START, STOP, PAUSE_RESUME are specifically granted to the user. You might also want to query the permissions of another service by using '-qp=serviceName'.
|
Reference - Windows Services |
[Ansicht]
[Start/Stop]
|