3 ways to 'force' users to change passwords periodically on Windows 10
Windows 10 integrates a whole bunch of great security features, including Windows Hello biometric authentication, malware protection (malware) Windows Defender and Windows Update to update your device. . However, even if these features are available, your computer can still be easily accessed if you continue to use the same password for a long time.
Although users can change their passwords at any time, but can also configure the operating system to require users to change the password periodically. In the article below, Network Administrator will guide you 3 ways to "force" users to change passwords periodically on Windows 10.
1. Use Group Policy to 'force' password changes
If you are using Windows 10 Pro, Enterprise or Education, you can use Local Group Policy Editor to quickly configure the time (by date) before the user has to change the password for the local account.
1. Press the Windows + R key combination to open the Run command window.
2. On the Run command window, enter gpedit.msc there and then click OK or press Enter to open the Local Group Policy Editor window.
3. In the Local Group Policy Editor window, navigate to the key:
Computer Configuration => Windows Settings => Security Settings => Account Policies => Password Policy
4. In the right pane, double-click the policy named Maximum password age .
5. Set the number of days for a password that can be used before Windows 10 requires users to change the password. (The ideal value is 72 days).
6. Click OK to complete the process.
After a specific time, the user will receive a password change notification and try logging in again.
You can also set up forcing users to use more complex passwords or even disallowing users to use old passwords.
Here are some available password policies:
- Enforce password history
- Minimum password age
- Minimum password length
2. Use the Command Prompt to force the password change
Windows 10 Home does not integrate the Local Group Policy Editor, but you can use the Command Prompt to perform the process of forcing password changes.
1. Open Start .
2. Enter the keyword Command Prompt there and press Enter.
3. On the search results list, right-click Command Prompt and select Run as administrator .
4. On the Command prompt window, enter the following command and press Enter to activate the password expiration date:
wmic UserAccount set PasswordExpires = True
5. Enter the following command then press Enter to set the number of days to use a password before Windows 10 requires the user to change the password:
net accounts / maxpwage: 72
6. Enter the command below and press Enter to review the new password:
net accounts
After a specific time, the user will receive a password change notification and try logging in again.
If you want to force "expiration" of a password for a user, follow the same steps and go to step 4 using the command:
wmic UserAccount where Name = 'USERNAME' set PasswordExpires = True
Note :
In the above statement replace " USERNAME " with the account name you want to set the password to "expire".
3. How to force password change on Microsoft account?
If you are using a Microsoft account, you can activate the option on your account to change your password every 72 days.
1. Open any browser on your computer and log in to your Microsoft account.
2. In Security & privacy section , click the Change password link.
3. Create a new password.
4. Check the option Make me change my password every 72 days .
5. Click Next to complete the process.
Refer to some of the following articles:
- Instructions for setting up BIOS and UEFI passwords to protect data on your Windows 10 computer safely
- Instructions for changing Windows passwords without having to remember the old password
- Configure the "brain damage" PIN to log on to Windows 10
Good luck!
You should read it
- Instructions to change Facebook password on computer
- How to create an Android phone password changes every hour
- How to change Zalo password on the phone
- How to change your computer, phone and Mac passwords
- 2 steps to change Linksys wifi password
- How to change Apple ID password?
- How to change VNPT WiFi password
- How to change Gmail password on computer
May be interested
- VNCERT warns Internet users in Vietnam to change their email and Facebook passwords immediatelya large number of accounts use e-mail, passwords of social networking sites and online services leaked worldwide.
- Download Ace Force 2 PC, Ace Force 2 PCchoosing to play ace force 2 on pc right now is necessary, not only not afraid of running out of battery, but also not worrying about low configuration making it impossible to play.
- Microsoft warns of the dangerous usage habits of millions of usersaccording to statistics of the microsoft threat research team, millions of users of microsoft services have the habit of using the same password for multiple accounts and especially re-using one password many times.
- The US seeks to abandon the use of passwordshackers all over the world are becoming more and more skilled in password theft, so computer technology scientists are looking to replace this computer's biggest nuisance for computer generations. next.
- Ways to break passwords, remove passwords of PDF files most effectivelysometimes we have to work with password-protected pdf files and it takes a lot of time to open passwords and even break passwords because we can't remember them. however, any problem has a solution, as long as you find the right direction to handle it.
- NoCrack makes passwords safer with 'trap' fake vaultusing management tools is the best way to generate random passwords and is highly secure for logging in to many different websites. however, the problem is that password management tools still need a master password to decrypt, access the data of the vault or safe zone containing all your passwords.
- How to create a password, enhance the security of PDF files?pdf is now one of the most commonly used files for presenting content or sharing documents. however, security issues for these pdf files are always noticed by many people. users can set security mode for pdf files in many different ways.
- How to retrieve VPN passwords saved on Windows 10windows 10 comes with its own vpn client, which you can configure for fast and secure access to a private network via the internet. in this guide, you'll learn the steps to retrieve a saved password for a vpn connection on windows 10.
- Instructions for changing Windows passwords without having to remember the old passwordsuppose in case you want to change your windows computer password but forget the old password. or suppose you want to log into a user's computer .... you can easily use the command prompt to change the old password.
- 3 ways to display passwords *** on the browser is extremely simpleusually the password you save on the browser is usually hidden under a *** or a dot so that strangers can't steal your password. however, suppose if you entered a wrong password, for example, and you want to display the password to see where the error is.