This guide will help with resetting Administrator’s password on Windows Server 2022
Requirements:
- Before you start, you need to download Windows Server 2022 ISO from https://info.microsoft.com/ww-landing-windows-server-2022.html
- Please check our guide – How to access IPMI through VPN:
https://console.clouvider.co.uk/index.php?cmd=knowledgebase&action=article&id=1
If you don’t have access to VPN/IPMI to your server, please create a ticket with IPMI/VPN request and our engineers will be happy to create one for you.
Step 1: Please follow the guide – How to access IPMI through VPN – Run Java Console and mount your Windows Server 2022 ISO
Step 2: Reboot your server, and with F11 key, go to boot menu:
Step 3: When the installation window opens, click Next to continue.
Step 4: Select “repair your computer” option.
Step 5: Select “troubleshoot” option.
Step 6: Select “command prompt”.
Step 7: Inside CMD please type:
d:
cd Windows
cd System32
move utilman.exe utilman.exe.bak
copy cmd.exe utilman.exe
net user administrator /active:yes
shutdown -r -t 0
Step 8: After server reboot, on the home login screen, please press the Win+U combination. Inside CMD window, please type:
net user Administrator your-new-password
exit
Step 9: Your password has been reset. However, you need to rollback your changes with utilman.exe.
Just reboot your server, and repeat this guide. Inside CMD window in Windows Recovery mode, please type:
d:
cd Windows
cd System32
del utilman.exe ren utilman.exe.bak utilman.exe
shutdown -r -t 0