I've setup an image for a 100 machine vista OEM roll out. Can anyone please advise what is wrong with this answer file? The wim applies correctly from PE but following the reboot sysprep it is unable to reapply the graphics card driver and has to download a new one from windows update after logging in. I am able to reinject the graphics driver from sysprep on the 'Audit System'->'driverpaths' pass on a path in the local C drive. However I need to be able to add it and future drivers from a network share during the audit pass. I have entered a valid UNC path and credentials which work when joining the machine to the domain but I cant even see a reference to the driver path instruction in audit in the setup logs. I also want it to audit for a computer name during setup but it is genrating a random one before joinging the domain, despite leaving the field blank. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>en-GB</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-us</UILanguage> <UILanguageFallback>en-GB</UILanguageFallback> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <RegisteredOrganization>DoverCorp</RegisteredOrganization> <RegisteredOwner>DoverCorp</RegisteredOwner> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>DoverCorp1.nh</Value> <PlainText>true</PlainText> </Password> <Name>MITS Admin Account</Name> <Group>administrators</Group> <DisplayName>Admin</DisplayName> </LocalAccount> </LocalAccounts> <AdministratorPassword> <Value>DoverCorp1.nh</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProductKey>W1234-W1234-W1234-W1234-W1234-</ProductKey> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>GMT Standard Time</TimeZone> <ComputerName></ComputerName> <CopyProfile>true</CopyProfile> <RegisteredOwner>DoverCorp</RegisteredOwner> <RegisteredOrganization>DoverCorp</RegisteredOrganization> <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled> <StartPanelOff>false</StartPanelOff> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Identification> <Credentials> <Domain>DoverCorp</Domain> <Password>Acme</Password> <Username>John.Smith@DoverCorp.intra</Username> </Credentials> <JoinDomain>DoverCorp</JoinDomain> </Identification> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipRearm>1</SkipRearm> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AuditComputerName> <Name /> </AuditComputerName> </component> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="1"> <Credentials> <Username>John.Smith@DoverCorp.intra</Username> <Password>Acme</Password> <Domain>DoverCorp</Domain> </Credentials> <Path>\\srv00111\Vista\drivers\VISTAIMAGE</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <cpi:offlineImage cpi:source="wim://lap001233/users/John.Smith/documents/vista%20imaging/vista%20image%20of%20business%20of%20dvd/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>