Monday, January 2, 2012

Windows XP, Reset Local User Password Command Line

cd\
cd windows\system32
net user

E.g.
> net user asks mypa$$word

If there are people near you and you don’t want them to see the password you type, enter:
net user *

E.g. > net user asks *
> Type a password for the user: xxxxxx
> Confirm the password: xxxxx

No comments: