Last active
April 23, 2021 03:16
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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