When you then need to work on such a template for some reason you will get stuck when you do not remember the password. In the past I used the "Offline NT Password & Registry Editor" to reset the administrator password, but recently a Admin at a customer informed me there was a other way to reset the password and this way would also work on Windows server 2012.
You need to have the Windows server install dvd, or if you're like me into virtualization a ISO of that dvd. For both Windows server versions you need to go to the "Repair your computer" option on the Setup menu after booting the VM (if it's a template, first convert to VM) from this dvd.
After selecting this you need to select the OS instance you want to repair in the "System Recovery Options". Next select "Command Prompt". Once you are in the command prompt you need to go to the disk that holds the system32 folder, default this is C:
Then run the following commands:
- cd windows\system32
- ren Utilman.exe Utilman.exe.old
- copy cmd.exe Utilman.exe
Now run the following command "net user administrator Password" where password stands for you the password of your choice. After closing the command prompt you will be able to login to the server as local administrator with the password you previously entered.
You're able to logon again but you are not completely done yet, there is some clean-up to be done.
Again boot your VM from the Windows server dvd and follow the previous mentioned steps to get to the Command Prompt and go to the disk that holds the system32 folder.
- cd windows\system32
- ren utilman.exe utilman.exe.new
- copy utilman.exe.old utilman.exe
If it was a template do not forget to convert your VM back to a template. And store the local administrator password in some sort of password-vault !
No comments:
Post a Comment