I want to run a file (video, music, picture..) from my UWP application. For WPF I can use Process.Start(path) method, but this method is now available for UWP. I found that probably I should use FullTrustProcessLauncher (https://docs.microsoft.com/en-us/uwp/api/Windows.ApplicationModel.FullTrustProcessLauncher), but I don't get how does it work. Can someone write me here some very example how to use it or what else and how can I use for this problem, when I have only a path of the file? Thank you.