Hello
Thank you for posting in Q&A forum.
Here are the steps to troubleshoot this issue:
- Ensure that the local Administrator password meets the following criteria:
• At least 8 characters long.
• Contains characters from three of the following four categories:
• Uppercase letters (A-Z)
• Lowercase letters (a-z)
• Numbers (0-9)
• Special characters (e.g., !, $, #, %)
- Change the Password:
• Press Ctrl + Alt + Delete and select "Change a password."
• Enter the current password and then the new password that meets the complexity requirements.
- You can also change the password using PowerShell:
$Password = Read-Host -AsSecureString
Set-LocalUser -Name "Administrator" -Password $Password
When prompted, enter the new password that meets the complexity requirements.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.