Skip to content

Instantly share code, notes, and snippets.

@jult
Forked from CyberPunkCodes/killadobe.sh
Created November 21, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jult/cff95c1392c5f1fa8002504f64b904f8 to your computer and use it in GitHub Desktop.
Save jult/cff95c1392c5f1fa8002504f64b904f8 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.
#!/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"
@jult
Copy link
Author

jult commented Nov 21, 2022

ah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment