Provide the best software to recover passwords for
Windows, SQL Server, PDF, Word, Excel, Outlook, FTP, MSN, AIM, etc.
Home > Reset Windows Password > How to Change Domain Administrator Password

How to Change Domain Administrator Password

Forgot the Active Directory administrator password and unable to access the Domain Controller? How to reset or change the Domain administrator password?

You can easily reset or change your forgotten Domain administrator password by following the step-by-step guide below. The method works on all version of Windows Active Directory Enabled Servers (2000, 2003, 2008, etc.).

Requirements:

How to Change Domain Administrator Password

  1. Start the computer and hit F8 to get boot options. Choose the Directory Service Restore Mode option. When the login screen appears, log on as Local Administrator.

  2. Copy Srvany.exe and Instsrv.exe to a temporary folder, for example C:\temp. Copy cmd.exe to this folder too (cmd.exe is the command prompt, usually located at %WINDIR%\System32).

  3. Double click the file C:\temp\cmd.exe to open a command prompt, then type: instsrv PWRESET "C:\temp\srvany.exe".
  4. Open the Registry Editor (Regedit.exe) and navigate to
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\PWRESET
  5. Create a new subkey and name it "Parameters" and add the following values.
    name: Application
    type: REG_SZ (string)
    value: c:\temp\cmd.exe
    
    name: AppParameters
    type: REG_SZ (string)
    value: /k net user administrator P@ssw0rd /domain

  6. Now open the Services applet (Control Panel -> Administrative Tools -> Services) and find the PWRESET service, make sure the Startup Type is set to Automatic and then click on the Log On tab and make sure the Allow Service to Interact with Desktop is checked.

  7. Restart Windows normally, when the login dialog appears type in user: Administrator and password: P@ssw0rd and you should be in the server.
  8. Open a command prompt to delete the PWRESET service by typing:
    net stop PWRESET
    sc delete PWRESET
  9. Now you are in the domain controller with access as administrator.

If the method described above doesn't work for your case, you can also use Reset Windows Password utility to reset forgotten domain administrator password for Windows 2000 / 2003 / 2008 Active Directory servers.



Related Articles