Skip to content

Instantly share code, notes, and snippets.

@Parker8283
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Parker8283/dbb9e2d129b57d965d9e to your computer and use it in GitHub Desktop.
Save Parker8283/dbb9e2d129b57d965d9e to your computer and use it in GitHub Desktop.
A Windows batch file to fix Portal 2 on Intel Integrated Graphics. Use this to run Portal 2 if you are experiencing problems.
@echo off
if exist "%ProgramFiles(x86)%\Steam\steamapps\common\Portal 2\update\cfg\videodefaults.txt" del "%ProgramFiles(x86)%\Steam\steamapps\common\Portal 2\update\cfg\videodefaults.txt"
start steam://rungameid/620
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment