{"id":1837,"date":"2013-09-16T14:29:33","date_gmt":"2013-09-16T13:29:33","guid":{"rendered":"http:\/\/www.edwardsd.co.uk\/work\/?p=1837"},"modified":"2014-09-11T20:48:14","modified_gmt":"2014-09-11T19:48:14","slug":"adding-trusted-sites-to-ie10-script","status":"publish","type":"post","link":"https:\/\/www.edwardsd.co.uk\/work\/2013\/09\/adding-trusted-sites-to-ie10-script\/","title":{"rendered":"Adding &#8220;Trusted Sites&#8221; to IE10 | Regedit | BAT | GPO"},"content":{"rendered":"<p>I&#8217;ve been looking for a simple method to add trusted sites into Internet Explorer 10 since they removed the &#8220;<a title=\"What's New in Group Policy in Windows Server 2012\" href=\"http:\/\/technet.microsoft.com\/en-us\/library\/jj574108.aspx\" target=\"_blank\">Internet Explorer Maintenance<\/a>&#8221; (<em>&#8220;The Internet Explorer Maintenance (IEM) snap-in is replaced by the Internet Explorer 10 preference extension&#8221;<\/em>)\u00a0options from the Server 2012 GPO.<\/p>\n<p>Unfortunately\u00a0a number of the methods for &#8220;adding trusted sites&#8221; prevent the local user from being able to\u00a0customise\u00a0the list with any additional sites. The method below is the quickest I have found to add a site to the &#8220;trusted sites&#8221; whilst also allowing users customisation. The following will add &#8220;work.edwardsd.co.uk&#8221; to the trust sites list:<\/p>\n<p><strong>*.BAT File Method:<\/strong><\/p>\n<pre lang=\"basic\">REM See http:\/\/technet.microsoft.com\/en-us\/library\/cc732643.aspx for Reg Commands\/Switches\r\nREG ADD \"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains\\edwardsd.co.uk\\work\" \/v \"http\" \/t REG_DWORD \/d 00000002 \/Y<\/pre>\n<p><strong>*.REG Method:<\/strong><\/p>\n<pre lang=\"basic\">Windows Registry Editor Version 5.00\r\n[HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains\\edwardsd.co.uk\\work]\r\n\"https\"=dword:00000002<\/pre>\n<p><strong>Note: The dword number represents the following values:<\/strong><\/p>\n<ul>\n<li>1: Intranet sites<\/li>\n<li>2: Trusted Sites<\/li>\n<li>3: Internet<\/li>\n<li>4: Restricted Sites.<\/li>\n<\/ul>\n<pre lang=\"basic\">\"https\"=dword:00000001\r\n\"https\"=dword:00000002\r\n\"https\"=dword:00000003\r\n\"https\"=dword:00000004<\/pre>\n<p><strong>GPO Method:<\/strong><br \/>\nThe alternative option would be to use a GPO, usually my preference however I found this a little bit more complex so opted for the *.BAT option. This is a top site for GPO guides:\u00a0<a title=\"GPO Zone Sites &quot;grouppolicy.biz&quot;\" href=\" http:\/\/goo.gl\/4zs2Ug\" target=\"_blank\">GPO to configure IE zones sites<\/a>\u00a0(remember if you use this method the users can&#8217;t make changes themselves, but great for a controlled environment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve been looking for a simple method to add trusted sites into Internet Explorer 10 since they removed the &#8220;Internet Explorer Maintenance&#8221; (&#8220;The Internet Explorer Maintenance (IEM) snap-in is replaced by the Internet Explorer 10 preference extension&#8221;)\u00a0options from the Server 2012 GPO. Unfortunately\u00a0a number of the methods for &#8220;adding trusted sites&#8221; prevent the local user [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[6,26,7,29,23,44],"tags":[],"class_list":["post-1837","post","type-post","status-publish","format-standard","hentry","category-bat","category-internet-explorer","category-regedit","category-windows-7","category-windows-server-2008","category-windows-server-2012"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pOPt8-tD","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/1837","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/comments?post=1837"}],"version-history":[{"count":2,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/1837\/revisions"}],"predecessor-version":[{"id":2475,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/posts\/1837\/revisions\/2475"}],"wp:attachment":[{"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/media?parent=1837"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/categories?post=1837"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edwardsd.co.uk\/work\/wp-json\/wp\/v2\/tags?post=1837"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}