Hi
I have below code , how to stop the process
Process.Start("chrome.exe", @"youtube.com/watch?v=MYojqnJ34g4");
Thanks