Created
October 11, 2022 07:25
-
-
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)
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
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