Jump to content
Welcome to our new Citrix community!
  • 0

Set App to open with Edge or Chrome?


jwhittak

Question

2 answers to this question

Recommended Posts

  • 1
7 hours ago, jwhittak said:

When publishing an application (that is a website), is there a way I can have it launch in Chrome or Edge for the users instead of the default IE?

 

You can use the URL as parameter when publishing the executable:

Edge Chromium: "C:\Program Files\Microsoft\Edge\Application\msedge.exe" -new-window https://www.facebook.com

Edge Classic: "%windir%\explorer.exe" microsoft-edge:https://www.facebook.com

Chrome: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://www.facebook.com

IE: "C:\Program Files\Internet Explorer\iexplore.exe" https://www.facebook.com

Firefox: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" https://www.facebook.com

 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...