I am having some trouble with my OOBE Phase pass. It seems that only part of it is being processed. I am always prompted to create a user account but all other parts (network type, time/date, EULA, ect) are all handled by the answer file-but the username part is just being ignored. All I really want is for the machine to simply go to the log-on screen (the image already has a temporary account set-up, so I don't need another one to be created as well)
any help is appreciated
Here is the ImageUnattend.xml file ( have redacted the product keys, password and CPI source info)
<?xml version="1.0" encoding="UTF-8"?>-<unattend xmlns="urn:schemas-microsoft-com:unattend">-<settings pass="oobeSystem">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-International-Core"><InputLocale>en-us</InputLocale><SystemLocale>en-us</SystemLocale><UILanguage>en-us</UILanguage><UILanguageFallback>en-us</UILanguageFallback><UserLocale>en-us</UserLocale></component>-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-Shell-Setup">-<OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Work</NetworkLocation><ProtectYourPC>1</ProtectYourPC><SkipMachineOOBE>true</SkipMachineOOBE><SkipUserOOBE>true</SkipUserOOBE></OOBE><TimeZone>Pacific Standard Time</TimeZone>-<AutoLogon><Enabled>true</Enabled><LogonCount>2</LogonCount><Username>admin</Username></AutoLogon>-<UserAccounts>-<LocalAccounts>-<LocalAccount wcm:action="add">-<Password><Value>SgBmAGMAcwAxADgANQAwAFAAYQBzAHMAdwBvAHIAZAA=</Value><PlainText>false</PlainText></Password><DisplayName>Test</DisplayName><Group>Administrators</Group><Name>Test</Name></LocalAccount></LocalAccounts></UserAccounts></component></settings>-<settings pass="specialize">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-Shell-Setup"><ComputerName>*</ComputerName><ProductKey/><ShowWindowsLive>false</ShowWindowsLive></component></settings><cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source="wim:c:/users/davek.jfcs.org/desktop/winx86/sources/install.wim#Windows 7 PROFESSIONAL"/></unattend>
and here is the WDSUnattend
<?xml version="1.0" encoding="UTF-8"?>-<unattend xmlns="urn:schemas-microsoft-com:unattend">-<settings pass="windowsPE">-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-Setup">-<UserData>-<ProductKey><Key/><WillShowUI>OnError</WillShowUI></ProductKey><AcceptEula>true</AcceptEula><FullName>jfcs</FullName><Organization>jfcs</Organization></UserData>-<WindowsDeploymentServices>-<Login>-<Credentials><Domain>jfcs.org</Domain><Password/><Username>WDSUser</Username></Credentials></Login>-<ImageSelection>-<InstallTo><DiskID>0</DiskID><PartitionID>1</PartitionID></InstallTo></ImageSelection></WindowsDeploymentServices>-<DiskConfiguration>-<Disk wcm:action="add">-<CreatePartitions>-<CreatePartition wcm:action="add"><Type>Primary</Type><Order>1</Order><Extend>true</Extend></CreatePartition></CreatePartitions><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk></Disk><WillShowUI>OnError</WillShowUI></DiskConfiguration></component>-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="x86" name="Microsoft-Windows-International-Core-WinPE">-<SetupUILanguage><UILanguage>en-us</UILanguage></SetupUILanguage><InputLocale>en-us</InputLocale><SystemLocale>en-us</SystemLocale><UILanguageFallback>en-us</UILanguageFallback><UILanguage>en-us</UILanguage><UserLocale>en-us</UserLocale></component></settings><cpi:offlineImage xmlns:cpi="urn:schemas-microsoft-com:cpi" cpi:source=""/></unattend>