Non-removable MDM profiles Mac 强制删除MDM描述文件
- Boot the Mac into Recovery Mode (hold down command+R during startup).
- Go to the Utilities menu and open Terminal and type:
csrutil disable
. This will disable SIP (System Integrity Protection).
- Reboot into the OS.
- Open the integrated terminal and type
- cd /var/db/ConfigurationProfiles
- rm -rf *
- mkdir Settings touch Settings/.profilesAreInstalled
- Reboot.
- Boot the Mac into Recovery Mode (hold down command+R during startup).
- Go to the Utilities menu and open Terminal and type:
csrutil enable
. This will re-enable SIP.
- Reboot into the OS