-
-
Save phplaw/b66c62d8d61b80d6ab9e567465229f8d to your computer and use it in GitHub Desktop.
Mac Bash script to kill Adobe Create Cloud and other processes that Adobe forces on us.
This file contains 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
#!/bin/bash | |
echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n" | |
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist | |
launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist | |
echo "\n\n--- Done! ---\n\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment