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
相关推荐
Swift社区13 小时前
Mac与Windows终端常用指令对比整理(实用避坑分享)
macos
Java小白笔记14 小时前
Docker 安装配置完全指南:MacOS 、Windows、Linux环境下的安装、配置与验证
linux·macos·docker
芯日记20 小时前
Mac-使用文本编辑的html浏览器打开出现源代码问题
macos·html
一牛1 天前
Swift 循环引用
macos·ios
食尘者1 天前
MacBook Pro M5Max 本地大模型推理实践
macos·aigc
x-cmd1 天前
Mac 涨价后,本地 AI 还能千元入门吗?
linux·人工智能·macos·ai·agent·amd·本地ai入门
m0_377108142 天前
小智ai-esp32
人工智能·macos·xcode
测试改改2 天前
共享mac有线网络手机可连接
macos·智能手机
Lvan的前端笔记3 天前
python:Mac 系统 uv 完整安装+入门实战
python·macos·uv
pop_xiaoli3 天前
【iOS】离屏渲染
macos·ios·objective-c·cocoa