如何移除macOS SDP客户端用户配置文件

问题

在macOS中,仅将SDP客户端发送到垃圾箱不足以从客户端删除用户配置文件。 重新安装客户端后,它们将继续显示。

环境

  • macOS SDP客户端 (任何版本)

解决方案

用户配置文件可以从客户端用户界面中逐一手动删除。 悬停在每个用户配置文件上,点击删除按钮:

 

如果手动删除配置文件时出现问题或启用了始终开启,用户配置文件也可以从macOS目录中删除。 以下步骤描述了以这种方式删除用户配置文件的过程:

  • 从计算机中删除SDP客户端。 您可以从应用程序文件夹中执行此操作。
  • 删除所有CatoClient系统扩展从 /Library/SystemExtensions/../com.catonetworks.mac.CatoClient.CatoClientSysExtension.systemextension
  • 进入终端并运行:
cd /Users/username/Library/Group Containers
ls
  • You should see a directory called: CKGSB8CH43.group.
  • 运行:
rm -rf CKGSB8CH43.group/*
rm -rf CKGSB8CH43.group
  • Deleting that directory will clear all but the primary profile (used in the last connection). 无论如何,该用户配置文件需要从SDP客户端中手动移除。
  • After re-installing the SDP Client, you will see that the directory CKGSB8CH43.group is recreated.

这篇文章有帮助吗?

4 人中有 1 人觉得有帮助

0 条评论