How to add Internet Explorer security zones

How to add Internet Explorer security zones

Serdar Yegulalp, Contributor
This tip originally appeared on SearchWindowsServer.com, a sister site of SearchSMB.com.

Internet Explorer (IE) lets you segregate visited sites and intranet locations into different security zones, each of which

    Requires Free Membership to View

    When you register you’ll also receive the latest news, advice and technical tips designed specifically for midmarket IT leaders like yourself. Our award-winning editorial team will give you immediate access to emerging business and technology trends.

    Scot Petersen, Editorial Director, SearchCIO-Midmarket

    By submitting your registration information to SearchCIO-MidMarket.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchCIO-MidMarket.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

can be handled differently as needed. By default, Internet Explorer has five security zones: My Computer, Internet, Local Intranet, Trusted Sites and Restricted Sites. Sometimes having only five levels of granularity isn't enough, and you may want to add more levels for finer control over content.

Internet Explorer security zones are not fixed in stone; they are controlled through the Registry and can be customized to a degree. Adding a new zone actually isn't that difficult, although you do need to make sure you're not damaging or overwriting an existing one. The new zone, like other zones, can be attributed to specific sites and have its own set of restrictions or allowances.

To create a new Internet Explorer security zone, open the Registry and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones. Inside Zones are five subkeys, labeled 0-4, each of which holds the settings for the different IE security zones. Right-click on 2 (Trusted Sites) and export it to a .REG file. Edit the .REG file in Notepad (or another text editor) and modify the following:

  • Rename the keyname, which is in square brackets at the top of the file. If you have 0 to 4 in existence, change the "2" at the end of the keyname to a "5." This will save all the new zone information in a subkey named 5.
  • Change the DisplayName and Description text strings to whatever the name and description of the new zone is to be.
  • Change the Icon string, too, and point it to another icon group (not an icon file itself, but an icon group in an existing resource like a .DLL) so the new zone will have a distinct icon. (If you don't know how to do this, you can change this string to inetcpl.cpl#1307 as a quick way to set it apart from the other icons.)

Save the .REG file and double-click it to add it to the Registry, then reboot. You should see a new icon in the Security tab for Internet Properties that corresponds to the new zone. Then, just set sites and security properties for it.

Serdar Yegulalp is editor of "The Windows Power Users Newsletter."


This was first published in May 2005

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.