Skip to content

Instantly share code, notes, and snippets.

@DylanLacey
Last active September 21, 2015 01:43
Show Gist options
  • Save DylanLacey/636566f798d8b936a51a to your computer and use it in GitHub Desktop.
Save DylanLacey/636566f798d8b936a51a to your computer and use it in GitHub Desktop.
Disable IE's whining about script statements
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles" /v MaxScriptStatements /t REG_DWORD /d 10000000 /f
reg query "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles" /v MaxScriptStatements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment