Created
November 16, 2017 17:55
-
-
Save justinlevi/724a1af0da5e49e449dc19ac374dd3e8 to your computer and use it in GitHub Desktop.
Enable Adobe Processes
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 | |
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