Change Windows Password From Command Prompt
You can change Windows 2000/Windows 2003 password from command line. To do this, go to command prompt Start > Run > command (or cmd for windows 2003)
net user Administrator *
This will ask you to enter password for administrator and confirm it. Once you have entered password two times, user administrators password is changed.
The syntax of the command is
net user *
|