How to reset administrator password in windows 7 from guest account

Home » Security » How to reset Windows 7 Administrator Password

In this post we will see how to reset Windows 7 administrator password. As an example I have got a computer installed with Windows 7 professional with SP1 operating system.

This machine is a not a part of any domain and is a part of workgroup. There are lot of tools that are available online that will help you to recover or reset the Windows 7 password.

In this post I will show a simple technique to reset administrator password of Windows 7 without using any tools. We know that Windows comes with a built-in utility called Utilman.

Utilman, an executable file that allow users to configure the accessibility options like Magnifier, High contrast theme, Narrator and On Screen Keyboard before they log onto the system.

Utilman file resides in the System32 folder which is located inside windows folder. If you swap the Utilman file with command prompt, you have access to the command prompt running SYSTEM privileges.

I will be summarizing the steps that we will be performing in this post.

  1. Boot the OS into recovery mode.
  2. Choose the startup repair option.
  3. Make a backup of Utilman and save it with a new name. Delete the Utilman file.
  4. Make a copy of command prompt and rename it as Utilman.
  5. In the next boot, click the Ease of Access icon, the command prompt is launched.
  6. Use the net user command to reset the administrator password.

Windows 7 offers some interesting tools designed to help you fix certain system problems. To begin with, we need to get to the screen which shows the repair options.

To do so, reset the windows 7 computer. Upon boot, it shows Launch Startup Repair (recommended) and Start Windows Normally options. Choose the first option and hit enter.

How to reset administrator password in windows 7 from guest account

The startup repair tries to fix certain system problems that might prevent Windows 7 from booting successfully.

This utility is designed to fix only certain problems such as missing or damaged system files used to load the operating system. Wait for few minutes while the start repair tries to fix the issues.

How to reset administrator password in windows 7 from guest account

Finally you see a windows which says Startup Repair cannot repair this computer automatically. Click on View problem details. In the message box click on the last link ending with txt extension.

How to reset administrator password in windows 7 from guest account

This will open a privacy info in a notepad. Click on File and click Open.

How to reset administrator password in windows 7 from guest account

Locate the Utilman file which is found in the System32 folder inside Windows folder. Right click on the file and click Copy.

How to reset administrator password in windows 7 from guest account

Click on Paste now. You will see a new file called Utilman – Copy. You can rename it to your choice. I will keep it as it is.

How to reset administrator password in windows 7 from guest account

We now have the backup copy of the Utilman file. So go ahead and delete the Utilman file. Next, copy the cmd file.

How to reset administrator password in windows 7 from guest account

Use the paste option and now you will see a new file cmd – Copy. Right click on the cmd – Copy and click Rename.

How to reset administrator password in windows 7 from guest account

Rename the cmd – copy file to Utilman.

How to reset administrator password in windows 7 from guest account

Close the dialog box, close the file, and close the Startup repair box and Click finish. The system will shutdown. Next, boot the system and on the logon screen, click on Ease of Access icon. This will now launch the command prompt (if you remember we replaced the utilman file with that of command prompt).

How to reset administrator password in windows 7 from guest account

Use the net user administrator * command to initiate the password reset for administrator account. Type the password twice and you will see the password has been changed successfully. Close the command prompt and enter the new password and login to the computer.

How to reset administrator password in windows 7 from guest account

Final steps – Delete the Utilman file and rename Utilman – Copy file to Utilman. With this you have restored back the original file. That’s all folks !!!

How to reset administrator password in windows 7 from guest account

Prajwal Desai

Prajwal Desai is a 8 time Microsoft MVP in Enterprise Mobility. His goal is to write in-depth posts and guides on Configuration Manager (SCCM), Microsoft Intune, Azure, Windows Server, Windows 11, and other topics, with the goal of providing people with useful information.

How do I reset my administrator password on Windows 7 without admin rights?

To enable the built-in administrator account, type "net user administrator /active:yes" and then press "Enter". If you forget the administrator password, type "net user administrator 123456" and then press "Enter". The administrator is now enabled and the password has been reset to "123456".

How do I recover administrator password in Windows 7?

On a computer not in a domain.
Press Win-r . In the dialog box, type compmgmt. msc , and then press Enter ..
Expand Local Users and Groups and select the Users folder..
Right-click the Administrator account and select Password..
Follow the on-screen instructions to complete the task..

How can I open my administrator account if I forgot my password?

How to Reset Administrator Password in Windows 10.
Open the Windows Start menu. ... .
Then select Settings. ... .
Then click on Accounts..
Next, click on Your info. ... .
Click on Manage my Microsoft Account. ... .
Then click More actions. ... .
Next, click Edit profile from the drop-down menu..
Then click change your password..

How do I enable the Guest account in Windows 7 as administrator?

To activate the Administrator account, type the command net user administrator /active:yes and then press the Enter key. To activate the Guest account, type the command net user guest /active:yes and then press the Enter key.