process.Start("https://www.google.com/")that will open chrome in a new window but if i run that again, it will open another in a new tab, how do i open the 2nd command in a completely new windowd?
Try this Process.Start Method (String, String) (System.Diagnostics) where you give application exe path as first argument and the url as second argument. You can also check if the application in question supports special command line arguments to control startup behaviour.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.