Please Add Preloader
Sat. May 9th, 2026

Resetting a Windows 10 22H2 password/PIN via bootable USB involves booting from a Windows Installation Media USB, using Command Prompt to replace Utility Manager (utilman.exe) with Command Prompt (cmd.exe), and running net user to change the password. This method works for local accounts.

Step-by-Step Instructions

Phase 1: Boot from USB and Access Command Prompt

 

Insert your bootable Windows 10/11 USB into the locked computer.

Restart the computer and press the boot menu key (e.g., F12, F2, Del) to boot from the USB.

On the Windows Setup screen, press Shift + F10 to open the Command Prompt.

Identify your Windows installation drive letter (usually C: or D:). Type dir c: to check.

 

Phase 2: Replace Utility Manager (Accessibility Tool)

 

In Command Prompt, run the following commands, pressing Enter after each:

move c:\windows\system32\utilman.exe c:\windows\system32\utilman.exe.bak

copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe

Close Command Prompt, remove the USB, and restart the computer normally.

 

Phase 3: Reset Password/PIN

 

At the Windows login screen, click the Utility Manager icon (bottom right, looks like a clock/gauge) to open Command Prompt.

Type the following command and press Enter: net user your_username new_password (replace your_username with your account name and new_password with a new one).

Close the Command Prompt and log in with your new password.

Phase 4: Revert Changes (Crucial for Security)

 

Re-insert the USB, boot from it, and open Command Prompt (Shift+F10).

Run this command to restore the Utility Manager:

del c:\windows\system32\utilman.exe

ren c:\windows\system32\utilman.exe.bak utilman.exe

Restart again.

 

Alternatively, you can use Hiren’s BootCD on a USB for a graphical password reset tool.

 

To create a Hiren’s BootCD PE bootable USB for GUI password resetting, download the Hiren’s ISO and Rufus, then use Rufus to flash the ISO onto a 4GB+ USB drive (formatted to FAT32). Boot the target PC from this USB, open NT Password Edit via the Security/Password folder, and reset the account password.

Step-by-Step Instructions:

1. Create the Bootable USB

 

Download Resources: Download the latest ISO from the official Hiren’s BootCD PE site (usually HBCD_PE_x64.iso) and download Rufus.

Connect USB: Insert a USB flash drive (at least 4GB or 8GB recommended).

Run Rufus: Open Rufus, select your USB drive under “Device,” and click “Select” to choose the downloaded Hiren’s ISO file.

Partition Scheme: Select MBR (or GPT if targeting only modern UEFI machines).

Start: Click “Start” to flash the image. Note that all data on the USB will be erased.

 

2. Boot from the USB

 

Access BIOS/UEFI: Insert the USB into the locked computer. Restart it and press the required key to enter the boot menu (e.g., F12, F2, Delete, or Esc).

Select USB: Choose the USB drive from the boot menu.

Load Hiren’s: Allow Windows PE to load, resulting in a desktop screen.

 

3. Use the GUI Password Reset Tool

 

Open Tool: Navigate to Start Menu > All Programs > Security > Passwords.

Launch Utility: Open NT Password Edit.

Select SAM: Click “Open” to load the SAM file (it usually automatically finds the path: C:\Windows\System32\config\SAM).

Reset Password: Select the username, click “Change Password,” and click “OK” to remove the password (or enter a new one).

Save and Exit: Click “Save Changes” and restart your computer.

Important Notes:

 

Ensure the tool shows “EDIT COMPLETE” before closing to confirm success.

If your system uses a Microsoft account instead of a local account, this tool may only enable you to create a new local admin acct