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
