IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud Windows Sensor: How to add Citrix exclusions in Windows registry for CBC Sensor

Carbon Black Cloud Windows Sensor: How to add Citrix exclusions in Windows registry for CBC Sensor

Environment

  • Carbon Black Cloud Windows Sensor: All Supported Versions
  • Microsoft Windows: All Supported Versions
  • Citrix: All Versions

Objective

  • Slow logon times with CBC sensor enabled
  • Unstable Citrix Server Performance

Resolution

The following entries should be added into the registry for Citrix to exclude CBC processes
  • REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\CtxHook" /f /t REG_SZ /v ExcludedImageNames /d "repmgr.exe,scanhost.exe,reputils.exe,repcli.exe,repux.exe,bladerunner.exe,repwsc.exe,repwav.exe,ctifile.sys,ctinet.sys,cbc_plugin_extension.ext.exe,osqueryi.exe,vhostcomms.exe"
  • REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\CtxHook" /f /t REG_SZ /v ExcludedImageNames /d "repmgr.exe,scanhost.exe,reputils.exe,repcli.exe,repux.exe,bladerunner.exe,repwsc.exe,repwav.exe,ctifile.sys,ctinet.sys,cbc_plugin_extension.ext.exe,osqueryi.exe,vhostcomms.exe"
  • REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\CtxHook64" /f /t REG_SZ /v ExcludedImageNames /d "repmgr.exe,scanhost.exe,reputils.exe,repcli.exe,repux.exe,bladerunner.exe,repwsc.exe,repwav.exe,ctifile.sys,ctinet.sys,cbc_plugin_extension.ext.exe,osqueryi.exe,vhostcomms.exe"
  • REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\CtxUvi" /f /t REG_SZ /v UviProcessExcludes /d "repmgr.exe;scanhost.exe;reputils.exe;repcli.exe;repux.exe;bladerunner.ex;repwsc.exe;repwav.exe;ctifile.sys;ctinet.sys;cbc_plugin_ext;osqueryi.exe;vhostcomms.exe"

Related Content


Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎04-06-2021
Views:
4399
Contributors