为 Microsoft 帐户和本地帐户设置密码到期日期
我们大多数人都有长期使用相同密码的习惯。这很危险,主要是如果密码在多个地方使用。在安全漏洞中,密码可能对所有人开放。所以今天,在这篇文章中,我们将分享如何为您的Microsoft 帐户(Microsoft Account)或本地帐户设置(Local Account)密码到期日期(Password Expiration Date)。它将强制用户每隔几个月更改一次密码。
这是我们为两种不同类型的帐户设置密码过期。Microsoft 帐户(Microsoft Account)和本地 Windows(Local Windows)帐户。如果您在Windows 10(Windows 10)中使用Microsoft帐户,则不时更改它变得更加重要。
当我们说Set password Expiration Date时,您可以选择 Windows 11/10 为本地帐户提供的内容,也可以使用“net”命令进行设置。
(Set Password Expiration Date)为Microsoft 帐户(Microsoft Account)设置密码到期日期
- 转到Microsoft 帐户安全部分(Microsoft Account Security section)
- 单击密码安全下的更改我的密码(Change my password)链接
- 输入(Enter)旧密码和新密码两次
- 选中“让我每 72 天更改一次密码”框(Make me change my password every 72 days)
此方法的唯一缺点是您需要将当前密码更改为过去 3 次未重复的密码。然后, Microsoft(Microsoft)将每 72 天自动提示您更改密码。
您应该知道这与您在 Windows 11/10 计算机上使用的PIN或Windows Hello不同。(Windows Hello)
(Set Password Expiration Date)为本地帐户(Local Account)设置密码到期日期
虽然可以在 Windows 中创建无密码帐户,但这不是一个好主意。如果您是计算机的管理员用户,请确保所有用户经常更改密码。有两种方法可以做到这一点,它会强制用户更改他们当前的密码。默认值为 42 天。
1]使用用户帐户界面
- 在运行提示 (Win + R) 中键入lusrmgr.msc,然后按Enter键。
- 它将打开本地用户(Local Users)和组编辑器(Groups Editor)
- 在“用户”文件夹下,找到要更改密码到期的用户
- 双击打开用户属性
- 取消选中密码永不过期(Password never expires)的框
- 单击(Click)确定按钮以完成该过程
有一个流行的WMIC命令,但它似乎在Windows 11/10中不起作用。如果您使用没有“where name”子句的命令,它将为所有帐户设置密码过期(Password Expiration),包括系统帐户。
wmic UserAccount where name='John Doe' set Passwordexpires=false
2]用于设置到期日期(Expiration Date)的命令行(Command-Line) 选项(Options)
完成后,如果要设置确切的到期日期( set an exact expiration date),则需要使用“净帐户”(“Net Accounts”)命令。以管理员权限(Admin)打开 PowerShell(Open PowerShell),然后执行命令Net Accounts。 它将揭示如下细节:
Force user logoff how long after time expires?: Never
Minimum password age (days): 0
Maximum password age (days): 42
Minimum password length: 0
Length of password history maintained: None
Lockout threshold: Never
Lockout duration (minutes): 30
Lockout observation window (minutes): 30
Computer role: WORKSTATION
如果要设置特定的到期日期,则必须以天为单位计算数字。如果将其设置为 30 天,用户将不得不每月更改一次密码。
Execute the command Net Accounts /maxpwage 30
如果你想强制某人立即更改密码,你可以使用 maxpwage:1
阅读(Read):强制用户在下次登录时更改帐户密码(Force users to change Account Password at the next Login)。
3]使用组策略(Use Group Policy)更改密码到期日期(Password Expiration Date)
- 通过在运行(Run)提示中键入gpedit.msc然后按Enter键打开组策略编辑器
- 导航到Computer Configuration > Windows Settings > Security Settings > Security Settings > Account Policies
- 点击(Click)Password Policy,然后点击Maximum Password age
- 在这里,您可以从 42 更改为您喜欢的任何数字。最大值在 1-999 之间
我希望这篇文章很容易理解,并且您能够在Windows 11/10用户帐户(User Account)的密码到期日期。
Related posts
介绍 Windows 8.1:您应该使用本地帐户还是 Microsoft 帐户?
Microsoft Account sign在Windows 10上的error 0x800706d9中
您输入的Microsoft account不存在
如何启用Microsoft Account两步验证
如何永久关闭或删除Microsoft Account
如何使Browser show在Text保存Password,而不是点
您的Microsoft Account已被锁定,0x80A40014 - Xbox error
如何在 Windows 8.1 中更改本地用户帐户的密码
Microsoft Account protection:Login and security tips
您的设备处于离线状态。 Please sign最后一道密码
如何在 Windows 8.1 中将本地帐户升级为 Microsoft 帐户
如何从Microsoft Account删除Trusted PC
如何从 Windows 11 中删除 Microsoft 帐户
为什么我的微软Account Security Info change仍然待待定?
如何了解哪个Microsoft Account我正在使用OneDrive
强制用户在下一个Login中更改Account Password在Windows 10中
Windows 10中Local Account View Security Questions and Answers
如何将GitHub or Google account链接到Microsoft Account
如何从Microsoft or MSbill.info调查billing charge
如何加入Windows 10 Insider Program,没有Microsoft Account