Why isn't my IE8 Developer Tools working?

折月煮酒 提交于 2019-11-26 19:29:46

问题


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


回答1:


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.




回答2:


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.



回答3:


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.




回答4:


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.




回答5:


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.




回答6:


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.



来源:https://stackoverflow.com/questions/960683/why-isnt-my-ie8-developer-tools-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!