溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Recover domain admin password -win2008-16

發(fā)布時間:2020-07-19 01:27:43 來源:網(wǎng)絡(luò) 閱讀:677 作者:kangl 欄目:系統(tǒng)運維
  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問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI