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\Softw
REG_DWORD
value: 00000000
HKCU\Softw
REG_DWORD
value: 00000001
Is this the pen icon that shows up by your clock when you launch app on 6.5 and server running 2008 R2?
ReplyDeleteyes.
ReplyDeleteThis 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.
ReplyDeleteExample:
HKLM\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI
SeamlessFlags
REG_DWORD
40004
This worked for XenApp 6.0 but XenApp 6.5 requires an additional TWI/SeamlessFlags value to be 40000 or greater.
ReplyDeleteExample:
HKLM\SYSTEM\CurrentControlSet\Control\Citrix\wfshell\TWI
SeamlessFlags
REG_DWORD
40004
It work for me.. Great.. thanks Brad..
ReplyDelete