Hey,
If you are on an administrator account and would like to change the password of another account on the same computer, without knowing the old password, then follow these steps!
Start / Run
Type in
CMD and press
Ok This should bring up the Command Prompt
Type within the CMD window,
net users
This will list all the users that are able to login to that particular computer.
(I crossed out the ones that are used by the system, and users can not accces)
To change the password type in
net users USERNAME * The asterisk (*) is the flag that is used to call for the "alter password" command.
Type in the password of your choice.
It is not echoed, so do not expect to view what you typed in.
All that is left to do is to
Log Off, and test it!
-Moe