Thursday, March 13, 2014

How to Reset MACOS Password

  • Restart the Mac holding down the Command+S keys
  • You’ll need to check the filesystem first:
  • fsck -fy
  • Next, you must mount the root drive as writeable so that changes will save:
  • mount -uw /
  • Now, type the following command exactly, followed by the enter key:
  • rm /var/db/.applesetupdone
    shtudown -h now

No comments:

Post a Comment