#!/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" |
This comment has been minimized.
This comment has been minimized.
I get an error message for both commands: "/Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist: Could not find specified service" |
This comment has been minimized.
This comment has been minimized.
I’m getting the same errors, and files do exist. macOS 10.13.3, Adobe Creative Cloud 2018. |
This comment has been minimized.
This comment has been minimized.
@rtmvnv, Don't use |
This comment has been minimized.
This comment has been minimized.
what about /Library/LaunchAgents/com.adobe.GC.Invoker-1.0.plist ? |
This comment has been minimized.
This comment has been minimized.
After being run once you will always get the message: Could not find specified service. |
This comment has been minimized.
This comment has been minimized.
No such this as
|
This comment has been minimized.
This comment has been minimized.
See https://apple.stackexchange.com/a/356217/23876 for a complete list for adobe. |
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
Feel free to add to this👍