Launch powershell script from UWP app with FullTrustProcessLauncher class

Viewed 4396

Is there a way to launch powershell script from my UWP app ?

I have read that we have to use the FullTrustProcessLauncher class but I don't understand how to use/implement it.

Do you have any idea ?

1 Answers
Related