Hi
I have below code , how to stop the process
Process.Start("chrome.exe", @"youtube.com/watch?v=MYojqnJ34g4");
Thanks
Hi
I have below code , how to stop the process
Process.Start("chrome.exe", @"youtube.com/watch?v=MYojqnJ34g4");
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aravind GovindarajPosted Nov 27, 2022, 6:00 PM
Take the processId and use process.kill() command.
please find the reference link for the same
https://stackoverflow.com/questions/7322024/starting-and-stopping-a-process-in-c-sharp-net