Forum Discussion

stevenzelenko's avatar
stevenzelenko
Brass Contributor
Feb 08, 2020

Default apps in WVD

We are dealing with an issue with WVD Remote Apps where we cannot set or maintain default apps for users.  For instance, we want the default browser to be Chrome, mail to be OutLook, .doc files to open in Word, PDFs to open in Reader and the settings are not sticking.  We've tried to apply GPO using the app associations .xml file and it doesn't work.  We even went as far as writing policy to modify registry for all app extensions and that doesn't work.  NOTE: we are using only remote apps and not a full desktop.  This is really the last thing that we can't get to work and are stumped.  Any help would be appreciated and would like to know if others have experienced this.

 

A little more about the setup.  We have deployed 2 session hosts with FSLogix containers to host our profiles on a file share.

  • Hi stevenzelenko, am I correct that you want files on the remote server to open with the right app as defined on that remote server?

     

    Or are you trying to associate local files to open in a remote app?

     

    David

    • stevenzelenko's avatar
      stevenzelenko
      Brass Contributor

      DavidBelanger 

      Essentially correct.  We want the server apps to be associated with the files in user's FSLogix profile.  So if a user has a pdf file in OneDrive or in their documents folder, it should associate with Reader.

       

      So far we have tried an associations xml file via GPO as well as some registry settings.  We'd like chrome for browser, outlook for mail, word for doc and docx, etc.  Every session all apps return to Windows 10 default.  So for instance, if we click a URL it will open in edge, a mailto: within outlook will prompt which app to open with and will always default to the windows mail client.  Even if the user selects outlook and check to remember this app, if they log off and back in, that gets reset.  We are forcing users to one drive and opening files like PDFs and .docs seem to work ok but PDF will always prompt the user to choose a default application for PDFs.  It's like it doesn't honor the GPO or registry and will always default to using Windows 10 default apps.

       

      We are using remote apps only and the profiles are handled with FSLogix containers.

      • Mtollex70's avatar
        Mtollex70
        Brass Contributor

        stevenzelenko Did you find a solution to this? We have the exact same problem. The XML file through GPO works fine for full desktops, but looks like its ignored with RemoteApps. 

  • Aditi-jain's avatar
    Aditi-jain
    Copper Contributor

    stevenzelenko I am not even able to configure default apps for my desktops. WE used GPOs to do it but they are not sticking. Anyone aware about this? or just me?

    • JPLewis's avatar
      JPLewis
      Copper Contributor

      Hi lukemurraynz 

       

      Do you have an example script?

       

      I think the issue I have is the target location is as below as it is not a local installed app.

      "C:\Users\jonpaul\AppData\Local\Apps\Remote Desktop\msrdc.exe" "C:\Users\jonpaul\AppData\Local\rdclientwpf\1ed5d778-cf01-41d2-996d-ffe4d90b44d1\0c3203ce-050b-4fb0-a5b2-08d9520686ac.rdp" /u:jonpaul@mckeefehl.co.nz /l:2 /p:13188 /r:3  /n:"Adobe Acrobat DC"

      • lukemurraynz's avatar
        lukemurraynz
        Learn Expert

        JPLewis 

        SetUserFTA.exe -Parameters "mailto Outlook.URL.mailto.15"

        SetUserFTA.exe -Parameters "http ChromeHTML" 
        SetUserFTA.exe -Parameters "https ChromeHTML" 
         
        ^ is what I used, the first one sets the mail app to Outlook.
         
        Try using to get the associations/apps:
        SetUserFTA.exe get

Resources