diff --git a/reference/win32service/setup.xml b/reference/win32service/setup.xml index 2fea3fc79eb64..770e9c1d0259f 100644 --- a/reference/win32service/setup.xml +++ b/reference/win32service/setup.xml @@ -38,8 +38,17 @@ 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 + current administration tasks to a non administrator account or service account. + + + Since Win32Service 1.1.0, you can manage service rights with PHP. Read the actual ACLs with + win32_read_all_rights_access_service, add an + access or deny right with win32_add_right_access_service + or remove an access with win32_remove_right_access_service. + + + If you use a previous version of Win32Service 1.1.0, please consider upgrading. + For further instructions to manage rights without the extension, see the Microsoft Knowledge Base.