Why isn't my IE8 Developer Tools working?

2019-01-13 10:42发布

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

6条回答
狗以群分
2楼-- · 2019-01-13 10:59

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.

查看更多
混吃等死
3楼-- · 2019-01-13 10:59

windows run command gpedit.msc

  1. Under Local Computer policy select Administrative Templates.

  2. Select windows components -> select Internet Explorer

  3. Select Toolbars
  4. Double click on the right pane Turn Off Developer tools.
  5. Disable and apply the settings close IE and reopen.
  6. press f12

This policy setting allows you to manage whether users have access to Developer Tools in Internet Explorer.

If you enable this policy setting, users will not have access to Developer Tools.

If you disable or do not configure this policy setting, users will have access to Developer Tools.

Make sure you have disabled the settings because Even Though they are saying not configured option also work . Its not working . So make sure you have clicked disabled. enter image description here

查看更多
冷血范
4楼-- · 2019-01-13 11:01

For my case, the registry solution didn't work. Pressing f12 did nothing. What did work was going to "internet options"->advanced, and clicking "reset" on the bottom and pressing reset in the window that comes up.

查看更多
迷人小祖宗
5楼-- · 2019-01-13 11:06

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.

查看更多
可以哭但决不认输i
6楼-- · 2019-01-13 11:06

In my case, the developer tools were disabled by Group Policy.

  1. Open the Local Group Policy Editor. Press Win+R to open the Run window, and type gpedit.msc in the search line and press Enter
  2. In the left pane click on to expand Computer Configuration, Administrative Templates, Windows Components, Internet Explorer, and select Toolbars
    1. If you can't find the appropriate policy, you might need to add it. Right click on Administrative Templates.
    2. Select Add/Remove Templates...
    3. Select Add...
    4. I went for broke and selected a whole bunch of templates to be sure I got the one I needed.
  3. In the right pane double-click Turn off Developer Tools
  4. Select Disabled to disable the disablement.
  5. Close the Group Policy editor.
  6. You might have to close IE or restart your computer to apply the setting.
查看更多
萌系小妹纸
7楼-- · 2019-01-13 11:12

None of the above fixed my missing toolbar (on IE7 in this case), however the following did:

Click: Tools > Internet Options > Programs > Manage add-ons > IE Developer Toolbar BHO > Enable

(You can also go via Tools > Manage add-ons > Enable or Disable Add-ons.)

There may also be a 'IE Developer Toolbar' option. Enable that too.

Restart and your toolbar should reappear.

查看更多
登录 后发表回答