Password will expire in 14 days - can I set it to say 3 days?

My NT server has a policy which requires the users to reset their passwords every month. It reminds them of that when there is 14 days to go until their passowrd expires and that annoys them! Is is possible to alter that setting (I guess it is in the registry somewhere) so that the reminder pops up at say 3 days to ...

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar03.webp

2 Posts
Location -
Joined 2004-11-04
My NT server has a policy which requires the users to reset their passwords every month. It reminds them of that when there is 14 days to go until their passowrd expires and that annoys them! Is is possible to alter that setting (I guess it is in the registry somewhere) so that the reminder pops up at say 3 days to go?
Hope you can help
 
thanks
 
PMC

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar33.webp

686 Posts
Location -
Joined 1999-10-28
Go into the group policy editor (gpedit.msc) on the local machine, then "Local Security Policy>>windows settings>>security settings>>local policies>>security options" the attribute you want is "Interactive Logon: Prompt user to change password before expiration" and change the value to 3 days. That is what mine is set at.

data/avatar/default/avatar03.webp

2 Posts
Location -
Joined 2004-11-04
OP
That works fine, I can find that setting in the gpedit utility, however for reasons best left unsaid I need to make the change in the registry ...? I can find the key ...
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SeCEdit\Reg Values\Machine/Software/Microsoft/Windows NT/CurrentVersion/Winlogon/PasswordExpiryWarning
 
had a go altering these settings but to no avail, it looks like the numerical value that relates to the number of days is somewhere else?
 
Any clues on this one would be greatly appreciated.
 
Thnaks
 
Phil

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
If you have a test server, you could change that setting, and use RegMon from Sysinternals to capture what registry key is being modified.

data/avatar/default/avatar14.webp

302 Posts
Location -
Joined 2001-12-18
Open regedit, then goto the HKEY_LOCAL_MACHINE subkey, then:
 
"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
 
Create a new DWORD value called "passwordexpirywarning" (case sensitive) and then enter a *decimal* value for the number of days.