Skip to content

Instantly share code, notes, and snippets.

@savankaneriya
Last active September 14, 2018 09:14
Show Gist options
  • Save savankaneriya/1ac903305baddce09c07ccd8a900e3fd to your computer and use it in GitHub Desktop.
Save savankaneriya/1ac903305baddce09c07ccd8a900e3fd to your computer and use it in GitHub Desktop.
Command to disable Adobe Creative Cloud in mac
Command to disable Adobe Creative Cloud running automatically on Mac startup:
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
Command to re-enable:
launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment