Skip to content

Instantly share code, notes, and snippets.

@nowells
Last active August 29, 2015 14:24
Show Gist options
  • Save nowells/f61ecebb881aaf343020 to your computer and use it in GitHub Desktop.
Save nowells/f61ecebb881aaf343020 to your computer and use it in GitHub Desktop.
@ECHO OFF
:: We want to disable ie11blacklist checks http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext" /v VersionCheckEnabled /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVersionList /t REG_DWORD /d 0 /f
del “%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment