Controlling Shortcut behavior in Receiver 4.3.100

Controlling Shortcut behavior in Receiver 4.3.100

book

Article ID: CTX211893

calendar_today

Updated On:

Description

Citrix Receiver creates a stub application for each subscribed desktop or application. You can use a stub application to launch a virtual desktop or application from the command line. Stub applications are located in %appdata%\Citrix\SelfService. The file name for a stub application is the Display Name of the application, with the spaces removed. For example, the stub application file name for Internet Explorer is InternetExplorer.exe .

The objective of this article is to outline the procedure of controlling shortcut creation / Stub creation behavior of Receiver 4.3.100


Instructions

From Receiver 4.3.100 onwards, stubs are not created by default unless an application has a file type association. This default behavior is configurable through registry. The registry can be set to make Receiver operate in one of the following 3 modes.

  1. Always use stubs (old default)
  2. Only use stubs for apps which have FTA (new default)
  3. Never use stubs
 There are two registry values to control the behaviour. These can be set in all the usual places (per user/per machine/GPO). The keys are:
  • AlwaysUseStubs         
  • DisableStubCreation


When AlwaysUseStubs is set as True the stubs are always created when a new application is subscribed.
When Disable Stub Creation is set as True the stubs are never created.

DO NOT SET BOTH TO TRUE.

The Only use stubs for apps which have FTA (new default) case is the best compromise of speed of creation and user experience.
The DisableStubCreation is better for customers who dislike code generation on the fly, but has the side effect that the ‘Open With’ dialog in windows will show ‘Open with Reciever’ not ‘Open with <application>’.

The keys should be located under: 

HKCU\Software\Citrix\Dazzle


OR

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Dazzle 

Note:

  • None of this affects ‘prefer’ or precreated stubs, which still take precedence
  • None of this affects existing shortcuts – it only affects newly subscribed applications

Environment

Caution! Using Registry Editor incorrectly can cause serious problems that might require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Be sure to back up the registry before you edit it.

Issue/Introduction

Compared to previous versions of Receivers, Receiver 4.3.100 has a different default Stub creation behavior. This default behavior can be controlled through registry. This change is implemented to avoid icon create delays in most scenarios.

Additional Information

http://support.citrix.com/article/CTX200337