How to Reset Your Forgotten Domain Admin Password on Server 2008 R2.
IT professionals often find themselves locked out of a system due to forgetting a password. This can be due to a forgotten login or a former employee setting the password without leaving any notes. However, resetting a forgotten domain admin password using Windows Server 2008 R2 is relatively straightforward.
Let’s walk through the steps to reset your forgotten domain admin password.
Steps to Reset Your Forgotten Password
1. First and foremost, make sure you have a backup of all important data. While this process is generally safe, it’s always a good idea to be prepared for any unforeseen consequences.
2. Insert the Windows Server 2008 R2 installation CD into the server. Restart the server and choose the boot option from the CD. This step ensures that the server boots from the CD rather than the hard drive.
3. After booting, click Next and select Repair Your Computer. This will lead you into Windows Server repair mode.
4. Click on Next, and then select Command Prompt.
Note: Ensure you’re following each step carefully.
5. In the command prompt, enter the following commands sequentially:
vbnet
x:\SOURCES>dir ENTER
c:
Dir. (file not found)
D: dir (file found Like-windows)
MOVEC:\Windows\System32\Utilman.exeC:\Windows\System32\Utilman.exe.bak
Note: The drive letter might vary based on where your Windows installation is.
6. Continue with the command:
mathematica
COPY C:\Windows\System32\cmd.exeC:\Windows\System32\Utilman.exe
7. Once done, you can go ahead and reboot your machine. When the server completes the booting process and you arrive at the logon screen, click on the Ease of Accessibility icon. This will now open a command prompt.
8. In the command prompt, type: net user administrator *
It will prompt you to set a new password for the administrator account. Enter the password of your choice.
9. Close the command prompt and log in using the new password you just set.
Conclusion
Forgetting a domain admin password can be stressful, but thankfully, Windows Server 2008 R2 provides a method to reset it. Always ensure to document and securely store passwords to prevent such situations. However, if you do find yourself in this predicament, following the above steps will guide you back into your system.
Frequently Asked Questions
Q1. Is this method safe?
Yes, the method is safe. However, it’s recommended to have a backup of all important data just in case.
Q2. Can I use this method for other versions of Windows Server?
The steps mentioned are specific to Windows Server 2008 R2. While similar techniques exist for other versions, it’s crucial to find a guide tailored to your specific version.
Q3. What if I can't find the "Ease of Accessibility" icon?
Ensure you have followed all the steps correctly. If you’re still having trouble, consider seeking assistance from a professional or further resources online.