Registry Permissions:
Question, I am new to using the SETACL tool does anyone have an idea on how to set registry permissions with this tool. Are know of another tool that I could use.
The key I am currently trying to give access to is
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B}]
Any ideas
If possible please give example:
The key I am currently trying to give access to is
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B}]
Any ideas
If possible please give example:
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
cs_m_si
19 years ago
With Setacl 2.0.2:
Type setacl -help and you will get all the options.
Example for registry permissions:
For full control:
SetACL.exe -on "HKLM\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B} " -ot reg -actn ace -ace "n:DomainName\GroupName;p:full;s:n;m:grant;w:dacl"
If you only want set value and create subkey as extra user rights:
SetACL.exe -on "HKLM\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B} " -ot reg -actn ace -ace "n:DomainName\GroupName;p:read,set_val,create_subkey;s:n;m:grant;w:dacl"
CS
Type setacl -help and you will get all the options.
Example for registry permissions:
For full control:
SetACL.exe -on "HKLM\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B} " -ot reg -actn ace -ace "n:DomainName\GroupName;p:full;s:n;m:grant;w:dacl"
If you only want set value and create subkey as extra user rights:
SetACL.exe -on "HKLM\SOFTWARE\Classes\CLSID\{1B4E3090-F8CE-11d2-AC89-006008B1638B} " -ot reg -actn ace -ace "n:DomainName\GroupName;p:read,set_val,create_subkey;s:n;m:grant;w:dacl"
CS
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.