PDA

View Full Version : Win NT 4.0 Password expire


Skave
05-11-2001, 06:36 AM
Hi, is it possible to add a registry entry so that the Password expires on a specific Date
( like every 28 of the month at 24:00 )

Thanks in advance

RWSchlatter
05-11-2001, 06:30 PM
do not know if following solution helps you:

beginning of each month run a script and using command<pre>net user &lt;uid&gt; /expires:&gt;date&gt;</pre> and force next expiration to end of month.

______________
Regards - Richard