当你在Mac电脑里面装了Adobe相关的软件后,每次开机都会出现core sync 和其他另外几个Adobe的进程,对于内存比较紧张的Macbook来说,非常有必要禁止Adobe相关进程的自启动。
解决办法比较简单,只需要在终端执行以下命令就可以了。
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
如果要恢复的话,就执行下面命令。
launchctl load -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist