Connecting Tech Pros Worldwide Help | Site Map

Adding a site to trusted websites list

Newbie
 
Join Date: May 2008
Posts: 3
#1: May 7 '08
I'd need to know, if trusted websites list can be changed from the command line, registry, or custom exe (some API call)

Regards,
EmmKay
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: May 7 '08

re: Adding a site to trusted websites list


Quote:

Originally Posted by Emmkay

I'd need to know, if trusted websites list can be changed from the command line, registry, or custom exe (some API call)

Regards,
EmmKay

This is not an IIS question, though it can be done via GPO (if you have a domain) or by editing the computers local policy:
Grant User Rights to a Service Account (IIS 6.0)

This information is stored in the registry (under the appropriate user's registry hive), so you can definitely do this via script (and use the WScript's RegAdd method). If you are adding the site for a different user, you'd need to know their SID.

You can not add your site to someone else's trusted sites zone without their
permission. Again, you can do this in a script, but the user will need to agree to run the script.
Newbie
 
Join Date: May 2008
Posts: 3
#3: May 13 '08

re: Adding a site to trusted websites list


Can this be done by running InstallScripts?Please reply!


Quote:

Originally Posted by kenobewan

This is not an IIS question, though it can be done via GPO (if you have a domain) or by editing the computers local policy:
Grant User Rights to a Service Account (IIS 6.0)

This information is stored in the registry (under the appropriate user's registry hive), so you can definitely do this via script (and use the WScript's RegAdd method). If you are adding the site for a different user, you'd need to know their SID.

You can not add your site to someone else's trusted sites zone without their
permission. Again, you can do this in a script, but the user will need to agree to run the script.

Reply


Similar IIS / Microsoft Internet Information Services bytes