pmcoggle 0 Posted November 4, 2004 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 Share this post Link to post
felix 0 Posted November 4, 2004 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. Share this post Link to post
pmcoggle 0 Posted November 5, 2004 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 Share this post Link to post
adamvjackson 0 Posted November 5, 2004 If you have a test server, you could change that setting, and use RegMon from Sysinternals to capture what registry key is being modified. Share this post Link to post
Curley_Boy 0 Posted November 7, 2004 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. Share this post Link to post