How do we disable auto-launch Adobe Creative Cloud on MacOS
How do we disable auto-launch Adobe Creative Cloud on MacOS
- We open the Terminal application (present by default on all macOS / OS X systems).
- We execute the command line:
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
After executing the command line above, Adobe Creative Cloud will no longer launch automatically when the operating system starts up. The reverse of the command line that launches Adobe Creative Cloud is:
launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
Thanks
ReplyDelete