How to Reset Forgotten Mac Passwords without logging in?

How to Reset Forgotten Mac Passwords without logging in?

Lucidica is the IT support team for London businesses. 

Thanks for viewing this page, hopefully it helps you solve your technical issue if not feel free to drop us a line here and we’ll provide additional help and support.

Image result for reset password

If there’s a mac which has a password, which you don’t know that you need to boot into. Then you can do the below to create a new account and reset the other users password 🙂

Boot into Single User Mode and remove a setup file

  • Restart the Mac holding down the Command+S keys, this will take you into Single User Mode and it’s Terminal interface
  • 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

Hope this helps!