{"id":2912,"date":"2019-08-28T18:24:55","date_gmt":"2019-08-28T18:24:55","guid":{"rendered":"http:\/\/microsoftgeek.com\/?p=2912"},"modified":"2019-08-28T18:24:55","modified_gmt":"2019-08-28T18:24:55","slug":"powershell-disable-ie-enhanced-security-configuration","status":"publish","type":"post","link":"https:\/\/microsoftgeek.com\/?p=2912","title":{"rendered":"PowerShell: Disable IE Enhanced Security Configuration"},"content":{"rendered":"\n<p>Have you ever tried to get on the Internet on a Windows Server to download apps or access any web portal to configure an application and the IE ESC gets in the way?<\/p>\n\n\n\n<p>Yup, I think we all have been there. Here&#8217;s how to disable those pesky IE ESC settings using PowerShell.<\/p>\n\n\n\n<p style=\"color:#00a302\" class=\"has-text-color\">function Disable-ieESC <\/p>\n\n\n\n<p style=\"color:#00a31a\" class=\"has-text-color\">{<br>     $AdminKey = &#8220;HKLM:\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}&#8221;<br>     $UserKey = &#8220;HKLM:\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}&#8221;<br>     Set-ItemProperty -Path $AdminKey -Name &#8220;IsInstalled&#8221; -Value 0<br>     Set-ItemProperty -Path $UserKey -Name &#8220;IsInstalled&#8221; -Value 0<br>     Stop-Process -Name Explorer<br>     Write-Host &#8220;IE Enhanced Security Configuration (ESC) has been disabled.&#8221; -ForegroundColor Green<br> }<\/p>\n\n\n\n<p style=\"color:#00a315\" class=\"has-text-color\"><br> Disable-ieESC<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever tried to get on the Internet on a Windows Server to download apps or access any web portal to configure an application and the IE ESC gets in the way? Yup, I think we all have been there. Here&#8217;s how to disable those pesky IE ESC settings using PowerShell. function Disable-ieESC { [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2912","post","type-post","status-publish","format-standard","hentry","category-computer-tech-stuff"],"_links":{"self":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2912","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2912"}],"version-history":[{"count":1,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2912\/revisions"}],"predecessor-version":[{"id":2913,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=\/wp\/v2\/posts\/2912\/revisions\/2913"}],"wp:attachment":[{"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2912"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2912"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/microsoftgeek.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2912"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}