Created
November 16, 2017 17:55
-
-
Save justinlevi/1b8d3176a3589d14f9da9acfa7dea36f to your computer and use it in GitHub Desktop.
Revisions
-
justinlevi created this gist
Nov 16, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ #!/bin/bash launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist launchctl unload -w /Library/LaunchAgents/com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d.plist launchctl unload -w /Library/LaunchDaemons/com.adobe.agsservice.plist launchctl unload -w /Library/LaunchDaemons/com.adobe.ARMDC.Communicator.plist launchctl unload -w /Library/LaunchDaemons/com.adobe.ARMDC.SMJobBlessHelper.plist launchctl unload -w /Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.ARMDC.Communicator.plist sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.ARMDC.SMJobBlessHelper.plist sudo launchctl unload -w /Users/justinwinter/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.agsservice.plist sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.adobeupdatedaemon.plist sudo launchctl unload -w /Applications/Utilities/Adobe\ Creative\ Cloud/ACC/Creative\ Cloud.app/Contents/MacOS/Creative\ Cloud sudo launchctl unload -w /Library/Application\ Support/Adobe/OOBE/PDApp/UWA/UpdaterStartupUtility sudo mkdir -p /Library/LaunchAgents/AdobeShit/ && sudo mv /Library/LaunchAgents/com.adobe.* /Library/LaunchAgents/AdobeShit/ sudo mkdir -p /Library/Application\ Support/AdobeShit && sudo mv /Library/Application\ Support/Adobe /Library/Application\ Support/AdobeShit/ sudo mkdir -p ~/Library/LaunchAgents/AdobeShit && sudo mv ~/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist ~/Library/LaunchAgents/AdobeShit/ sudo pkill -f Adobe