Process secondProc = new Process(); secondProc.StartInfo.FileName = "browser path"; secondProc.Start();