Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you know System Integrity protection is already disabled,
skip this step.

Reboot the computer into recovery mode

If you have to, select an admin account presented and enter the password

Go to Utilities on the top left of the page and select Terminal

Enter the following command:

csrutil disable

It should confirm that System integrity is disabled, and tell you to reboot

Enter the following command:

reboot now


Login to the computer as an administrator (ex commpower)


Open a terminal window


Type the following commands:

cd /Volumes/Macintosh\ HD/var/db/ConfigurationProfiles/     
Replace "Macintosh\ HD" with your system partition if it is different. If there is a space or special characters, add an \ before. (ex Kat\'s\ HardDrive)

sudo rm -rf Store/ && sudo rm -rf Settings/ && sudo rm -f .profilesAreInstalled


Enter the admin password


once the prompt returns, enter this command to reboot the computer:

sudo reboot now


Once the computer finishes rebooting, login and check for profiles in System settings


...