Created
July 20, 2017 15:39
-
-
Save fstoerkle/6382703ffab121c7ce023ab0365a136e to your computer and use it in GitHub Desktop.
Tell Internet Explorer to use software rendering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /f | |
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /v "UseSWRender" /t REG_DWORD /d 1 /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment