重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

重置域管理员密码

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

Forgetting your password is always a pain, but luckily there’s an easy way to reset your Domain Administrator password. All you need is a copy of the Windows Server 2008 R2 installation disk and one simple command line trick.

忘记密码总是很麻烦的,但是幸运的是,有一种简单的方法可以重置域管理员密码。 您所需要的只是Windows Server 2008 R2安装盘的副本和一个简单的命令行技巧。

替换Utilman.exe (Replacing Utilman.exe)

Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner.

引导Windows磁盘,然后从左下角选择“修复计算机”选项。

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

Follow through until you get to the option to open the Command Prompt, which you’ll want to select.

继续进行操作,直到获得打开命令提示符的选项为止,您将要选择该命令提示符。

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

First you’ll want to type in the following command to backup the utilman.exe file:

首先,您需要输入以下命令来备份utilman.exe文件:

MOVE C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak

移动C:\ Windows \ System32 \ Utilman.exe C:\ Windows \ System32 \ Utilman.exe.bak

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

Now you will need to copy cmd.exe and rename it Utilman.exe:

现在,您需要复制cmd.exe并将其重命名为Utilman.exe:

COPY C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe

复制C:\ Windows \ System32 \ cmd.exe C:\ Windows \ System32 \ Utilman.exe

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

Now you can go ahead and reboot your machine. When its done booting up again and you are at the Logon screen click on the Ease of access icon.

现在,您可以继续并重新启动计算机。 完成启动后,您会在登录屏幕上,单击“轻松访问”图标。

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码
重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

I bet you weren’t expecting that open a command prompt  To change the password type:

我敢打赌,您不希望打开命令提示符来更改密码类型:

net user administrator *

净用户管理员*

Once you press enter you will asked to set a new password and then confirm it, when entering your new password don’t worry if you can’t see them as you type, they are invisible, they are however being remembered.

按下Enter键后,系统会要求您设置一个新密码,然后进行确认。输入新密码时,请不要担心输入时看不到它们,因为它们是不可见的,但是会被记住。

重置域管理员密码_如何在Server 2008 R2上重置忘记的域管理员密码

Once you’re logged in again don’t forget to delete Utilman.exe and then rename Utilman.exe.bak back to plain old Utilman.exe.

再次登录后,不要忘记删除Utilman.exe,然后将Utilman.exe.bak重命名为普通的旧Utilman.exe。

翻译自: https://www.howtogeek.com/106333/how-to-reset-your-forgotten-domain-admin-password-on-server-2008-r2/

重置域管理员密码