Forum Discussion
RemoteApp - auto open .rdp file
- Feb 14, 2020
We managed to get RemoteApp working in Edge
We did this by forcing our RemoteApp login page to open in IE mode.
Try this GPO setting, it works with RDWEB just nicely:
https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenfiletypes
I would also recommend setting AutoOpenAllowedForURLs for certain security considerations. Easiest way to do this is just to enter yourcompanydomain.com to the list without anything else and that's it.
However... This setting does not work with new RD Web Client for some reason:
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-web-client-admin
With that Edge just downloads the file and does not auto open. Reason might be that Web Client generates URLs as blob:https:// instead of https://. So this is something that I think Microsoft should be fixing either at Edge or then with Web Client.