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
相关推荐
Nan-h12 小时前
复制了很多文字、链接、图片、文件,Mac 上怎么先分类再复用?
macos·效率工具·剪贴板·资料整理
码智社9 小时前
Python安装配置超详细教程(Windows+macOS,新手零踩坑)
windows·python·macos
一勺菠萝丶9 小时前
Mac 小白必看!超详细 Homebrew 安装指南,告别卡顿难题
macos
ofoxcoding13 小时前
Codex 官网访问 + 完整安装教程:macOS / Windows / Linux 一次跑通(2026)
linux·windows·macos·ai
会Tk矩阵群控的小木15 小时前
2026最新iOS免越狱手机群控方案对比与技术难点实战解析
运维·macos·objective-c·cocoa·个人开发
搬砖的小码农_Sky15 小时前
macOS: Sequoia (15) vs Tahoe (26) 完整功能对比表
macos
学编程的小程16 小时前
Mac mini跑OpenClaw:低功耗家庭AI服务器搭建与飞书接入实战
服务器·人工智能·macos
搬砖的小码农_Sky16 小时前
macOS Tahoe (版本26) 全面详解
macos
ahdkk17 小时前
Linux或者 mac 系统多版本 jdk切换配置
java·linux·macos
TO_ZRG18 小时前
iOS 证书校验
macos·ios·cocoa