It is a little bit of a hack
How to hide Firefox window (Selenium WebDriver)?
Is it possible to hide the browser in Selenium RC?
You can 'supposedly', pass in some parameters into Chrome, specifically: --no-startup-window. Note that for some browsers, especially IE, it will hurt your tests to not have it run in focus.You can also hack about a bit with AutoIT, to hide the window once it's opened.