DigeratiPrime Posted February 1, 2005 Posted February 1, 2005 Im having trouble setting Internet Explorer's Security Level for the Internet Zone. I want to set the Default Security Level to HIGH, not Medium, and unattended of course.I did search a bit, I'd hoped it was possible with winnt, but it sounds like I may need to use gpedit and then apply registry tweaks, but its a bit confusing. I did come across a thread about IEAK6 which may be helpful. Hope someone here already knows how to do this.
Yzöwl Posted February 1, 2005 Posted February 1, 2005 (edited) The easiest way would to be from a reg cmd or inf file run at cmdlines.txt, so all users get the settings.The keys for the internet zone are found hereHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3I usually set each of the appropriate values to the dwords I require in the form[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]"1001"=dword:00000003"1004"=dword:00000003"1200"=dword:00000003"1201"=dword:00000003"1206"=dword:00000003etc.<EDIT>You could try these settings, instead of setting each item individually to your own taste:;Change Internet Zone settings for improved security[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3];This makes "High" the default and recommended setting"CurrentLevel"=dword:00012000"RecommendedLevel"=dword:00012000;Warning if attempt to set the zone to less than "Medium""MinLevel"=dword:00011000;Allow you to add sites to the zone and to change its settings"Flags"=dword:00000003</EDIT> Edited February 1, 2005 by Yzöwl
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now