I have created a Sysprep.xml file that successfully run (C:\windows\system32\sysprep\sysprep /generalize /oobe /shutdown /unattend:c:\sysprep.xml) and apply the image for Windows 7x64 Enterprise. I enabled the local administrator account in the Sysprep.xml. My question, is there a way to tell Sysprep not to create a new user account after applying the image to a new computer and instead pop up a command prompt with "net user" command to change the built-in local administrator's password? I've done that with Windows XP Sysprep. Thank you.