6

I need to disable Protected Mode for the Local Intranet in Internet Explorer 9. So I go into Wrench/Internet Options/Security Tab/click on Local Intranet.

The Enable Protected Mode checkbox is grayed out and is checked. On the bottom it states that some settings are managed by your system administrator.

enter image description here

Yes, I am logged into the a domain account, however, I am an admin on my machine and I've tried starting IE as an Administrator. What's more puzzling, is that I logged in as a local user and the checkbox is still disabled and it states that some settings are managed by a sys admin.

I've tried looking around the Group Policy, but couldn't find anything that worked (though this is the first time I used the GP Editor).

How can I disable the Protected Mode for the Local Intranet?

Canadian Luke
  • 24,640
AngryHacker
  • 19,327

4 Answers4

7

Have a look in group policy, its under user configuration /or computer configuration --> Administrative template --> WIndows components --> Internet Explorer --> Internet Control panel --> Security page

There just go to zone that you want to set.

screen shot

Or you can run GP report to see what setting is applied. To do that, open up cmd then type in

gpresult /h gpresult.html

you report will be save in your current directory when you start cmd. Once you have the report, look at the bottom of the page, you will see settings that have been applied.

Here is mine, I've just enable one GP just to test it

gpresult

chmod
  • 2,237
-1

From mwhat I have read it is a reg change.

SO reg change required to turn it off from popping up is as follows.

HKCU - Software - Microsoft - Internet Explorer - Main New DWORD NoProtectedModeBanner Decimal value of 1

zand0r
  • 1
-1

as I understand it local admin does not win over GP pushed as a computer policy on the domain. The computer gets the policy and that policy overrides the user side.

ken
  • 1
-2

Another solution is to simply disable IE Enhanced Security Configuration. This resolved the issue for me

Harold
  • 1