The Citrix Web Interface allows you to publish desktop applications as links on a web page. If only one link is published, such as a “Windows 7 Desktop” link, then users will have to come into the web interface and manually click on the link to launch it. It’s easy however, to update the code on the home page so that the published desktop automatically launches when the user opens the web interface. This shortcut saves users a click and some time, and makes the process more streamlined, especially if there is only one published application.
To make this change, just log onto the Citrix server and open the following file:
C:inetpubwwwrootCitrixXenAppsitedefault.aspx
That file is the home page of the Citrix web interface. Add a script such as the following to the bottom of the page:
document.getElementById(‘<LINK NAME>’).onclick();