Method 1: Reset via Another Domain Admin
If you have access to another domain admin account, you can reset the password easily:
- Log in to a different domain admin account.
- Open Active Directory Users and Computers (ADUC) (
dsa.msc
). - Navigate to Users or the specific Organizational Unit (OU) where the account is located.
- Right-click the Administrator account and choose Reset Password.
- Enter the new password and confirm.
Method 2: Reset via Command Line (If Another Admin Account Exists)
- Open Command Prompt as an admin.
- Run the following command to reset the password:
- powershell
net user Administrator NewPassword /domain
- Replace
NewPassword
with the desired password.
Method 3: Reset via NTDSUTIL (If No Other Admin Account is Available)
If you are locked out of the domain and have physical access to the Domain Controller:
- Restart the Domain Controller in Directory Services Restore Mode (DSRM):
- Reboot the server.
- Press
F8
before Windows starts. - Select Directory Services Restore Mode from the options.
- Log in using the local DSRM administrator account (the password was set during domain controller setup).
- Open Command Prompt and use NTDSUTIL:
- powershell
ntdsutil
- Enter the password reset mode:
- powershell
set dsrm password reset password on server null
- Set a new password and confirm.
- Restart the Domain Controller normally.
Method 4: Offline Reset Using a Boot Disk
If you are completely locked out:
- Boot from a Windows Server installation or recovery disk.
- Open Command Prompt (
Shift + F10
). - Identify the drive letter of the Windows installation (e.g.,
D:\Windows
). - Replace
utilman.exe
withcmd.exe
: powershellCopyEditmove d:\windows\system32\utilman.exe d:\windows\system32\utilman.exe.bak copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe
- Reboot normally and click Ease of Access on the login screen.
- A command prompt will open. Run: powershellCopyEdit
net user Administrator NewPassword
- Restore the original
utilman.exe
: - powershell
move d:\windows\system32\utilman.exe.bak d:\windows\system32\utilman.exe
- Restart and log in with the new password.
Method 5: Restore from Backup
If all else fails and you have a System State Backup, restore the AD database to a known good state.

support@payperitem.com
indabhar@gmail.com