Every time I double-click an .html file on my computer, Chrome opens it in a new tab in the most-recently-used window. I don't like that. I want it to open a new window.

Is there a way to do that?

link|improve this question

72% accept rate
feedback

4 Answers

I guess you could use javascript to open the page in new window on load of the page. http://www.gtalbot.org/BugzillaSection/Bug195867GDR_WindowOpen.html

link|improve this answer
feedback

My only thought would be to create a program to pass to google chrome with the --new-window argument, and have that program's icon set as chrome?

link|improve this answer
feedback
up vote 0 down vote accepted

Control Panel -> Folder Options -> File Types -> HTML -> Advanced -> open -> Edit -> Replace -- with --new-window -> Ok all the way back.

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.