Deployment Guide

Add-on creation and customization for Citrix
Workspace packages
Prerequisites
Before installing the package, ensure that Write Filter is disabled. If Write Filter is not disabled, it fills the Unified Write Filter
Overlay and the updates made are not persistent across reboot.
Steps
1. Download the Citrix Workspace App from, https://www.citrix.com/downloads/workspace-app/windows/.
2. Create a folder named C:\Temp\CitrixWorkspaceApp on your thin client.
3. Copy the following text on a notepad and save the file as HKLM.reg:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Citrix\Receiver]
"EnableFTU"=dword:00000000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;Disable Client C Drive Mapping in Citrix Session
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\ICA
Client\Engine\Configuration\Advanced\Modules\ClientDrive]
"DisableDrives"="C"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Fix for TIR5997- USB Redirection is not working on XenDesktop5.0 with new Citrix
receiver
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\ICA Client\GenericUSB\Devices]
"AutoRedirectAudio"=dword:00000001
"AutoRedirectPrinters"=dword:00000001
"AutoRedirectVideo"=dword:00000001
"AutoRedirectStorage"=dword:00000001
"AutoRedirectImage"=dword:00000001
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;Disable Citrix Receiver First Time User Prompt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[HKEY_CURRENT_USER\Software\Citrix\Receiver]
"EnableFTU"=dword:00000000
"HideAddAccountOnRestart"=dword:00000001
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;Fix for Media keys (F9 to F12 and volume increase, decrease and mute) fail to work
in citrix session.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\Citrix\ICA Client]
"AddScanCodes"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run]
4
18 Add-on creation and customization for Citrix Workspace packages