I am developing a windows store app using C#. In my app I need to open some PDF's and for that previously I was opening PDF with the system's default PDF opener. My code was working fine in windows 8.1 because client ask me to open these PDF's on Microsoft Reader app. And in windows 8.1 default PDF opener app is Microsoft Reader. But now on windows 10 PC default PDF opening app is Microsoft Edge. I want to change this behavior programmatically. I want my application to open these PDF's again in Microsoft Reader app. How can I forcefully open my PDF's into Reader app?
Any help would be really appreciated. Thanks in Advance!