Security\_RevokeRegPermissions
Description
Section titled “Description”Revokes the permission set on a Registry key
Syntax
Section titled “Syntax”Security_RevokeRegPermissions(sHandle, sKey, sTrustee) As Boolean
Parameters
Section titled “Parameters”sHandle (String)
Registry Key
sKey (String)
Name of sub key
sTrustee (String)
A trustee is a user or group. Trustee can either be “Domainname/username” or a Well-known SID’s (Security Identifier)
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Security_RevokeRegPermissions("HKLM", "Software\CapaInstaller", "S-1-5-4")Related functions
Section titled “Related functions”Security functions Security_DenyRegAccess Security_SetRegPermissions