How to change Windows password.

April 29, 2008 | In: Windows

An easier way to change your Administrator password is given below.
Open the command prompt.

Start > run > type cmd

Then in the window give the command below. (To change administrator password)

net user Administrator *

It will ask for the new password
If you need to change the password of another user

net user username *

Dont forget to put the start at the end.
It will ask for the new password.

:)

Comment Form