Disclaimer
- This repository is just a replica of this GitHub repository.
- I do not own any information here and neither am I promoting any information here.
- All steps, scripts and information here are to be used for educational/testing purposes only.
-
Shutdown the device
-
Initial Disk Format
- Enter Recovery mode - 1st time
- Format the disk completely using disk utility
- Shutdown the device
-
OS installation
- Enter Recovery mode - 2nd time
- Connect device to the internet to download the recovery mode software
- Once downloaded, install the latest available OS
- After the OS has been installed completely, shutdown
- If the machine restarts automatically and reaches the Country selection page, force shutdown the device at this stage
-
Performing MDM Auto-by-pass
- Enter Recovery mode - 3rd time
- Open the internet browser - S@F@R!
- Goto this URL -
https://github.com/backupzz/skipmdm.com
- Copy the following -
curl https://raw.githubusercontent.com/backupzz/skipmdm.com/main/mdm-autobypass.sh -o mdm-autobypass.sh && chmod +x ./mdm-autobypass.sh && ./mdm-autobypass.sh
- Exit out of the browser
- Goto this URL -
- Open the CLI - T3RMIN@L
- Paste the contents from the clipboard
- Follow the steps
- When done either type
reboot
or shutdown the device
-
Let the device start at this time
-
New user account creation
- Once the boot process is complete
- Create a new user account
- Logout from the current/temporary account
- Login via the new username
- Delete the temporary account
- Shutdown
-
Disable CSR Utility
- Enter Recovery mode - 4th time
- Open the CLI - T3RMIN@L
- Type to disable SIP:
csrutil disable
- When done either type
reboot
or restart the device
-
Login using the newly created username
-
Fix - MDM-Profile
- Goto this URL -
https://github.com/backupzz/skipmdm.com
- Copy the following -
curl https://raw.githubusercontent.com/backupzz/skipmdm.com/main/mdm-config.sh -o mdm-config.sh && chmod +x ./mdm-config.sh && ./mdm-config.sh
- Open CLI - T3RMIN@L
- Paste the contents from the clipboard
- Follow the steps
- Reboot the device if performing this step only. Otherwise goto next step
- Goto this URL -
-
Fix - MDM-HostFile
- Goto this URL -
https://github.com/backupzz/skipmdm.com
- Copy the following -
curl https://raw.githubusercontent.com/backupzz/skipmdm.com/main/mdm-hostfile.sh -o mdm-hostfile.sh && chmod +x ./mdm-hostfile.sh && sudo ./mdm-hostfile.sh
- Open CLI - T3RMIN@L
- Paste the contents from the clipboard
- Follow the steps
- Reboot the device if performing this step only. Otherwise goto next step
- Goto this URL -
-
Disable Device Enrollment Notification
- Goto this URL -
https://github.com/backupzz/skipmdm.com
- Copy the following -
sudo open /System/Applications/TextEdit.app /System/Library/LaunchDaemons/com.apple.ManagedClient.enroll.plist
- To edit
com.apple.ManagedClient.enroll.plist
- Open CLI - T3RMIN@L
- Paste the contents from the clipboard
- change
<true/>
under<key>com.apple.ManagedClient.enroll</key>
- to
<false/>
- Reboot the device if performing this step only. Otherwise goto next step
- Goto this URL -
-
Reboot the device