Is there any way to change the password of the current user account using the command line?

Are there any commands for the Windows command line which allows you to change the password of the account? What about without using the current password?

(I saw a video about it once and it worked but over time I forgot it...)


Solution 1:

net user [USERNAME] *

Just replace [USERNAME] with yours, and hit enter. It will prompt you for the new password. If you have trimmed your Windows installation, however, the program may not be available (this usually only occurs if you use nLite/vLite/RT7Lite and removed something you shouldn't have).