Feb 11 2020 02:04 AM
Hi All,
When we log on to microsoft remoteapp and open an application from Edge the .rdp file doesn't auto-open. I am sure this is by design for security purposes. Is there a way we can specify that a specific file type or any file from a specific URL auto opens e.g. auto open .rdp files from remoteapp.mycompany.com?
Thanks!
Feb 14 2020 04:01 AM
SolutionWe managed to get RemoteApp working in Edge We did this by forcing our RemoteApp login page to open in IE mode.
Apr 02 2020 09:23 AM
@elltommo The only browser that opened RDP files automatically was IE since it used the MSTSC ActiveX controls that knew how to call the RDC client to process it. With other browsers such as Chrome or the new Edge it going to hand it off to Windows to do a file association lookup when you select open but we do have a workaround. If you click on the 3 dots next to the downloaded RDP file you will see the option "Always open files of this type". If you choose that then select mstsc.exe it will then know just to call upon the RDC client to processes those files going forward.
Jun 08 2020 11:17 AM
@JLouque Is there any way for an administrator to configure this option through policy, rather than requiring each user to set it individually?
Jun 08 2020 11:30 AM
Sep 18 2020 10:57 AM - edited Sep 18 2020 10:57 AM
According to a July 2020 reply in another thread controlling autoopen for file types via GPO was added in V85.
Dec 22 2020 10:59 PM
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:
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.