Hi all, I'm looking for a way to avoid that XP has easy to crack passwords, see: http://www.windowsecurity.com/articles/Protect-Weak-Authentication-Protocols-Passwords.html To achieve this, I've made an addon which looks like: [general] builddate=2010/02/18 description=Prevents Windows from generating easy to crack password hashes language=English title=No weak password hashes [registry_addreg] HKLM,"SYSTEM\CurrentControlSet\Control\Lsa","lmcompatibilitylevel",0x10001,05 HKLM,"SYSTEM\CurrentControlSet\Control\Lsa","nolmhash",0x10001,01 This works nice, but there is a problem. After these registry values are set, the passwords still need to be changed before XP 'forgets' the lm hash of the previous password. So it seems that during installation first the admin account is created with the password set in nlite, and after that this addon is run which changes the registry entries. So in short: Is there any way to move the adding of these registry entries forward, so they are done before the admin account as defined with nlite is created?