Category Archives: set permissions using setacl

Set Permissions using SetACL

Using SetACL to provide permissions
Command1: Providing registry permissions to Authenticated Users group

setacl.exe “MACHINE\SOFTWARE\AHouse\GEPUIS ORBIX” /registry /grant “Authenticated Users” /full /i:cont_obj_inh /p:yes /r:cont_obj /silent
OR using S-ID
“MACHINE\SOFTWARE\AHouse\GEPUIS ORBIX” /registry /set “S-1-5-11” /full /sid /silent

Command2: Providing Folder permissions to Authenticated Users group

setacl.exe “c:\AudioTools\GIMP” /dir /set “S-1-5-11” /change /sid /silent
Change the group name / S-ID according to your requirement