how to add a domain to trusted zone in IE
Hello,
how to add a domain to trusted zone in IE
I need to deploy or update IE setting to all computers.
could you please let me know if you know a way to update local group policy with kace ?
Also I can do registry too.
btw updating domain group policy is not an option.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
5 years ago
the gpo just sets some registry keys so you do want to do registry poke to do same thing.
You can create a managed install or a script to deploy the keys. I recommend a script. if the keys are HKCU run script as logged in user, if HKLM run as system. You can use a cron timer to tell it to run every couple of hours during the business hours only. Create a smart label that looks to see if that key does not exist, then it will only go to machines missing that key. Use that label for the script to deploy to.