Disable Device Enrollment Notification on Mac.md
Comment-R
during restart
Restart the Mac in Recovery Mode by holding Open Terminal in the recovery screen and type
csrutil disable
Restart computer
com.apple.ManagedClient.enroll.plist
Edit In the terminal, type
sudo open /Applications/TextEdit.app /System/Library/LaunchDaemons/com.apple.ManagedClient.enroll.plist
change
<key>com.apple.ManagedClient.enroll</key>
<true/>
to
<key>com.apple.ManagedClient.enroll</key>
<false/>
Restart Computer again
So that the changes take effect
Hello, Just updated now , All good, I did not have to do anything with MDM.