IE 11 - F12 Dev Tools - how to set "user agent string" automatically for IE session

We would like to change the "custom string text" field of the F12 tools emulation so that IE11 behaves like IE 10 for a specific purpose, which currently works like IE10 but not IE11.

We would like this change to be valid for the entire IE session, and that when IE is completely closed, opening IE will start again in normal IE11 (no emulation).

Perhaps from the command line or some other trick. This will simplify the user experience and eliminate the need to manually: press F12, go to the emulation tab, change the value, replace the F12 tools sub screen below in a separate window, and get started with emulated IE.

Thank u

+3


source to share


1 answer


You can set the FCK FEATURE_BROWSER_EMULATION to 10001 for iexplore.exe, but you will need to remove this FCK after you close your session. Otherwise, you will leave IE in pretty bad shape.



See the documentation here .

0


source







All Articles