Quantcast
Channel: citrix – JGSpiers.com
Viewing all articles
Browse latest Browse all 163

Citrix Self Service resources not appearing in Start Menu

$
0
0

Are you finding it takes a long slow time for Citrix applications or desktops to appear in the Start Menu when users subscribe to them using Self Service? Beginning with Citrix Receiver 4.2.100 we were given the ability to place applications and desktops directly on the Start Menu.

By default applications and desktops that you subscribe for are placed in the root of the Start Menu (by default). You do have the option to use a specific folder of your choice using methods such as:

  1. The STARTMENUDIR= switch when installing Receiver – http://www.jgspiers.com/command-line-install-citrix-receiver-for-windows/
  2. Setting the folder location within the StartMenuDir REG_SZ value found in the Dazzle key using RegEdit.1-min
  3. By using the Citrix Receiver receiver.admx Group Policy ADMX file and specifying the Start Menu location.2-min

Nonetheless for the best user experience you will probably want to configure SSO (Single Sign-On) with Receiver so that users can simply click an application within the Start Menu and a successful connection is made to back-end Citrix XenApp/XenDesktop machines. http://www.jgspiers.com/citrix-sso-receiver-and-receiver-for-web/

So what if you have all this in place yet applications take an age to appear in the Start Menu? The default is 2 minutes for Receiver to contact StoreFront but I’ve seen a machine sit 10 minutes without applications being enumerated. You can manually force a poll/enumeration using Self Service by

  1. Opening CMD.
  2. Changing the directory to C:\Program Files\Citrix\ICA Client\SelfServicePlugin\.
  3. Running command SelfService.exe -poll.

Note that if using a 64bit machine the default directory is C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\.  3-min

This however is not reasonable, as users from time will subscribe to new resources and others will be removed. Can we depend on the current default polling setup? Fortunately, we can use the registry to speed polling up.

Firstly set the following registry keys to speed up resource enumeration:

32bit machines – HKLM/Software/Citrix/Dazzle

64bit machines – HKLM/Software/WOW6432Node/Citrix/Dazzle

REG_SZ InitialRefreshMinMs = 1

REG_SZ InitialRefreshMaxMs=14-min

If that doesn’t work or doesn’t really improve things try ths:

32bit machines – HKLM/Software/Citrix/Dazzle

64bit machines – HKLM/Software/WOW6432Node/Citrix/Dazzle

DWORD MaxSimultaneousFetches = 6 (of decimal value)

DWORD MaxSimultaneousSubscribes = 6 (of decimal value)5-min

If that still doesn’t work you’re really unlucky. Try turning off Automatically detect settings within Internet Explorer or Edge. This seems to have fixed it for a few people.

6-min

Additional Notes:

Subscribed applications and desktops can be found in the Start Menu root by default or within a folder of your choice that you have specified. The resources are also found in Add/Remove Programs.7-min

The resources persist even upon reboots unless the user unsubscribes (removes) the resource or the Windows profile is deleted.

 


Viewing all articles
Browse latest Browse all 163

Trending Articles