paragon是一款mac下的ntfs插件,卸载后,有时重启mac仍然会有更新提示。
解决办法:
打开终端输入:launchctl list(查看当前自启的服务)会发现启动的服务里面有两个paragon服务
分别停止这两个服务:
launchctl unload /System/Library/LaunchAgents/com.paragon.NTFS.notify.plist
launchctl unload /Library/LaunchAgents/com.paragon.updater.plist
最后在相应目录下删除这两个plist文件,完事!
HAVE FUN!
原文地址:http://blog.csdn.net/assholeu/article/details/46042715