I work on .NetFramework WPF app and I need to run some UWP app, like calculator having only APPID (or family package name, I suppose) like:
Microsoft.WindowsCalculator_8wekyb3d8bbwe!App
Honestly I have no idea how to do it. Google doesn't help. Process.Start() will not manage, as I don't have exe filepath. Any suggestions? I tried to reference UWP launcher but it failed.