Starting multiple Chrome full screen instances on multiple monitors from (batch) script
Posted
by
Bob Groeneveld
on Super User
See other posts from Super User
or by Bob Groeneveld
Published on 2014-02-24T12:27:33Z
Indexed on
2014/06/11
21:28 UTC
Read the original article
Hit count: 253
My goal is to show different web content full screen on multiple monitors automatically after booting from a single computer. The browser I would like to use is Chrome. If Chrome does not support this and Firefox does that would be fine.
The OS I would prefer is Windows, if it turns out that Linux is possible that would be fine.
On Windows it is possible to set the position of the Chrome browser window (--window-position=) and make Chrome start in full screen mode (--kiosk). Using these options combined you can start Chrome full screen on any of the desktops/screens that you have connected to your computer. I have managed to get this working.
However, if I then try to do the same thing a second time to have Chrome full screen on a second screen the second Chrome window will open over the first window, no matter the coordinates I use for the --window-position parameter.
I have tried using Chrome profiles and copying the Chrome directory and starting the second chrome.exe. All these things result in the same behaviour.
© Super User or respective owner