1

Referring to this: How to launch .exe file in uwp app using fulltrustlauncher?

How can i terminate the .exe file after starting it???

  • Do you mean that you want to kill the client process from uwp app? – Nico Zhu Apr 27 '21 at 08:34
  • Umm, don't know, i just want to kill the .exe file started using fulltrsutlauncher. Above link tells us how to start (other\any) .exe file within the uwp app, but i want to know to to terminate that .exe file. – Hana Munamana Apr 27 '21 at 09:03
  • fulltrsutlauncher has not provide method to kill the extension process, if you want to close it please use System.Diagnostis.Process APIs to start, check and kill your actual app process for more please refer this case [reply](https://stackoverflow.com/a/58579906/7254781) – Nico Zhu Apr 27 '21 at 09:11

0 Answers0