autologon - password will expire in 8 days

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a problem with the password age.
The logon message
"Your password will expire in 8 days"
comes during the autologon procedure?
I don't find the control flag in the target designer, registry or in the
components.
The registry entries are
passwordexpirywarning = 0x0e and
maximumpasswordage = 0x01e.

What's the problem???
 
Not sure how you have your image set up from your post, but here's some
generic help

From XPE Documentation...



To remove password expiration from User Accounts

1.. Create a custom security template.
For more information, see: Creating a Custom Security Template Using the MMC
Snap-in in the XPE Documentation

2.. In the MMC main window, under the new security template node, expand
the Account Policies node.
3.. Expand the Password Policy node.
4.. In the right pane, right-click Maximum Password Age Policy.
5.. Select the Define this policy setting in the template checkbox.
6.. Set Password will not expire to 0 days.
7.. Click OK and save the template.
8.. Create a component for this security template and add it to your
image, by following steps 2 through 7 in How to Create a Custom Security
Template
HTH,

JC
 
Frank,

You have a few tools to fix the issue:
net accounts /maxpwage:unlimited
cusrmgr.exe (Resource Kit)
Group policy Editor
 
Interesting how you got his message. Did you create a custom secutiry
settings? Just curios.

Regards,

Sean Liming
Managing Director
SJJ Embedded Micro Solutions

www.sjjmicro.com / www.seanliming.com
Author: Windows XP Embedded Advanced and Windows NT Embedded Step-by-Step
 
Thank you, I try it.

JC said:
Not sure how you have your image set up from your post, but here's some
generic help

From XPE Documentation...



To remove password expiration from User Accounts

1.. Create a custom security template.
For more information, see: Creating a Custom Security Template Using the MMC
Snap-in in the XPE Documentation

2.. In the MMC main window, under the new security template node, expand
the Account Policies node.
3.. Expand the Password Policy node.
4.. In the right pane, right-click Maximum Password Age Policy.
5.. Select the Define this policy setting in the template checkbox.
6.. Set Password will not expire to 0 days.
7.. Click OK and save the template.
8.. Create a component for this security template and add it to your
image, by following steps 2 through 7 in How to Create a Custom Security
Template
HTH,

JC
 
Thank you, I try it.

KM said:
Frank,

You have a few tools to fix the issue:
net accounts /maxpwage:unlimited
cusrmgr.exe (Resource Kit)
Group policy Editor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top