Skip to content

Instantly share code, notes, and snippets.

@DarkCat09
Created October 11, 2022 07:25
Show Gist options
  • Save DarkCat09/23bebf4d22b502de920b426578aa6165 to your computer and use it in GitHub Desktop.
Save DarkCat09/23bebf4d22b502de920b426578aa6165 to your computer and use it in GitHub Desktop.
Run Chrome or VLC in fullscreen mode on the 2nd display (TV in my case)
pause
"C:\Program Files\Google\Chrome\Application\chrome.exe" --start-fullscreen --window-position=1367,0 https://yt.be/
"C:\Program Files\VideoLAN\VLC\vlc.exe" "C:\Users\achec\Videos\Films\Example.avi" --video-x=1367 --video-y=769 --fullscreen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment