MY VIRTUALIZATION. YOUR VIRTUALIZATION.

How To Remove Language Bar in Citrix XenApp and XenDesktop

How To Remove Language Bar in Citrix XenApp and XenDesktop

Copy into notepad and save as .reg Run it on each server and it will apply the key.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI] “SeamlessFlags”=dword:00040000

Or copy and paste this into a text file and save it as an .ADM Import it into your GPO this will allow you to push it out through group policy!

CLASS MACHINE
CATEGORY !!CustomHKLMKeys
POLICY !!DisableLanguageBar
KEYNAME “SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI”
EXPLAIN !!Explain
VALUENAME “SeamlessFlags”
VALUEOn Numeric 262144
END POLICY
END CATEGORY
[strings] CustomHKLMKeys=”Custom Added HKEY_Local_Machine Keys”
DisableLanguageBar=”Disable the Language Bar in XenApp”
Explain=”This is used to enabled and disable the language bar for XenApp users. Setting enabled will remove the language bar. Setting disabled or not configured will show it.”

Abdoulaye WAGUEHow To Remove Language Bar in Citrix XenApp and XenDesktop

Join the conversation