Svcacls.exe: Service ACL Editor Topics | Previous

Service ACL Editor Examples


svcacls displays usage screen.
svcacls browser lists permissions on the browser service on the local computer.
svcacls \\computername\browser list permissions on the browser service on a computer called "computername."
svcacls browser g:username:rx grants the Read and Execute permissions for user's user name on the browser service, adding to the user's current permissions.
svcacls browser s:username:rx sets permissions for user's user name to Read and Execute on the browser service, replacing the user's current permissions.
svcacls browser r:username revokes the user's user name permissions on the browser service on the local computer.
svcacls browser d:username explicitly denies access to user's user name on the browser service.