Skip to main content

Export Internet Explorer Security Zone Information

Internet Explorer assigns a security zone to any website that the user is visiting. Next to the two generic zones Internet (all that are not in another zone), Local Intranet (local sites) are Trusted sites and Restricted Sites. Trusted sites will usually have a lower security level than restricted sites. One could for instance move financial sites or sites from companies like eBay or Amazon into the Trusted sites list. Restricted sites are those that should be accessed with lower permissions. Good for websites that need to be accessed but are not that trusted.
If a user accesses the Internet with multiple computers he might want to use the same security zone settings on all of them. The easiest way to do that would be to export the security zones on one computer and export them to all others instead of adding sites to the zones manually on all computers.
Internet Explorer is storing the security zone information in the Windows Registry. To export the settings of the currently logged in user one would have to open the Registry with [Windows R], typing [regedit] and hitting [Enter].
The Registry key is located at:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains
To export only the Zone settings
or
TO Export all the internet setting.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
  • To gain access to the registry, click Start|Run, type regedit, and click Enter.
  • Choose File|Export and choose "All" in the Export Range section, saving the file as "Backup.reg".
  • Navigate to the above mentioned key.
  • You'll want to export (Right-click->Export) the following keys from here:
    • ZoneMap
    • Zones
  • You could probably save them as "ZoneMap.reg" and "Zones.reg", respectively.
  • Upon exporting these keys, copy the REG files to the other computer.
  • Once completed, you'll want to open the registry and create a backup as on the first machine (Steps 1 & 2).
  • Close the Registry Editor.
  • Double-click "ZoneMap.reg" and "Zones.reg", one-at-a-time, clicking Yes in the prompt that appears.
  • If you mess anything up, just double-click the "Backup.reg" file you created earlier and click Yes in the prompt.
You can use "ZoneMap.reg" and "Zones.reg" on as many machines as you need to, just remember to create new copies whenever you need to change anything. 

The following link is to a Microsoft KB article with more information:
http://support.microsoft.com/kb/182569

Source :
http://www.ghacks.net/2008/11/26/export-internet-explorer-security-zone-information/
https://forums.pcpitstop.com/index.php?/topic/130612-importexport-of-internet-explorer-security-settings/

Comments

Popular posts from this blog

Cygwin Install Tutorial

1. Introduction OPEN-R requires a Unix/Linux like environment.   To work with it on Windows, the Cygwin package can be used.  It's based on Linux, and allows Linux programs (for the most part) to work under Windows.    You'll need at least 200 MBytes of free disk space available to download and install Cygwin. 2. Download Installer Download the following Cygwin setup program:   http://www.cygwin.com/setup.exe   (~250 KBytes).   Save it to your desktop, and launch once ready. 3. Cygwin Setup After launching the setup program, you'll see this screen.  Click the  Next  button...      4. Installation Type Select "Install from Internet".   Click the  Next  button... 5. Installation Directory The defaults are recommended.   Cygwin software packages will install to "C:\Cygwin". Click the  Next  button... . ...

The 7 Best Chrome Apps of 2014

The 7 Best Chrome Apps of 2014 With a brand new year looming large, it’s time for a quick look back at the rear view mirror before pressing on ahead — and what a view 2014 holds for Chrome fans.  We’ve seen native 64-bit builds of the browser land on both Mac OS X and Windows, savoured the introduction of nifty new features like tab audio indicators, and reaped the benefits of developers getting access to new APIs, design guidelines and features. The past 12 months have also seen a great many changes in the world of Chrome Apps. In this post we look back at some of the very best new and updated Chrome Apps from 2014. Sunrise (New) Sunrise  built up a huge following on iOS, making its arrival on Android and Chrome OS ( in May ) all the more anticipated. Kitted out with all kinds of handy organisational wizardry, support for multiple service providers, including Google Calendar, Outlook, Facebook and Todois...

Shortcut key to align code in eclipse

While learning java or working with java, we may need to copy a code from other source like internet or other files. When we do that the code may looks messy like before. which is not in standard and difficult to work on complex logics. Below key is useful to align the messy code:       Ctrl + Shift + F:   Formats a selected block of code or a whole source file.  Format messy code to Java-standard code.  If a code block is not selected, Eclipse applies formatting for the whole file. #shortcut key to align code in eclipse #shortcut_key_to_align_code_in_eclipse #shortcut_key_to_format_code_in_eclipse #shortCut key to format code in eclipse #shortcut_key_to_code_ alignment_in_eclipse #Auto- Alignment Shortcut Key  in  Eclips e