Posted in
Windows Server |
1 Comment | 3,938 views | 14/04/2013 17:28
Boot into command prompt with Windows Server 2008 R2 DVD.
1
2
3
4
| D:
cd windows\system32
ren utilman.exe utilman.exe.bak
copy cmd.exe utilman.exe |
D:
cd windows\system32
ren utilman.exe utilman.exe.bak
copy cmd.exe utilman.exe
Change windows password by using Utilman (Windows Key + U) on logon screen.
net user Administrator NewPassword |
net user Administrator NewPassword
After that, you should revert changes.