How can I use the process class to launch the default browser in a new window.

Process.Start("www.google.com"); does not work. It will open a new tab in an exisiting IE instance.