Account Lockout Duration for Locked Out User Accounts

    Account Lockout Duration for Locked Out User Accounts

    Account Lockout Duration for Locked Out User Accounts

    How to Set Account Lockout Duration for Locked Out User Accounts
    Published by
    Designer Media Ltd


    How to Set Account Lockout Duration for Locked Out User Accounts

       Information
    The account lockout duration security setting determines the number of minutes a locked out account remains locked out, after reaching the account lockout threshold of invalid logon attempts with a incorrect user name and/or password, before automatically becoming unlocked.

    When you first setup an account lockout threshold, the default account lockout duration is set to 30 minutes. This tutorial will show you how to set how many minutes you want for the account lockout duration to be in Windows 7 and Windows 8.

       Warning
    You will only be able to do this while logged in as an administrator.

    EXAMPLE: Locked Out User Account
    NOTE: This is the locked out message a user will get if they reach the account lockout threshold number of invalid logon attempts.
    Account Lockout Duration for Locked Out User Accounts-logon_screen.jpg



    OPTION ONE

    Through Local Security Policy


    1. If you have not already, you will need to set a account lockout threshold first for the number of invalid or failed logon attempts that causes a user account to be locked out.

    2. Open the Local Security Policy editor.

    3. In the left pane, expand Account Policies, and click on Acount Lockout Policy. (see screenshot below)
    Account Lockout Duration for Locked Out User Accounts-duration1.jpg
    4. In the right pane, double click on Account lockout duration. (see screenshot above)

    5. Type in a number between 0 and 99999 for how many minutes you want the user acount to be locked out for until automatically unlocked, then click on OK. (see screenshot below)
    NOTE: The account lockout duration must be greater than or equal to the reset account lockout counter after time.
    WARNING: If you set the account lockout duration to 0, then a locked out user account will be locked out until an administrator manually unlocks that locked out user account.
    Account Lockout Duration for Locked Out User Accounts-duration2.jpg
    6. Click on OK. (see screenshot below)
    NOTE: You will not see this unless the account lockout duration is not greater than or equal to the reset account lockout counter after time.
    Account Lockout Duration for Locked Out User Accounts-duration3.jpg
    7. When done, close the Local Security Policy editor. (see screenshot below)
    Account Lockout Duration for Locked Out User Accounts-duration4.jpg



    OPTION TWO

    Through an Elevated Command Prompt


    1. If you have not already, you will need to set a account lockout threshold first for the number of invalid or failed logon attempts that causes a user account to be locked out.

    2. Open an elevated command prompt in Windows 7 or Windows 8.


    3. To See the Current "Account Lockout Duration" Setting
    A) In the elevated command prompt, type net accounts and press enter. (see screenshot below)
    NOTE: The account lockout duration must be greater than or equal to the reset account lockout counter after time.
    Account Lockout Duration for Locked Out User Accounts-cmd_duration1.jpg
    4. In the command prompt, type the command below and press Enter.
    NOTE: Substitute (1-99999) for a number between 1 and 99999 for how many minutes you want the user acount to be locked out for until automatically unlocked.
    Code:
    net accounts /lockoutduration:(1-99999)
    For example, for 45 minutes until a locked out user account is unlocked automatically, I would type in this command below and press enter.

    Code:
    net accounts /lockoutduration:45
    Account Lockout Duration for Locked Out User Accounts-cmd_duration2.jpg
    5. Close the elevated command prompt.
    That's it,
    Shawn







  1. Posts : 4
    Win10x64Pro
       #1

    I want to be able to set the account lockout duration to 0 using cmd. When doing this in Local Security Policy, it shows that a lockout duration of 0 means an administrator will have to unlock the account. I need to be able to do this same function via cmd or Powershell.

    Here is what happens when I try and do it via cmd:
      My Computer


  2. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #2

    Hello zwork, and welcome to Seven Forums. :)

    It appears that Microsoft has changed this for the command for some reason. I suppose you could enter the maximum value of 99999 as workaround for them to be blocked out for about 70 days.

    In addition, see this below for a GPO that may help.

    https://technet.microsoft.com/en-us/...(v=ws.11).aspx
      My Computer


  3. Posts : 4
    Win10x64Pro
       #3

    Is there a way to change a GPO setting via CMD or Powershell? A quick google search didn't reveal anything outside of a registry change, but the local security policies aren't "in the clear" in the registry
      My Computer


  4. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #4

    I don't know of a way other than through security policy.
      My Computer


  5. Posts : 4
    Win10x64Pro
       #5

    Ok thanks, I'll keep looking.
    Also, is there a
    Code:
    net accounts
    option for password complexity?
      My Computer


  6. Posts : 4
    Win10x64Pro
       #6

    If you know the exact text for the LSP setting, you can use this:
    Code:
    secedit /export /cfg c:\secpol.cfg
    (gc C:\secpol.cfg).replace("PasswordComplexity = 0", "PasswordComplexity = 1") | Out-File C:\secpol.cfg
    secedit /configure /db c:\windows\security\local.sdb /cfg c:\secpol.cfg /areas SECURITYPOLICY
    rm -force c:\secpol.cfg -confirm:$false
    Just replace "PasswordComplexity" with the setting you want to change (and then obviously update the new values)
    The left PasswordComplexity is the existing value, and the one on the right is the new, desired value.
      My Computer


  7. Posts : 72,041
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #7

    Thank you. :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:59.
Find Us