Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE11 F12 developer tools greyed out

Wondering if anyone's seen the below behaviour with the IE11 F12 developer and if there's a fix?

OS is Windows Server 2008 SP1 with all updates applied.

Screenshot attached

Shows grey area where IE11 dev tools should be

like image 562
noonand Avatar asked Mar 14 '14 11:03

noonand


3 Answers

I recently discovered this same problem... F12 Developer Tools grayed out.

It turns out I was trying to open the dev tools from a blank tab. IE11 apparently doesn't like that. If I navigate to a page with content (not about:blank), then the dev tools show up again, like normal.

I feel a little sheepish, but only a little. I'm use to Chrome's dev tools, and they open up fine on a blank (about:blank) page.

UPDATE

Okay, about:blank works fine in IE11. It's when I first open IE without navigating anywhere at all (just the original New Tab) that dev tools is disabled.

like image 122
Steve Henty Avatar answered Oct 16 '22 16:10

Steve Henty


In IE11:

Internet Options > Advanced tab > Reset Internet Explorer settings section > Reset... button

I was on live chat with Microsoft Support and they recommended this. After resetting, the F12 tools were no longer grayed out.

like image 23
webthaumaturge Avatar answered Oct 16 '22 16:10

webthaumaturge


In IE11, if F12 Developer Tools is missing or grayed out, check this registry setting:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\IEDevTools\Disabled

If the value of the Disabled key is 1, set it to 0.

like image 7
Tawab Wakil Avatar answered Oct 16 '22 14:10

Tawab Wakil