How can you configure Chrome to open new browser instances in new windows rather than in a tab?

5

2

I want to create new Chrome windows (no tabs) from outside of Chrome, e.g. by running Chrome.exe multiple times. How can I do this so as to get a single Chrome window? The default result is to create new tabs in the existing window which requires me to drag and drop the tag to create a new window.

Matthew

Posted 2010-11-21T17:25:42.180

Reputation: 2 450

Question was closed 2014-11-24T16:34:51.663

What are you trying to accomplish? Is this for a program that opens a browser link or for within the browser? – digitxp – 2010-11-21T17:43:24.080

Interesting...everytime I execute Chrome.exe, it causes a new window with a single tab to appear, without affecting the existing instance(s) in any way. – Mussnoon – 2010-11-21T17:44:11.393

actually I wanted to look for the inverse of this. – Archimedes Trajano – 2012-08-14T05:04:28.417

Answers

6

As per this:

using --new-window should work.

icyrock.com

Posted 2010-11-21T17:25:42.180

Reputation: 4 623

usage: chrome --new-window superuser.com – Tyler – 2010-11-21T17:45:55.733

1This works perfectly. – Matthew – 2010-11-23T04:26:22.107

Cool, glad it worked! – icyrock.com – 2010-11-24T00:00:35.113

3

From a commandline, you can create new windows from URLS by running chrome.exe --new-window <url>.

If you're trying to accomplish something else you can always fall back to IE6+Chrome Frame ;-).

digitxp

Posted 2010-11-21T17:25:42.180

Reputation: 13 502