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)
Section titled “sHandle (String)”Registry Key
sKey (String)
Section titled “sKey (String)”Name of sub key
sTrustee (String)
Section titled “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”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 Constants Package Property Variables