Disable Internet Explorer 8 Developer Tools

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

I am working on an ASP.NET AJAX application that has used the F12 key for a function for many years (this is actually a hold from the original DOS application). Clients have used this key for the sam function for almost 15 years, and we would really like to avoid moving this function.

Greetings

+7
internet-explorer
Jun 03 '09 at 11:56
source share
1 answer

Add a DWORD value named " Disabled " to

HKCU \ Software \ Microsoft \ Internet Explorer \ IEDevTools

and set it to 1 "

+11
Jun 03 '09 at 12:07
source share



All Articles