Set ACL properties in Windows
Several users in the help forum wondered how to set ACL properties in windows, by means of a script.
For those who dont know what ACL is :
Well there are serveral ways of doing this. But one easy going is this using the SetACL COM Object.
SetACL in Windows
This also comes along with a commandline tool.
This is a quick example on how to get started.
;SetACL $ACCESS Modes
Const $DENY_ACCESS = 3
Const $GRANT_ACCESS = 1
Const $REVOKE_ACCESS = 4
Cons