How to hide desktop viewer toolbar

How to hide desktop viewer toolbar

book

Article ID: CTX585673

calendar_today

Updated On:

Description

Instructions on how to hide desktop viewer toolbar.


Instructions

  • Accessing from the Workspace app UI
  1. Browse to the following path on the StoreFront server.
C:\inetpub\wwwroot\Citrix\<StoreName>\App_Data
  1. Copy the default.ica file to another location and back it up.
  2. Open the default.ica file with administrator privileges, set the following contents under the [Application] section and save.
ConnectionBar=0
  • Accessing from StoreFront for Web
  1. Browse to the following path on the StoreFront server.
C:\inetpub\wwwroot\Citrix\<StoreNameWeb>
  1. Copy the web.config file to another location and back it up.
  2. Open the web.config file with administrator privileges and search for the following content.
showDesktopViewer="true"
  1. Change "true" to "false" and save.

Note:
  • Please backup the files needed to be changed.
  • Please use the Propagate Changes task to update the change to all the other servers if using a multiple-server StoreFront deployment.