Last active
September 14, 2018 09:14
-
-
Save savankaneriya/1ac903305baddce09c07ccd8a900e3fd to your computer and use it in GitHub Desktop.
Command to disable Adobe Creative Cloud in mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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