Skip to content

Instantly share code, notes, and snippets.

@quinnjn
Last active July 20, 2017 17:32
Show Gist options
  • Save quinnjn/5dbf0bed3b39bec6f08c1e8262ef7beb to your computer and use it in GitHub Desktop.
Save quinnjn/5dbf0bed3b39bec6f08c1e8262ef7beb to your computer and use it in GitHub Desktop.
@echo off
REM Taken from https://github.com/AlexanderMoskovkin/saucelabs-connector/blob/master/src/prerun/disable-intranet-compatibility-mode-in-ie.bat
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation" /t REG_DWORD /v IntranetCompatibilityMode /d 0 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment