Featured post

Automation | Powershell scripts

Automation | Powershell scripts Xenapp 6.5 Health check script XenAppServerHealthCheck Report through Script  ## XenAppServerHealthCheck ## ...

Wednesday, 5 December 2018

How to Disable Application / Desktop Auto Launch in StoreFront


How to Disable Application / Desktop Auto Launch in StoreFront


Instructions To disable Application Auto Launch in StoreFront

Complete the following steps to disable the desktop launch:
  1. Go to C:\inetpub\wwwroot\Citrix\StoreWeb directory.
  2. Open the Web.config file with notepad.
  3. Set the workspaceControl enabled parameter to “false”.
autoLaunchDesktop
  1. Save the web.config file.

Instructions To disable Desktop Auto Launch in StoreFront

Complete the following steps to disable the desktop launch:
  1. Go to C:\inetpub\wwwroot\Citrix\StoreWeb directory.
  2. Open the Web.config file with notepad.
  3. Set the autoLaunchDesktop parameter to “false”.
autoLaunchDesktop
  1. Save the web.config file.

No comments:

Post a Comment