Skip to content

Security\_RevokeRegPermissions

Revokes the permission set on a Registry key

Security_RevokeRegPermissions(sHandle, sKey, sTrustee) As Boolean

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) 

VBScript

If bStatus Then bStatus = Security_RevokeRegPermissions("HKLM", "Software\CapaInstaller", "S-1-5-4")

Scripting Guidelines

Security functions Security_DenyRegAccess Security_SetRegPermissions