forked from docs/doc-exports
Reviewed-by: Rogal, Marcel <mrogal@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: qiaoli <qiaoli@huawei.com> Co-committed-by: qiaoli <qiaoli@huawei.com>
3.7 KiB
3.7 KiB
How Do I Set a Proper Password Complexity Policy in a Windows OS?
A proper password complexity policy would be: eight characters for the length of a password and at least three types of the following characters used: uppercase letters, lowercase letters, digits, and special characters.
Perform the following steps to set a local security policy:
- Log in to the OS as user Administrator. Choose Start > Control Panel > System and Security > Administrative Tools. In the Administrative Tools folder, double-click Local Security Policy.
- Choose Account Policies > Password Policy and perform the following operations.
- Double-click Password must meet complexity requirements, select Enable, and click OK to enable the policy.
- Double-click Minimum password length, enter the length (greater than or equal to 8), and click OK to set the policy.
- Press Windows+R to open the Run window.
- Enter cmd and click OK. The command prompt window is displayed.
- Run the following command to refresh policies:
gpupdate/force
After the refreshing, the settings will be applied.
Parent topic: Baseline Inspection
