
:max_bytes(150000):strip_icc()/ScreenShot2020-03-30at2.42.18PM-9532f30abc4447a783ce82865308254c.jpg)
Now you can restart your Mac, DEP notification is disabled.then lastly: bless -folder /Volumes/Macintosh\ HD/System/Library/CoreServices -bootefi -create-snapshot (this will Save the current disk status in the boot snapshot).then: csrutil authenticated-root disable (this will Turn off Signed System Volume SSV).then: cd /Volumes/Macintosh\ HD/System/Library/LaunchAgents.then: mount -t apfs -rw /dev/disk2s5 /Volumes/Macintosh\ HD.Next, in Terminal, write: umount /Volumes/Macintosh\ HD.Note: it's not /, and it's not /Volumes/Macintosh HD - Data Write down the disk associated with /Volumes/Macintosh HD A list of things will show up once you enter in (mount) in Terminal.Click on Utilities (top menu bar) then select Terminal.Restart again in Recovery Mode (Command+R).A 3-choices popup appears: select (No security) (there is no confirmation button to press).Click on Utilities (top menu bar) then select: Startup Security Utility.Restart in Recovery Mode Restart your Mac then hold down the Command & R keys together until you're in the Recovery Mode menu (Command+R).This works for macOS Big Sur to Disable MDM notifications I'll report back in the next OS upgrade to see if it comes back. It might also return the error below:Įrror fetching Device Enrollment configuration: (34000) Error Domain=MCCloudConfigurationErrorDomain Code=34000 "The device failed to request configuration from the cloud." UserInfo=Īnd the notification is gone for good. This will show you the current enrollment configuration your Mac has, you can even block the domain mentioned in ConfigurationURL just to be safe. Then, check the current enrollment profile: sudo profiles show -type enrollment Next, add the lines below at the bottom of the file: # Block Mac from reaching the domain Note: It will require you to input your MacBook password since it's an admin action. Open the /etc/hosts file in your MacBook by running the command below: sudo nano /etc/hosts I use LittleSnitch as my firewall, so I blocked it there, but you can also use your hosts file like: sudo echo "0.0.0.0 " > /etc/hosts It has been tested in MacBook Pro Intel ( Big Sur v11.5) and in MacBook Apple M1 Pro ( Ventura 13.1):įirst, block your Mac from reaching the domain. I found an easy solution to get rid of the notification that worked in my case and didn't require disabling SIP or going into recovery mode.
