How to disable the automatic launch Citrix Workspace App for Windows when logging into the OS
Option 1. (Through Task Manager. this is easiest option)
Open Task Manager > startup tab
Right click "Citrix Connection Center" and click Disable
Right click "Citrix Workspace" and click Disable
* If Store URL hasn't been added on CWA, there is no Citrix Workspace on the startup tab in Task Manager.
Option 2. (Through Registry. if you need to disable startup settings by script, you can use this option.)
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run
In the right pane, look for entries related to Citrix Workspace App: ConnectionCenter and Redirector and Delete the Entries
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder]
Name: Citrix Workspace.lnk (REG_BINARY)
change Value from hex:02,00,00,00,00,00,00,00,00,00,00,00 to hex:03,00,00,00,00,00,00,00,00,00,00,00
Restart your computer to apply the changes