Process process = new Process(); process.StartInfo.FileName = "\\existing_network_host\path"; process.StartInfo.UseShellExecute = true; process.StartInfo.ErrorDialog = true; process.Start();