Jump to content
  • 0

How do I modify the description in the splash entry when connecting via HTML5


Christopher Yue

Question

4 answers to this question

Recommended Posts

Yes it is very difficult to amend the description after creation.

 

After opening a ticket with support  they were able to provide the following registry change to simply suppress the message from appearing which works for me.

 

Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Logon

Name: DisableStatus

Type: REG_DWORD

Value: 00000001

Note: This registry entry needs to be created if it does not already exist.

 

Link to comment

This is the Browser Name for the Applications/Desktops. It is created when you first publish a Desktop or App and remains the same even if you later change the name in Studio. I believe you can change it manually using the Citrix Powershell API's (easiest) and/or by editing the Citrix Database directly (at your own risk). Just make sure the name you change it to is unique and you don't remove the section starting with "$" for Desktops. There's also a 38 character limit.

 

For applications, use Set-BrokerApplication. For Desktops, I don't think there is a Powershell command for this, so if you must change it without recreating your Delivery Group or Published Desktop, you could edit the name in the Database directly (Table name is chb_Config.BrowserNames).

 

Of course, you could just recreate the resources in Studio, too, but this could break existing client's favorites or Workspace shortcuts.

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...