Changing Password of User using Commandline in Windows XP
Steps
1. Click on START > RUN > type cmd.exe > hit [ENTER key]
2. On command prompt type NET USER [username] [yournewpassword]
3. E.g NET USER TESTUSER yournewpassword
here ,
username is : testuser
new password : yournewpassword
type NET USER /? for help about this command
c:\> NET USER /? [hit Enter key ]
