I was wondering if there is a way that my IE10 browser would be set to Quirks Mode automatically when I open it? I'm using a windows 8 64-bit. I am accessing a site that needs to be in Quirks Mode and when I open my browser I still need to change it to quirks mode to be able to access the site properly. And when I restart my computer and open the browser again I have to set it again to quirks mode. And this is really tiring.
Thanks!
Specification of an IE rendering mode also applies to IE5 Quirks Mode. To run instances of a WebBrowser control in IE5 Quirks Mode, insert the following value into the registry:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_NATIVE_DOCUMENT_MODE]
"iexplore.exe"=dword:C350
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"iexplore.exe"=dword:C350
References
来源:https://stackoverflow.com/questions/15106228/is-there-a-way-to-set-quirks-mode-by-default-in-ie10-running-64bit