Friday 25 November 2011

Hiding the Language bar for 2008 R2 XenApp 6.5

Once again ive seen the Language bar rear its ugly head inside a Citrix Published application.

I have already posted the keys to prevent this on server 2003, but these keys make no difference on 2008 R2 servers.

Setting the following keys prevented the problem in my XenApp 6.5 Implementation.

HKCU\Software\Microsoft\CTF\MSUTB\ShowDeskBand
REG_DWORD
value: 00000000

HKCU\Software\Microsoft\CTF\Disable Thread Input Manager
REG_DWORD
value: 00000001

5 comments:

  1. Is this the pen icon that shows up by your clock when you launch app on 6.5 and server running 2008 R2?

    ReplyDelete
  2. This worked for XenApp 6.0 but does not work for 6.5 unless you also update the following TWI/SeamlessFlags value. If it’s less than 40,000, try adding 40000 to it.

    Example:
    HKLM\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI
    SeamlessFlags
    REG_DWORD
    40004

    ReplyDelete
  3. This worked for XenApp 6.0 but XenApp 6.5 requires an additional TWI/SeamlessFlags value to be 40000 or greater.

    Example:
    HKLM\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI
    SeamlessFlags
    REG_DWORD
    40004

    ReplyDelete
  4. It work for me.. Great.. thanks Brad..

    ReplyDelete