Resetting Administrator Password in Windows 2008

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Resetting Administrator Password in Windows 2008

文章 yehlu »

http://www.kieranlane.com/2012/12/12/re ... dows-2008/

代碼: 選擇全部

Boot with ubuntu desktop iso
Open Terimal 
mount 
cd /media/xxx/Windows/System32
mv Utilman.exe Utilman.old
cp cmd.exe Utilman.exe
reboot
Boot from the Micrsoft Windows Server 2008 DVD
From the Install Windows menu, click “Next”.
Select “Repair your computer”
In the System Recovery Options, select the Operating System instance that you wish to repair and click “Next”.
Select “Command Prompt”. The
At the command prompt, run the following commands:
c:
cd windows\system32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe


Reboot the server allowing Windows to load as normal
At the logon screen, press Windows Key + U.
As the command prompt, enter the following command:

代碼: 選擇全部

net user administrator Password12
This will set the password for the Administrator user to be Password12 (case sensitive).
回覆文章

回到「Server 2008 R2」