Preventing account expiration in XPe/WES

Per default user accounts will expire in Windows XP Embedded and Windows Embedded Standard.
To avoid this you can run the following commands for each user created:

net accounts /maxpwage:unlimited
net users Username /expires:never
net users Username /active:yes

2016-01-28T17:22:40+01:00

Choose your platform to share this!

Preventing account expiration in XPe/WES

Per default user accounts will expire in Windows XP Embedded and Windows Embedded Standard.
To avoid this you can run the following commands for each user created:

net accounts /maxpwage:unlimited
net users Username /expires:never
net users Username /active:yes

2015-12-07T13:04:09+01:00

Choose your platform to share this!

Go to Top