If you saw my tweet or Darren Mar-Elia blog post you may be glad to know that the legacy Internet Explorer Maintenance section of group policy has now been removed in Windows 8. Unfortunately this means that you can now longer natively configured the IE Site to Zone mapping using native group policy setting without still allowing the user to customise the URL list. So below I will show you how you can still use Group Policy to configure the IE Zone via group policy while still allowing the user the ability to add additional sites. Put simply we are going to setup the IE Zone registry keys manually using Group Policy Preferences... However it's a little complicated as the URL that is in the Site to Zone mapping is actually stored as the name of the key. Finally the protocol is the registry value with a number that assigns it to the corresponding zone. In the example we use we will first look at the currently site that the users has setup in the trusted site list (www.bing.com). As you can see below the zone is store at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains then the domain is stored as a key "Bing.com" then "www". Within the "www" key the protocol (http and/or https) is the value name with the value representing what zone it should be a member. Note: We are just using bing.com as an example as you would never add at search engine as a trusted site. Now we will add the additional site www.google.com.au also to the trusted sites list using group policy. Step 1. Edit a Group Policy that is targeted to the users that you want the IE Zones applied. Step 2. Create a new Group Policy Preferences Registry Extension then select the "HKEY_CURRENT_USERS" Hive and then type "Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com.au\www" in the Key path. Then enter the Value name of "HTTP" and selected the Value Type as "REG_DWORD" and set the value data as "00000002". And you're Done... TIP: For your reference the values and their corresponding Zones are listed below in the table.

Value Zone Name
00000000 My Computer
00000001 Local Intranet
00000002 Trusted Site
00000003 Internet
00000004 Restricted

As you can see below the IE zone will push out to your users and it will be added to the trusted zone list, while still allowing them to add and remove other zones from the list. TIP: As always the native group policy settings will take precedence over Group Policy Preferences therefore if you have the "Site to Zone Assignment List" setting configured as well this will override (not merge) the above settings (See image below).