up vote 5 down vote favorite
2

It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing.

I'm using Windows 7 beta

link|flag

28% accept rate

9 Answers

up vote 11 down vote accepted

Maybe someone disabled them?
Here's how you do that.

Basically: Check the following registry key:

HKCU\Software\Microsoft\Internet Explorer\IEDevTools

In the worst case you can remove the whole key. This wil revert the settings back to default.

link|flag
4  
thank you very much. That actually wasn't the problem, but close. I looked in the register and found these keys: [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools] "WindowPos"=hex:00,83,ff,ff,00,83,ff,ff,a0,83,ff,ff,26,83,ff,ff "Pinned"=dword:00000000 "UseDevToolsDebugger"=dword:00000001 erasing these keys brought the toolbar back. – Whozumommy Jun 8 '09 at 14:55
You're welcome! (Updated my answer to reflect this ;-) – fretje Jun 8 '09 at 15:19
You're a star! I did have the problem that the window would appear on my Windows toolbar, but that I couldn't maximize it in any way, so it was always hidden. After deleting the reg values it started working again. – tomlog Sep 23 '09 at 16:38
Superstar. I don't know how this happened to me, but it's bloody irritating. – Stephen Orr May 28 at 14:02
up vote 2 down vote

The problem was most likely caused by the WindowsPos value.

If it happens again the two solutions are:

1) Right click on the thumbnail/title for the dev toolbar in the task bar and then select "Move" then press an arrow. Now if you move your mouse you should see the window follow your cursor around, left clicking will "detach" it from your cursor.

2) Delete the value WindowPos, don't set it to 0 as that will cause the issue to happen again, just delete the entry.

link|flag
up vote 1 down vote

Just confirming that the Whozumommy's answer actually works. Remove WindowsPos, Pinned and UseDevToolsDebugger keys from the [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools]. That only happened after I have upgraded from Windows Vista to Windows 7.

link|flag
It happened for me for some reading for windows 7 installed from scratch. – HappyCoder Jan 27 at 13:36
up vote 0 down vote

The F12 Developer support feature was not added to IE8 until IE8 Beta 2. Is it possible you have a version of Win7 pre-IE8 Beta2?

Would you consider doing your IE8 development with the IE8 gold code in XP or Vista?

link|flag
up vote 0 down vote

Thanks guys ! You saved my day. I still wonder why MS things are so complicated (and obfuscated). Anyway, It worked for me like a charm.

link|flag
up vote 0 down vote

Sure it's not minimized?

link|flag
up vote 0 down vote

Actually removing the entire key IEDevTools didn't work, so what I did is ask someone who have the Dev Tools working to export the registry key and execute it in mine.

link|flag
up vote 0 down vote

I found a "Disabled" key at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools with a value of 1; changed it to 0 and Developer Tools was enabled!

link|flag
up vote 0 down vote

Removing the whole IEDevTools key fixed it for me.

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.