Skip to content

Instantly share code, notes, and snippets.

@kreeger
Last active April 23, 2021 03:16
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 kreeger/2ad3cadf3fc0661728ad38032a103e14 to your computer and use it in GitHub Desktop.
Save kreeger/2ad3cadf3fc0661728ad38032a103e14 to your computer and use it in GitHub Desktop.
Two batch scripts for launching Steam in a specific resolution for streaming to a TV or iPad -- necessary to get the aspect ratio right if your primary PC display is not 16:9 or 16:10. Requires https://tools.taubenkorb.at/change-screen-resolution/
C:\Applications\ChangeScreenResolution.exe /w=1920 /h=1080 /d=0
"C:\Program Files (x86)\Steam\steam.exe" -start "steam://open/bigpicture"
TIMEOUT /T 3
C:\Applications\ChangeScreenResolution.exe /w=3440 /h=1440 /d=0
C:\Applications\ChangeScreenResolution.exe /w=1920 /h=1440 /d=0
"C:\Program Files (x86)\Steam\steam.exe" -start "steam://open/bigpicture"
TIMEOUT /T 3
C:\Applications\ChangeScreenResolution.exe /w=3440 /h=1440 /d=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment