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.

link|improve this question

What are you trying to accomplish? Is this for a program that opens a browser link or for within the browser? – digitxp Nov 21 '10 at 17:43
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 Nov 21 '10 at 17:44
feedback

2 Answers

up vote 3 down vote accepted

As per this:

using --new-window should work.

link|improve this answer
usage: chrome --new-window superuser.com – Tyler Nov 21 '10 at 17:45
This works perfectly. – Matt Nov 23 '10 at 4:26
Cool, glad it worked! – icyrock.com Nov 24 '10 at 0:00
feedback

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 ;-).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.