The user part of the installed SXP Packages are never executed on the machine.
cfsystray is also not executed at user logon.
Client Automation - All Versions.
In Windows Task Manager in Startup Apps tab, "CA IT Client Manager r14 Software Management" and/or "CA IT Client Manager r14 System Tray" are disabled :
Other method with command line :
Change could be done directly in registry with command line.
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32 /v DsmSxplog /t REG_BINARY /d 020000000000000000000000 /f
and the command for CAF Systray :
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32 /v CAF_SystemTray /t REG_BINARY /d 020000000000000000000000 /f