Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Internet Explorer 8 Developer Tools

Is there a way to either disable Internet Explorer 8 Developer Tools, or at least change the shortcut key mapping?

I'm working on an ASP.NET AJAX app that has used the F12 key for a function for years (it's actually a hold over from the original DOS app). Customers have used this key for the sam function for nearly 15 years and we'd really like to avoid having to move that function.

Cheers

like image 729
Steve Brouillard Avatar asked Jun 03 '09 11:06

Steve Brouillard


People also ask

How do I disable Internet Explorer Developer Tools?

Set the policy value for Configuration >> Administrative Templates >> Windows Components >> Internet Explorer >> Toolbars >> “Turn off Developer Tools” to “Enabled”, and select “Disable” from the drop-down box.

How do I enable Developer Tools in Internet Explorer?

Launch IE. Enter WebGUI URL in IE address bar and login. 2. Once you are ready to re-create the problem, click Tools -> F12 Developer Tools to turn on Developer Tools.


1 Answers

Add a DWORD value with the name "Disabled" to

HKCU\Software\Microsoft\Internet Explorer\IEDevTools

and give it the value "1"

like image 142
fretje Avatar answered Oct 26 '22 12:10

fretje