Forum Discussion
_Sandro_
Jul 28, 2020Copper Contributor
always open specific file types
we'd like to set automatically the option "always open files of this type" for several file types or URLs. actually, the gpo only allows to show or hide the option in the user context when download ...
- Jul 30, 2020
This feature comes with V85
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autolaunchprotocolsfromorigins - Define a list of protocols that can launch an external application from listed origins without prompting the user.
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenallowedforurls - URLs where AutoOpenFileTypes can apply.
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenfiletypes - List of file types that should be automatically opened on download
Joachim_T
Jul 30, 2020Iron Contributor
This feature comes with V85
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autolaunchprotocolsfromorigins - Define a list of protocols that can launch an external application from listed origins without prompting the user.
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenallowedforurls - URLs where AutoOpenFileTypes can apply.
- https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#autoopenfiletypes - List of file types that should be automatically opened on download
JasonHall-AU
Aug 03, 2020Copper Contributor
Do you know if this will still download the file to the disk (requiring the user to clean up later) or open the file from temp files?
One of the big things we're missing in our business is the ability to just open/run files from temp files. There are a lot of times we need to open things, look at them once and never need it again...
One of the big things we're missing in our business is the ability to just open/run files from temp files. There are a lot of times we need to open things, look at them once and never need it again...
- Joachim_TAug 04, 2020Iron Contributor
i didnt use or test it yet. I just read the policy descriptions with the new versions.
Until yet i used a modified master_preferences for handling ica files for citrix workspace app. But workspace app handles this files themself and delete it after use.
After rollout of V85 i will test and switch to GPO and hopefully throw away my master_preferences powershell in my installation sequence. My dream ist to use the installation out of box without install workarounds but this is still a long way to go.