Monday, March 23, 2015

WebBrowser Emulation

In Windows registry, there are three places where the WebBrowser emulation can be set.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

Add a new DWORD32 value, name it the exe file name, e.g. Fiddler.exe, value it the 7000, it means IE 11 with IE 7 compatibility view,  or 8000, IE 11 with IE 8 compatibility view.

No comments: