how can i stop my password from expiring every 30 days

Mina Al Bayati 1 Reputation point
2022-05-26T11:02:48.253+00:00

Hello please help me i'm really desperate
Im on windows 10
My password keeps on being expired every 30 days
and i just noticed that my pc is on "business mode" but i dont have a business its my pc
i searched for soooo long an answer and every "solution" doesnt work. I've tried to do the command prompt and it refused my access (im an admin tho)
i've tried to check the properties of the Local Users and Groups but it says this: 205847-image.png

and yes im french

please just help me its been MONTHS and i cant solve this

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,851 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 44,136 Reputation points
    2022-05-31T07:34:09.037+00:00

    Hi MinaAlBayati-8618,

    Just follow the steps below to set a specific user account passwords to never expire:

    Go to Run –> lusrmgr.msc. This opens user management console.
    Select Users from the left hand menu.
    Right-click the user which you want to configure and select Properties.
    lusrmgr.msc local users and groups
    lusrmgr.msc local users and groups
    In General tab, check the checkbox “Password never expires”. Or simply press Alt + P keyboard shortcut.

    If you're comfortable using the command prompt, open a command-prompt with administrative privileges and run the following command sequence:

    Get the name of users currently active on the system using this command: net accounts
    Run the following command:
    wmic useraccount where “Name=’itechticsuser'” set PasswordExpires=false
    Replace ‘itechticsuser’ with the name of user you want to configure.


    --If the reply is helpful, please Upvote and Accept as answer--

    2 people found this answer helpful.

  2. Kapil Arya 7,946 Reputation points MVP
    2022-05-26T11:23:59.107+00:00

    Hello,

    Follow Method 1 here and check Password never expires:

    https://www.kapilarya.com/how-to-configure-password-expiration-in-windows-10

    Else, continue to Method 2.

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments

  3. Figek 0 Reputation points
    2024-06-19T10:29:06.25+00:00

    hey man, i had same problem on windows 10 home edition, heh... Umm, there is a modified version of lusrmgr.msc, that works on every windows 10/11, and... It worked for me, i think so... Anyways, here is the github link to that exe file, https://github.com/akruhler/AccountManagement/releases/tag/1.6.3

    Ok, so if u downloaded that aplication, open it. It should ask for running as administrator (because it changes account settings), then search for Users icon at the right side of the program, click it and find your acc, if u found it then right click on it and click "Edit", select password at top of the window, you should find option called "Password never expires". Just turn it on and click Apply, then close the app... Thats all

    this is my first time im helping someone lol

    0 comments No comments