Click here to Skip to main content
15,886,422 members
Articles / Operating Systems / Windows
Tip/Trick

Change your login user name password with CMD

Rate me:
Please Sign up or sign in to vote.
3.33/5 (3 votes)
10 Mar 2010CPOL 29.3K   2  
A faster way to change your login user password using CMD in WindowsSTEPS> Open or Run Command Prompt> Simply type: net user |Windows User name| |password of choice|eg. C:\> net user admin abc User is Admin New password is abc> Either log off to test or restart your PC for...
A faster way to change your login user password using CMD in Windows


STEPS

> Open or Run Command Prompt
> Simply type: net user |Windows User name| |password of choice|



eg. C:\> net user admin abc

User is Admin

New password is abc


> Either log off to test or restart your PC for full effect.

Enjoy!!!
:cool:

Remember to Rate
:thumbsup:

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer sirdre.com
Canada Canada
I'm fascinated about new technology and innovations.

Comments and Discussions

 
-- There are no messages in this forum --