Skip to content

Instantly share code, notes, and snippets.

@ai2ik
Created November 25, 2016 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ai2ik/5cdb93ac0bb4472a895250655b911524 to your computer and use it in GitHub Desktop.
Save ai2ik/5cdb93ac0bb4472a895250655b911524 to your computer and use it in GitHub Desktop.
# macADMIN
Create a new Mac admin account by restarting the setup assistant
1. Boot into Single User Mode: `Command + S`
2. Mount the drive by typing `/sbin/mount -uw /` then `ENTER`
3. Remove the Apple Setup Done file by typing `rm /var/db/.AppleSetupDone` then `ENTER`
4. Reboot by typing `reboot` then `ENTER`
5. Complete the setup process, creating a new admin account.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment