win32_add_right_access_service
Add rights access for an username to the service
Description
Add the rights access for username on servicename service. Administrative privileges are required for this to succeed.
Parameters
servicenameThe service name to add rights access.
usernameRead the rights access for
username.rightThe rights allowed for
username. The service rights constants can be used to define this value.machineThe optional machine name on which you want to create a service. If omitted, it will use the local machine.
Return Values
Return a Win32Service\RightInfo object.
Errors/Exceptions
A ValueError is thrown if the value of service parameter is empty.
A ValueError is thrown if the value of username parameter is empty.
A Win32ServiceException is thrown on error.