Skip to content

Instantly share code, notes, and snippets.

@justinlevi
Created November 16, 2017 17:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinlevi/724a1af0da5e49e449dc19ac374dd3e8 to your computer and use it in GitHub Desktop.
Save justinlevi/724a1af0da5e49e449dc19ac374dd3e8 to your computer and use it in GitHub Desktop.
Enable Adobe Processes
#!/bin/bash
sudo mv /Library/LaunchAgents/AdobeShit/com.adobe.* /Library/LaunchAgents/
sudo mv /Library/Application\ Support/AdobeShit/* /Library/Application\ Support/
sudo mv ~/Library/LaunchAgents/AdobeShit/* ~/Library/LaunchAgents/
launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
launchctl load -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
launchctl load -w /Library/LaunchAgents/com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d.plist
launchctl load -w /Library/LaunchDaemons/com.adobe.agsservice.plist
launchctl load -w /Library/LaunchDaemons/com.adobe.ARMDC.Communicator.plist
launchctl load -w /Library/LaunchDaemons/com.adobe.ARMDC.SMJobBlessHelper.plist
launchctl load -w /Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist
sudo launchctl load -w /Library/LaunchDaemons/com.adobe.ARMDC.Communicator.plist
sudo launchctl load -w /Library/LaunchDaemons/com.adobe.ARMDC.SMJobBlessHelper.plist
sudo launchctl load -w /Users/justinwinter/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
sudo launchctl load -w /Library/LaunchDaemons/com.adobe.agsservice.plist
sudo launchctl load -w /Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist
sudo launchctl load -w /Applications/Utilities/Adobe\ Creative\ Cloud/ACC/Creative\ Cloud.app/Contents/MacOS/Creative\ Cloud
sudo launchctl load -w /Library/Application\ Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment