mac电脑卸载LVSecurityAgent

博主mac版本如下:

1.创建一个脚本

shell 复制代码
touch script_of_justice.sh

2.进入脚本文件,并且添加一下内容

shell 复制代码
vim script_of_justice.sh

echo 'delete shit.app..need your root pwd';
sudo rm -rf /Applications/dvc-manageproxy-exe.app;
sudo rm -rf /Applications/LVSecurityAgent.app;
echo 'script is fighting...';
sudo chflags noschg /opt/LVUAAgentInstBaseRoot;
sudo chflags noschg /opt/LVUAAgentInstBaseRoot/face;
sudo chflags noschg /opt/LVUAAgentInstBaseRoot/web;
echo 'delete shit.datafile..';
sudo rm -rf /opt/LVUAAgentInstBaseRoot;
echo 'kill shit.process..';
sudo ps -ef|grep -E 'LVUAAgentInstBaseRoot|dvc-manageproxy-exe' |grep -v "grep"|awk '{print $2}'|xargs sudo kill -9;
echo 'congratulations! You throw that shit!';

3.保存并且退出

shell 复制代码
:wq

4.给权限

shell 复制代码
chmod 755 script_of_justice.sh

5.执行脚本

shell 复制代码
./script_of_justice.sh
相关推荐
ting94520003 小时前
Minimi 深度技术剖析:macOS 端侧全量上下文采集与 Claude 本地 RAG 联动架构详解
macos·架构·策略模式
鲨鱼辣椒_TUT4 小时前
macOS取消自动更新
macos
一勺菠萝丶4 小时前
Mac 打开软件提示“已损坏,无法打开”的原因和解决方法
macos
穗余7 小时前
Mac 使用 Caps Lock 键切换输入法失灵问题解决
macos
寻道模式9 小时前
【时间之外】AI不懂Mac吗?
人工智能·macos
Qimooidea11 小时前
MacOS 平台 CAD 图纸翻译实战:从技术挑战到高效落地
macos·策略模式
一勺菠萝丶12 小时前
macOS 应用强制退出后无法再次启动:根因分析、排查方法与无重启恢复方
macos
秋雨梧桐叶落莳1 天前
iOS——NSUserDefaults学习
学习·macos·ios·objective-c·cocoa
8125035331 天前
第 5 篇:MAC 地址——IP 管远方,MAC 管眼前
macos
元Y亨H1 天前
Mac 办公效率进阶笔记
macos