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|improve this question

28% accept rate
feedback

2 Answers

up vote 22 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|improve this answer
6  
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. – Tom van Enckevort 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 '10 at 14:02
Deleting the registry key worked for me. – Ryan Guest Jul 20 '11 at 23:21
show 1 more comment
feedback

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|improve this answer
About 2), deleting just WindowPos doesn't make it appear. UseDevToolsDebugger and Pinned also should be deleted. – Sangdol Aug 16 '11 at 8:09
feedback

protected by Robert Harvey Mar 8 '11 at 21:24

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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