diff --git a/reference/win32service/setup.xml b/reference/win32service/setup.xml index 2fea3fc79eb6..59ef1dbaccde 100644 --- a/reference/win32service/setup.xml +++ b/reference/win32service/setup.xml @@ -37,10 +37,19 @@ control is available from the web interface or remote control. - You can set the ACL on the service after adding it into SCM to delegate the - current administration tasks to an non administrator account or service account. - For further instructions, see the - Microsoft Knowledge Base. + The ACL on the service can be set after adding it into SCM to delegate the + current administration tasks to a non administrator account or service account. + + + As of Win32Service 1.1.0, service rights can be managed with PHP. The actual ACLs can be read with + win32_read_all_rights_access_service, an access or deny right can be added with + win32_add_right_access_service, or an access right can be removed with + win32_remove_right_access_service. + + + It is recommended to update to Win32Service 1.1.0. + For further instructions to manage rights without the extension (or a version prior to 1.1.0), see the + Microsoft Knowledge Base.