open URL in new Chrome window

Discussion, questions and support.
Post Reply
othree
Posts: 7
Joined: Feb 8th, ’23, 15:25

Post by othree » Apr 11th, ’23, 13:31

Hi and happy Easter :)

how can I modify the RUN command that the URL is being opened in a new browser window? (not tab)

Example: I want to open www.cnn.com and www.heise.de in two separate and new Chrome windows (regardless whether Chrome is already open or not).

Thanks,
O
User avatar
Tom
Posts: 796
Joined: Nov 24th, ’15, 23:39

Post by Tom » Apr 11th, ’23, 21:56

You can do this by adding “--new-window" argument to the Chrome path:

C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --new-window www.heise.de
othree
Posts: 7
Joined: Feb 8th, ’23, 15:25

Post by othree » Apr 12th, ’23, 14:54

works perfectly, thanks.
Do you know if there is a way to control, which chrome window is open on which monitor? So let's say heise.de on monitor 1 and cnn.com on monitor 2?

Thanks again!!
Post Reply