From 6bd4611bb2fa2a1339123c346ddb1b6ef780342e Mon Sep 17 00:00:00 2001 From: Assaf Dori Date: Thu, 29 Feb 2024 23:14:26 +0200 Subject: [PATCH] updating README.md --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40513d7..230530c 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# bypass-mdm +# Bypass-MDM for MacOS 💻 + +#### Follow steps below to bypass MDM setup during a fresh installation of MacOS, up to Sonoma 14.3.1 (23D60). + +1. Long press Power button to forcefully shut down your Mac. + +2. Hold the power button to start your Mac & boot into recovery mode. + +3. Connect to WiFi to activate your Mac. + +4. Open Safari + +5. Navigate to https://www.github.com/assafdori/bypass-mdm + +6. Copy the script below + +```zsh +curl https://raw.githubusercontent.com/assafdori/bypass-mdm/main/bypass-mdm.sh -o test.sh && chmod +x ./test.sh && ./test.sh +``` + +7. Launch Terminal (Utilities > Terminal). + +8. Paste (CMD + V) and Run the script (Enter). + +9. Choose 1 for Autobypass. + +10. Press Enter to leave the default username (Apple). + +11. Enter password '1234'. + +12. Wait for the script to finish & Reboot your Mac. + +13. Sign in with user (Apple) & password (1234) + +14. Skip all setup (Apple ID, Siri, TouchID, Location Services) + +15. Once on the desktop navigate to System Settings > Users and Groups, and create your real Admin account. + +16. Log out of the Apple profile, and sign in into your real profile. + +17. Feel free set up properly now (Apple ID, Siri, TouchID, Location Services). + +18. Once on the desktop, delete Apple profile. + +19. Congratulations, you're MDM free! 💫