php8.5
Home/ Manual/ win32service / functions/ win32_remove_right_access_service

win32_remove_right_access_service

PHP function Edit on GitHub ✎

Remove the service rights access for an username

Description

win32_remove_right_access_service(string $servicename, string $username, string $machine = null): void

Remove the rights access for username on servicename service. Administrative privileges are required for this to succeed.

Parameters

servicename

The service name to remove rights access.

username

Read the rights access for username.

machine

The optional machine name on which you want to create a service. If omitted, it will use the local machine.

Return Values

Void

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.

See Also

Source: reference/win32service/functions/win32-remove-right-access-service.xml · from the official PHP manual (php/doc-en)