I needed to give all users rights to change some Internet Settings and right now normal user couldn’t change any needed settings.
I found tool called setacl which sounded right and started to use it.
You can found it :http://www.helge.mynetcologne.de/setacl/index.htm
This will give full right for everybody to registry branch /hklm/Software/Policies/microsoft/Windows/CurrentVersions/Internet Settings:
and after changes I wanted to remove those rights from everybody so I used this:
As you probably noticed grant gives rights and remove takes them off.
I guess that you wondered what is that strange S-1-1-0 thing to who I gave those rights.
Here you can find “Well-known security identifiers in Windows operating systems” which you can use with setacl: http://support.microsoft.com/kb/243330.
You can do much much more with setacl.exe but I only needed to give rights to registry but if you want to know more about it check setacls website for more info =)
Amazon.Com:
Microsoft Windows Scripting Self-Paced Learning Guide (Pro-Other)
Windows 7 and Vista Guide to Scripting, Automation, and Command Line Tools
Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft’s New Command Shell





