Hello Alex,
Thank you for reaching out to Microsoft Community.
To set the default application for a specific file type, such as PDFs, you can use the "Default Programs" settings in a GPO that is applied to the RDS session hosts.
Here are the steps to set the default application for PDF files in your RDS environment:
- Open the Group Policy Management Console on a computer with administrative access.
- Create a new GPO or edit an existing one that is linked to the OU containing your RDS session hosts.
- In the GPO, navigate to the following path:
**User Configuration > Preferences > Control Panel Settings > Folder Options**
. - Right-click on "Folder Options" and choose "New > File Type."
- Configure the file type settings for PDF files. You can specify the action as "open," the file extension as ".pdf," and the program to open it (e.g., SumatraPDF or Adobe Reader).
- Apply the GPO to the users or groups of users who access the RemoteApp. This GPO should be linked to the RDS session hosts because the application associations are often determined on the server-side in Remote Desktop environments.
Make sure to enforce the GPO settings by running gpupdate /force
on the RDS session hosts.
Regards,
Karlie