/
Security_RevokeRegPermissions
Security_RevokeRegPermissions
Description
Revokes the permission set on a Registry key
Syntax
Security_RevokeRegPermissions(sHandle, sKey, sTrustee) As Boolean
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 (Security Identifier)
Example
VBScript
If bStatus Then bStatus = Security_RevokeRegPermissions("HKLM", "Software\CapaInstaller", "S-1-5-4")
Related functions
Security functions Security_DenyRegAccess Security_SetRegPermissions
, multiple selections available,
Related content
$cs.Reg_SetInteger
$cs.Reg_SetInteger
More like this
$cs.Reg_SetDword
$cs.Reg_SetDword
More like this
$cs.Reg_GetInteger
$cs.Reg_GetInteger
More like this
$cs.Reg_ExistKey
$cs.Reg_ExistKey
More like this
$cs.Reg_SetQword
$cs.Reg_SetQword
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this