The above commands will prepare the necessary tools to reset the password and restart your computer. After booting to the login screen, click the Ease of Access button in the lower left corner. You will now see a Command Prompt window instead of the Ease of Access menu.
In the command line, enter the following command to list the exact names of all user accounts.
net user
Your account name will not be Administrator and Guest name, because these two accounts are the system's default. As shown in the picture below, the username is defined as WAQAx so you must specify your account name so that you can continue to take the next steps.
Next, enter the following command.Of course, replace the name WAQAx with the name of your user account.
net user WAQAx *
You will now be asked to enter a new password for your account. When you type in the password, the mouse pointer will not move and no characters appear, which means you will not see the typed password. But please be assured that the password is still set, so you need to be very careful and enter twice the same and the same password.
After entering the new password for your account, enter the Exit command to exit the Command Prompt window:
You can now log into your computer with a new password.
Do not disappear but you still need to restore the changes you made on the cmd.exe file and utilman.exe on the system by booting into the system again with the repair disk and activating the door. Command Prompt command line as above.Then enter the following commands, which replace the drive letter C with the drive letter of your Windows partition.
C:
cd windows
cd system32
del Utilman.exe
lace Utilman.exe.original Utilman.exe
ren cmd.exe.original cmd.exe
shutdown -r -t 00
The above commands will restore the files according to the original settings and restart your computer normally. After restarting the computer, you will notice that the Ease of Access menu now in the login screen has been restored as before.