M系Mac关闭SIP

文章目录

M系Mac关闭SIP

一:查看SIP状态

1、使用终端 打开终端 输入csrutil status,回车 你会看到以下信息中的一个,指示SIP状态

已打开 System Integrity Protection status: enabled

已关闭 System Integrity Protection status: disabled

2、使用系统信息工具 打开"系统信息"应用程序(按住Option键并单击Apple菜单选择「系统信息」)

二:关闭SIP步骤

1、关机

2、按住开机键不松手直到出现下图的画面,然后点击选项

3、进入选项->继续->点击实用工具>点击终端

4、终端内输入命令:csrutil disable然后回车执行(注意中间有个空格)

5、输入y,输入自己电脑密码,等待

6、出现 System Integrity Protection is off. 证明 SIP 已成功关闭

7、reboot重启电脑即可

8、如果后期想再开启 SIP,只需要将上面第 4 步的 csrutil disable 换成 csrutil enable 即可

相关推荐
2501_928094651 小时前
Ps 2025 图像编辑 Photoshop(Mac中文)
图像处理·macos·photoshop·ps
Magnetic_h5 小时前
【iOS】锁的原理
笔记·学习·macos·ios·objective-c·cocoa·xcode
Cosmoshhhyyy16 小时前
mac环境下安装git并配置密钥等
git·macos
肥肥呀呀呀1 天前
mac 安卓模拟器 blueStacks
macos
csdn_aspnet1 天前
如何在 MacOS 上安装 SQL Server
macos·sqlserver
共享家95272 天前
linux-数据链路层
linux·网络·macos
CZIDC2 天前
MacOS字体看起来比在 Windows 上更好?
macos
Cosmoshhhyyy3 天前
linux远程部署dify和mac本地部署dify
linux·运维·macos
行星0083 天前
mac 通过homebrew 安装和使用nvm
macos·npm·node.js