**Disclosure: This post contains affiliate links. If you make a purchase through these links, we may earn a small commission at no extra cost to you.
As you probably know, to log onto a computer running Microsoft Windows, you need a user account with a password. You can also use a PIN, fingerprint reader or other device if you do not want to use a password. And as long as you don’t forget your password, everything should be fine. But you may run into a situation where your password or PIN no longer works, or Windows itself has an issue that prevents you from logging on to your computer.
If you have another user account on the PC, you can generally use that account to log on to your computer and try and fix your other account. But if it’s the only account you have on your computer, then you have a serious problem. In this article, we will be showing you how to enable and log in with the built in Windows admin account if you can’t log on to your computer.
On a side note, Windows comes preconfigured with an administrator account that is named Administrator, but it is disabled by default. If you want to use this account on your computer even when you are not having issues, you can enable it via the command line when run as administrator.
To enable the built in Administrator account.
net user administrator /active:yes
To disable the built in Administrator account.
net user administrator /active:no
Step 1: Booting Windows Into the Recovery Options
The first step in enabling the built in Windows admin account so you can use it to log into your computer requires you to hold down the Shift key on your keyboard while clicking on Restart from the power options at the lower right corner of the login screen.
This will boot Windows into the recovery options interface that has a variety of tools you can use to try and repair your computer if it is not starting properly or having other issues.
On the first screen, you will need to click on the Troubleshoot option.
On the next screen, click on Advanced options.
In the Advanced options section, click on Command Prompt.
Step 2: Configuring Utilman.exe from the Command Line
Once you are at the command line, you will need to find out which drive letter is being used for Windows. By default, Windows will use the drive letter X at the prompt but for most systems, Windows uses the letter C for the Windows drive. But if you try to run the required commands using the drive letter C, they may not work if Windows is using a different letter.
If you have more than volume or hard drive in your computer, then there is an even greater chance that the letter C is not being used for the Windows drive so you will need to find out which letter is actually being used. And if you were wondering, this is only temporary, and your Windows drive letter has not actually been changed.
To find the correct drive letter needed for the next step, you can type diskpart at the command prompt. Then once the prompt changes to DISKPART>, you can type list volume to show what letters are assigned to what partitions\drives.
You may see a lot of volumes so you will need to know which one is for Windows. It may have a volume label but if not, you can also look at the Size column and find the one that matches the size of your Windows drive.
Once you have the correct drive letter, you will need to type the following commands but replace the letter C with the letter of your Windows drive if needed. Be sure to press enter after typing in each command.
move c:\windows\system32\utilman.exe c:\
copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
exit
Once you exit the command prompt, you will then choose the Continue – Exit and continue to Windows option.
Step 3: Editing the Windows Registry
Once you are back at the login screen, you will need to click on the Accessibility icon to the left of the power icon.
This will then bring up another command prompt window where you will need to type in regedit to open the Windows Registry Editor.
From here, navigate to the following key.
HKEY_LOCAL_MACHINE\SAM\Domains\Account\Users\000001F4
Then in the right pane, look for the letter F and double click on it.
Using the down arrow key, place the cursor on the line 0038 before the number 11.
Press the delete key one time to delete the number 11 and then just type 1 which will then insert the number 10.
Click on the OK button and then close the Registry Editor and the command prompt windows. Then click the power button and choose Shut down.
Turn on your Computer again and at the sign in screen, click on the Administrator account to login with no password.
Once you are back in Windows, you can then try to fix your other user account, change its password, backup your files or create a new user account.
You can also use the Hirens Boot CD method to enable the Administrator account as an alternative option.
For additional training resources, check out our online IT training courses.