I published an app via RDS. The app makes lots of internet calls using the default browser. I want the app to use Chrome instead of IE for this. I tried both of the following:
1. Use an app associations file that was exported from a user profile that was configured to use Chrome as the default browser. I used it for the appropriate GPO policy.
2. Added the Google Chrome adm to GPO and configured it to make Chrome the default browser.
Neither approach works. I restarted the RDS instance after making the changes, then used the rdweb endpoint to launch the app. The app still uses IE.
In my research on this I found a post that suggested using a logon script that invoked the Chrome command line with a "make default" switch. I don't want to use this approach, as it adds more time to the login process.
Any ideas?