Stop the Adobe Creative Cloud app from auto-launching on login

It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist. If you run the code bellow, that will disable it for your user: launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist To turn it back on: launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.