mayayana
Tue Jan 29 22:30:44 CST 2008
It's all extremely convoluted, but you should find
what you need here:
http://support.microsoft.com/default.aspx?kbid=182569
You need to set specific values in the key that
corresponds to a given zone. With IE you should
always do both HKCU and HKLM because there's
a setting that will cause HKLM to override HKCU.
Also, if you want to customize the settings levels
you can use the TemplatePolicies keys. (See link.)
Those keys contain a whole set of values that are
all applied at once when you select a security
level other than Custom. For instance, if you
select Medium for Internet Zone, the whole
TemplatePolicies medium key is copied over to the
Zones\3 key. (That will make sense when you read
the article.) So by changing the values in the
TemplatePolicies keys you can custom-define exactly
what low, mediumlow, medium and high security are.
Then you don't have to keep dealing with single values.
You can just define 4 custom levels and use those.
That's also a good idea if you use IE online. Last time
I checked, the normal "high" security was a very risky
setting that allowed script but blocked downloads!
> Is there a way to write a script that will set the various Internet
Explorer
> Security Settings for particular zones? For example, the settings that
affect
> activeX controls and scripting? I could try to figure out how to hack the
> registry, but would prefer a documented interface, if one is available.
> Thanks,
> --
> Joseph