Skip to content

Instantly share code, notes, and snippets.

@fstoerkle
Created July 20, 2017 15:39
Show Gist options
  • Save fstoerkle/6382703ffab121c7ce023ab0365a136e to your computer and use it in GitHub Desktop.
Save fstoerkle/6382703ffab121c7ce023ab0365a136e to your computer and use it in GitHub Desktop.
Tell Internet Explorer to use software rendering
@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