Locked disc being unlocked by a key

How to Reset the Password on Almost Any Windows Computer (Updated for Windows 11)

UPDATED 12-30-2021.

There is a fault (maybe it’s a feature) in most later versions of Windows that allows someone with physical access to the computer to change the passwords of users, create new users, and elevate users to administrators. This article will show you how to do this. We are not going to go into extreme detail on this. We are going to assume that you have some basic computer repair skills. We are a San Marcos, TX based managed IT Support business, so we use this hack very often.

Time to Complete: 30 minutes or less
Difficulty level: Medium
Tools needed: A Windows Install Disk that matches the operation system on the computer

Note: This method works with several Windows OS’s. We are going to show you how to do it on a Windows 10 computer.

Step 1 – Replace Utilman.exe with CMD.exe

Boot into the install CD or USB Installer that matches your operating system. If you do not have one there are several tutorials out there that can help you make one.

Click on Troubleshoot, then Advanced options, and finally Command Prompt.

At the command prompt type the following command:

copy c:windowssystem32utilman.exe c:

…and press Enter. You should see a “1 file(s) copied ” confirmation.

Now type this command and hit Enter:

copy c:windowssystem32cmd.exe c:windowssystem32utilman.exe

Answer with Y to the question about overwriting of the utilman.exe file. You should now see another file copy confirmation.

Reboot the computer normally into Windows.

Step 2 – Manipulate the users you need

NOTE: The following NET commands still work for Windows 11 but for Windows 11 you will need to boot into “Safe Mode with Networking” to use them! Thanks Andrew for the tip!

When the Windows logon screen is available, click the Ease of Access icon at the bottom-left corner of the screen. An ADMINISTRATOR Command Prompt will open. There are several commands you might need to use below. In them replace “myuser” with the actual username. Replace “newpassword” with your desired password.

Enter the following command to get a list of users:

net user 

Enter the following command to change the password of an existing user.

net user myuser newpassword

Enter the following command to create a new user:

net user myuser newpassword /add 

Enter the following command to elevate an existing user to an administrator:

net localgroup administrators myuser /add 

Once you have ran than commands that you need to run, log in and double check your work.

Step 3 – Putting Utilman.exe Back

Reboot into the install CD or USB Installer that you used earlier.

Click on Troubleshoot, then Advanced options, and finally Command Prompt.

At the command prompt type the following command:

copy c:utilman.exe c:windowssystem32utilman.exe

Confirm the overwriting by answering Yes. Reboot your computer. Profit!

passwords, security, windows
Previous Post
Browser Cookies vs Cache: What’s the Difference?
Next Post
Why Community Outreach is Important for SEO

Related Posts

IT Tech working updating a laptop for a business employee

The Challenges and Opportunities of Business Technology

business man holding a page with ROI graphics

Is In-House IT Enough? How To Measure ROI and Productivity For Your Business IT

In House IT Tech helping an employee with tech issues

In-house IT vs IT Outsourcing: How We Can Help You Find the Best Solution for Your Needs