Command to change screen.
-
I currently use a monitor and a television, I would like to create a command to open a netflix and change the screen of my monitor, for my television.
-
@Ricardo-Pereira you could try this tool from Nirsoft:
http://www.nirsoft.net/utils/multi_monitor_tool.html
Example - move all windows from monitor 1 to 2:
multimonitortool.exe /MoveWindow 2 All 1
So your command would need to run a batch file (like c:\scripts\NetflixScreen2.bat) that opens Netflix, then moves it to the other screen. Something like this:
start netflix: multimonitortool.exe /MoveWindow 2 All 1
-
This post is deleted! -
@Russ
which command I use for full screen on netflix ? -
The page that Russ linked has all the commands and syntax for it. Scroll down.