Reset forgotten Windows Administrator password: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
4. Reboot the server | 4. Disconnect the ISO media and Reboot the server | ||
5. When at the login screen click the below icon: | 5. When at the login screen click the below icon: | ||
Line 22: | Line 22: | ||
7. Type "exit" to close the command prompt | 7. Type "exit" to close the command prompt | ||
You should | You should now be able to login to the administrator account with the password you just set | ||
[[Category:password]] | [[Category:password]] | ||
[[Category:windows]] | [[Category:windows]] | ||
<comments /> |
Latest revision as of 09:06, 20 March 2022
1. Boot the server from a Windows installer ISO
2. Select "Repair" and "Troubleshooting" then click to open a command prompt
3. At the command prompt type:
move d:\windows\system32\utilman.exe d:\windows\system32\utilman.exe.bak copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe
4. Disconnect the ISO media and Reboot the server
5. When at the login screen click the below icon:
6. This will open a command prompt, at the command prompt type:
net user <username> <password>
7. Type "exit" to close the command prompt
You should now be able to login to the administrator account with the password you just set <comments />