Skip to content

Instantly share code, notes, and snippets.

@narath
Created September 29, 2022 12:24
Show Gist options
  • Save narath/20af52119a052c7acec674f1e9fcd726 to your computer and use it in GitHub Desktop.
Save narath/20af52119a052c7acec674f1e9fcd726 to your computer and use it in GitHub Desktop.
Mac Utility: Prevent Citrix Workspace from launching at startup

I only use Citrix occasionally on my Mac. I did not like having it launch at startup. Here's how I stop it from starting at launch time. Derived from this helpful forum post

cd /Library/LaunchAgents
sudo rm com.citrix.*
cd /Library/LaunchDaemons
sudo rm com.citrix.ctx*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment