Try this:
Open Command Prompt as Administrator.
Type the following command to view all the available accounts and press Enter:
net user
Type the following command to change the account password and press Enter:
net user USERNAME *
In the command, make sure to change USERNAME with the account name you want to update.
Type a new password and press Enter.
Type the new password again to confirm and press Enter.