Exclamation XP - Problem mit XP Client RollOut Hallo together! Thanks for visiting my post. Actually we use a Widows XP Master created with nlite Version 2.4 for the manual XP Client rollout. We use nlite for integrate the most important security patches and some with winrar created self executable software-packages (for example the novell client). The unattendend installation runs completely fine, at the end of the installation we patch the registry with a batch file with the following entry: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="1" because we need a automated login for the frist login of the local administrator account. This also works good, we do some additional cleanup batch scripts and repatch the registry with the following entry: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="0" After that the client restarts. The client boot in the novell authentification and we login as a before created user of the NDS. That also works. Now the problem: When we create an additional user account the client starts on reboot into the automatic local admin login. And the value in the registry is AutoAdminLogon=1. Also we could find in the registry the local admin password in plaintext. We think these are the values from the installation. Are there anyone a registry template which the user becomes on creation? I only knows the ntuser.dat which includes the HKEY_CURRENT_USER but our values are in HKEY_LOCAL_MACHINE. Now i need ideas! Thanks!