Hello SergSatv,
Thanks for your reply. Can you please attach a Screenshot/Photo of the screen where the Massage appears?
That sounds very like it will be still issued by an Apple-Management-Framework which was changed on enrolment.
Since the message have been set by MDM, use the profiles command in the terminal to see if there are any remaining profiles that could control the message. You can check the list of installed profiles with the following command:
sudo profiles show
If you find a profile that could be responsible for displaying the message, you can try to remove it with the
profiles remove command.
Additionally check the enrolment Status of your Mac. You can check the MDM status of a Mac through the terminal. macOS provides a command that allows you to retrieve information about the MDM registration of a device. This can be particularly useful to determine whether your device is currently managed by a Mobile Device Management (MDM), even if no obvious profiles or restrictions are visible.
profiles status -type enrolment
This command displays the status of the device enrolment, including information about whether the device is managed by an MDM. The output tells you whether the device is registered and provides details about the registration, such as whether it is a user or device registration.
If your device is managed by an MDM, you should see information about it, including the status of the administration. If no MDM is in use, it is usually displayed that no administration is active.
If you have an Intel processor, you could still try resetting the NVRAM.
A reset of the NVRAM (Non-Volatile Random-Access Memory) could help because some settings, including system settings used during the boot process, could be stored there.
To reset the NVRAM of your Mac:
- Turn off your Mac.
- Immediately after turning on the Mac, press the key combination Option (⌥) + Command (⌘) + P + R and hold it for about 20 seconds.
- Release the buttons. The Mac will restart and the NVRAM will be reset.
If the Options won’t help or give you a idea if there are Still MDM dependencies, you should consider of a clean install. As mentioned by HWTech, it’s very difficult to identify changes made by the MDM as they enrol your Mac.
Best
Maurice