Thursday, October 30, 2025

Cara Reset Windows Admin Password


1) Ada perlu menggunakan Windows ISO file, bergantung kepada situasi anda:
    a) boot melalui thumbdrive
    b) boot melalui Nutanix Datastore (Windows Server)

2) Lepas boot menggunakan ISO Windows, pilih Repair Your Computer >> Troubleshoot > Command Prompt

3) Command list:

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

4) Lepas reboot, klik keyboard Win + U untuk buka Command Prompt. Untuk reset Admin password, run command kt bawah:

net user Administrator your-new-password 

exit 

5) Kita perlu ubah semula utilman.exe ke keadaan asal.

d:
cd Windows
cd System32
del utilman.exe ren utilman.exe.bak utilman.exe
shutdown -r -t 0        


Rujukan: https://www.clouvider.com/knowledge_base/how-to-reset-administrator-password-on-windows-server-2019/ 

No comments:

Post a Comment