In a cmd prompt run the below command
net user username newpassword
if the username contains a space do the below
net user “user name” new password
If you want to remove the password try the below
net user username “”
In a cmd prompt run the below command
net user username newpassword
if the username contains a space do the below
net user “user name” new password
If you want to remove the password try the below
net user username “”