Showing posts with label XenApp. Show all posts
Showing posts with label XenApp. Show all posts

Monday, January 21, 2013

Citrix WI + CSG - Initial delay when loading

Finally took some time today to figure this out.  I had always wondered why there was a delay upon the first page load after IIS resets.  Turns out Citrix had a KB for it.

http://support.citrix.com/article/CTX117273

Appended this to my aspnet.config and no more issues.

Sunday, January 20, 2013

ICA sessions - TransparentKeyPassthrough

By default, Windows hotkeys like alt+tab are only passed through the ICA session when in full screen mode.  In my case I have a Citrix published desktop with a static resolution that launches in windowed mode.  When the published desktop is my active screen, hotkeys apply to my local machine.  In order to have it apply to my session, I had to set the following registry values on my client machine to "Remote".

My Client OS - Windows 8 x64
Citrix Receiver -  v3.3.0.17207


http://support.citrix.com/proddocs/topic/ica-settings/ica-settings-transparentkeypassthrough.html

Monday, July 16, 2012

Symantec Endpoint AV in a Terminal Server/XenApp environment

SEP 12.1
Windows 2008 Server R2
XenApp 6.0 w/rollup 1
AV & Spyware protection engine only

Reference links
http://www.symantec.com/business/support/index?page=content&id=TECH91070
http://www.symantec.com/connect/downloads/symantec-endpoint-protection-121-virtualization-best-practices
http://www.symantec.com/connect/forums/logs-appdata-under-user-profiles

1.  Change auto-protect to scan when file is modified.

 

2.  Exclude pagefile, Citrix program directories, and print spool folder.



3.  Preventing SmcGui from launching in each user's terminal session.  This should improve performance and could help with Symantec licensing if you are not licensed per user.
  • Open regedit
  • Browse to HKLM\SOFTWARE\Symantec\Symantec Endpoint Protection\SMC
  • LaunchSmcGui change from 1 to 0


If you receive this error - Cannot edit LaunchSMCGui:  Error writing the value's new contents.  You must disable tamper protection via Change Settings > Client Management menu.



Uncheck then go back and make the change to LaunchSMCGui



Done!