Dec 06 2022 12:41 AM
since edge stable version 108 automatically open downloaded rdp files is no longer possible. the option "always open files of this type" is greyed out.
auto open rdp files works with edge 107.0.1418.35
auto open rdp files works with google chrome 108.0.5359.94
workaround configure group policy autoopenfiletypes
https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenfiletypes
Dec 06 2022 10:55 AM
@DrDuzi Hello! Are you by chance using the DownloadRestrictions policy (https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#downloadrestrictions)? I've seen some other recent feedback regarding the DownloadRestrictions policy and RDP files. Just checking if you are running into the same thing.
-Kelly
Dec 06 2022 03:01 PM
Dec 07 2022 12:57 AM
@Kelly_Y
Yes we have set downloadrestrictions = 1 (Block malicious downloads and dangerous file types)
Dec 08 2022 02:02 PM
@StephenFeltmate @DrDuzi Hi! I've heard from our developer, RDP was added to the download_file_types.asciipb file with a danger_level
of ALLOW_ON_USER_GESTURE
.
If users are getting a warning message that RDP files might be dangerous, enterprises can leverage the ExemptFileTypeDownloadWarnings policy to flag RDP downloads from specific domains as safe.
We are working on updating our documentation with this information. Thanks!
-Kelly
Dec 08 2022 02:23 PM
Dec 14 2022 07:37 AM
@StephenFeltmate its funny how we can always find the issue on the internet. We live and die by the download of the .rdp file and as you pointed out that recently became an issue. Is there a workaround or solution at hand or are we just at the mercy of MS?
Dec 14 2022 08:24 AM
Dec 14 2022 08:49 AM
Dec 14 2022 11:51 AM
@MichaelOliv Set Computer Configuration Policy: Administrative Templates > Microsoft Edge
Policies:
List of file types that should be automatically opened on download: Enabled, "List of file types that should be automatically opened on download: rdp".
URLs where AutoOpenFileTypes can apply: Enabled, "URLs where AutoOpenFile Types can apply: [URL]".
I'm still testing this one myself. We haven't rolled this out yet; still have to test on 108. Let me know if it works for you.
Dec 15 2022 12:16 AM
Jan 10 2023 06:26 AM
Jan 11 2023 07:48 AM
Hello @MikkelLundKnudsen ,
We did this in a device configuration/Administrative Templates and it works :
{ "file_extension": "rdp", "domains": ["domain.com"] }
I hope it could help.