mac 彻底卸载Paragon NTFS

之前安装了paragon NTFS,试用期过了就卸载了,但是每天还是会提示“试用期已到期”,看着很烦。

百度了一下,发现网上的版本可能比较老了,和我的情况不太一样,但道理应该是一样的。

彻底删除方法:

1.打开终端输入:launchctl list(查看当前自启的服务)

搜索 "paragon",发现有相应的服务

2.到/System/Library/LaunchAgents/  和/Library/LaunchAgents/ 下面搜索 "paragon" 找到对应的服务文件。我的在/Library/LaunchAgents/下面有

3.终端输入:launchctl unload /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist

然后再次输入 launchctl list ,发现已经没有刚才搜到的服务了。

4.在finder中查看/Library/LaunchAgents/下面还有com.paragon-software.ntfs.notification-agent.plist 这个文件,将其删除

5.cd 到 /Library/Application Support目录下,找到paragon的残余文件夹,并删掉

至此,算是彻底删除。重新启动电脑,检查一下是否还会有到期提示吧~

参考:https://blog.csdn.net/weixin_39658434/article/details/81354038

原文地址:https://www.cnblogs.com/andong2015/p/9981363.html