Skip to content

Instantly share code, notes, and snippets.

@mohau-r
Forked from CyberPunkCodes/killadobe.sh
Created July 26, 2021 19:25
Show Gist options
  • Save mohau-r/f2f7a74c5debe34e05bcf71b422b8ba9 to your computer and use it in GitHub Desktop.
Save mohau-r/f2f7a74c5debe34e05bcf71b422b8ba9 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment