PHC - Tenma
Elite

Tutorial how To change the password in Windows Server using Command Prompt (CMD) quickly ๐ฅ
Follow these steps: 

Open CMD as Administrator
Press Windows + R type cmd and press Ctrl + Shift + Enter to run it as Administrator
Change Password Using net user Command
Use the following command replacing USERNAME with the actual username and NEWPASSWORD with the new password :

net user USERNAME NEWPASSWORD
Example :

net user Administrator P@ssw0rd!
This command changes the Administrator account password to P@ssw0rd!
