Skip to content

Instantly share code, notes, and snippets.

@xinmyname
Created January 2, 2022 00:27
Show Gist options
  • Save xinmyname/1102e6977c56ee8fd265dd1468bfa3f7 to your computer and use it in GitHub Desktop.
Save xinmyname/1102e6977c56ee8fd265dd1468bfa3f7 to your computer and use it in GitHub Desktop.
Remove Adobe Creative Cloud from launchctl so it won't consume your entire CPU
#!/bin/sh
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
launchctl unload -w /Library/LaunchAgents/com.adobe.ccxprocess.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment