Hack Stuff

the leetest 13 year old hacker on the entire internet

Lost Your OSX Password? Here’s How To Reset It

If you’ve forgotten your Mac’s admin account password, don’t worry. It’s pretty easy to change it back and not look like a fool at starbucks when you go over there to drink coffee and pretend like you’re doing something important when you’re really just staring at every hot babe that walks in like some kind of parolee.

Here’s how:

* Hold Apple+S when booting to enter single user mode
* #sh /etc/rc
* #passwd yourusername
* #reboot

If you can’t recall your user name, you can either look in the /Users folder (the directories are named by user), or run “niutil -list . /users”.

Also, on older systems the /etc/rc script isn’t available, apparently. If that second step fails, try mounting and starting the base services manually:

* #/sbin/fsck -y
* #/sbin/mount -uw /
* #/sbin/SystemStarter

Another method:

How to create an admin account without knowing the current administrator password.

This process basically forces your computer to re-run setup, which is what you see when you setup a new Mac.

If the computer doesn’t have an Open Firmware Password, that this should work fine. If it does, than you’re screwed.

Step 1: Boot in single user mode (Single user mode bypasses the GUI, which is all the visual stuff, and gives you something called “root access”) by pressing Command + S (Apple+S) when the first shade of blue appears on the screen, and holding it down until the screen turns black with white text.

Step 2: Wait for all the code stuff to load. Now, the first thing we need to do in single user mode is mount the hard drive so we can edit it. You enter this command in : /sbin/mount -uw /

It should say something about removing orphaned unlinked files.

Step 3: We are going to delete a little file that tells your computer every time you start up that you’ve completed the setup by entering this command: rm /var/db/.applesetupdone

It should just bump down, waiting for the next command if it worked.

Step 4: Now type, reboot

Step 5: It should shut down and reboot. Than, a setup window will appear, asking you what language you want your computer to be in, just like you see when you setup a newly purchased Mac.

A welcome video will play after you select the language. It has some pretty cool music, but if your in a room with other people, I’d mute it right after the video starts, or have headphones handy.

Step 6: Setup the computer. Select “DO NOT TRANSFER MY DATA”. Don’t worry, all your old stuff will still be there. Choose your internet connection and network, here is where you need your WEP or security password if you have one.

Step 7: Create a new local account to administer that computer. You usually want to enter the name of the computer as the longname, and the shortname what you’ll log in as. Say your computer’s old name was “Frank’s Computer”, than just put Frank as the longname, because it will automatically as ” ’s Computer” at the end. MAKE SURE THAT BOTH USERNAMES ARE DIFFERENT FROM THE EXISTING ONES, OTHERWISE IT WILL OVERWRITE.

Step 8: Finish the setup, and you should automatically be logged into your new administrator account.

There, now you can go back to being a fancy mac user and thinking that PCs suck when I could’ve told you failures how to reset your windows in 3 steps.

-RC COLLINS

Post Metadata

Date
September 7th, 2008

Author
admin

Category


Leave a Reply