Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / operating-systems / Windows

Change your login user name password with CMD

3.33/5 (3 votes)
10 Mar 2010CPOL 1  
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)