温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Recover domain admin password -win2008-16

发布时间:2020-07-19 01:27:43 来源:网络 阅读:679 作者:kangl 栏目:系统运维
  1. Recover domain admin password with Command Prompt
    Steps on how to recover a domain password with Command Prompt

  2. Boot the Windows server 2012 with the installed CD/DVD.

  3. Select the Installed language, and then click “Next” to the next step.

  4. Click “Repair the computer” on the lower left corner of the screen

  5. Choose “Windows server 2012” as the local operation system, and then click “Next”.

  6. Click “Command Prompt” in the window of “System Recovery Options”

  7. Execute the following command in the command window

CD C:\Windows\System32

MOVE Utilman.exe Utilman.exe.bak

COPY Cmd.exe Utilman.exe

Then, execute this command as below:

NET USER administrator /active:yes

  1. Execute the “exit” command in the command window, and then click “restart” in the pop-up window

  2. Boot to the login screen, click the button on the lower left corner of the screen

  3. Execute the command in the pop-up window

net user administrator P@ssw0rd1! /domain

net user administrator /active:yes /domain

net localgroup administrators newadmin /add /domain

  1. Close the command line window, login with the new password

Note: “MOVE Utilman.exe Utilman.exe.bak” is a backup; you have to recover the “utilman.exe” in the step6.

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI