1 頁 (共 1 頁)

Resetting Administrator Password in Windows 2008

發表於 : 2016-07-06 16:48:47
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).