Have you ever encountered the message “Password does not meet password policy requirements” when setting a Windows 10 password? This error indicates that your password does not meet the complexity or strength requirements set by the system. PHP editor Xinyi will reveal to you how to avoid this problem. Please continue reading the following guide to learn how to adjust the password policy under the local computer policy.
Solutions that do not comply with password policy specifications
- Change the password length: According to the password policy requirements, we can try to increase the length of the password, such as changing the original 6-digit password to 8-digit or longer.
- Add special characters: Password policies often require the inclusion of special characters, such as @, #, $, etc. We can add these special characters to the password to increase the complexity of the password.
- Use mixed case: The password policy requires that the password contains uppercase and lowercase letters. We can convert the letters in the original password to uppercase and lowercase to increase the security of the password.
- Avoid common passwords: Password policies usually restrict the use of common passwords, such as 123456, password, etc. We want to avoid these easy-to-guess passwords and choose more complex combinations.
1. Use the "win+R" shortcut key to open the run window, enter "gpedit.msc
", and click OK to open.
2. In the opened Group Policy Editor interface, you need to click "Computer Configuration - Windows Settings - Security Settings - Account Policy - Password Policy" in the left column, and then double-click to open the right "Password must meet complexity requirements" on the side.
3. Then in the new window that opens, check "Disabled" and finally click "OK" to save.
Notes:
- 1. Change passwords regularly: In order to protect the security of our accounts, we should change our passwords regularly to avoid password cracking.
- 2. Do not use the same password: In order to avoid one password leak leading to multiple accounts being attacked, we should use different passwords for different accounts.
The above is the detailed content of What should I do if my Win10 password does not meet the password policy requirements? What to do if my computer password does not meet the policy requirements?. For more information, please follow other related articles on the PHP Chinese website!