This is my Imageunattend.xml the problem is, that i get the messagebox at the end of the audit mode. Where i can choose to restart in OOBE mode. But when i am going to restart and push the button. It tells me that an error occured an the box closes. If i reboot manually, it starts again in the audit mode and same story continues. <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <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"> <ComputerName>%MACHINENAME%</ComputerName> <RegisteredOwner>ZeroX</RegisteredOwner> <RegisteredOrganization>Sanctuary</RegisteredOrganization> <TimeZone>W. Europe Standard Time</TimeZone> <CopyProfile>false</CopyProfile> <ShowWindowsLive>false</ShowWindowsLive> </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> - <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Path>cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000000 /f</Path> <Order>3</Order> </RunSynchronousCommand> </RunSynchronous> </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>sanctuary.lan</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <UnsecureJoin>true</UnsecureJoin> <MachineObjectOU /> <JoinDomain>%MACHINEDOMAIN%</JoinDomain> </Identification> </component> </settings> - <settings pass="oobeSystem"> - <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>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> </OOBE> - <UserAccounts> - <AdministratorPassword> <Value>dABlAHMAdABlAHIAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> - <LocalAccounts> - <LocalAccount wcm:action="add"> - <Password> <Value>ZgByAGUAYQBrAG8AdQB0AGUAcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <DisplayName>ZeroX</DisplayName> <Group>Administratoren</Group> <Name>ZeroX</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>Sanctuary</RegisteredOrganization> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>W. Europe Standard Time</TimeZone> - <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> </component> - <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>DE-DE</InputLocale> <SystemLocale>DE-DE</SystemLocale> <UILanguage>DE-DE</UILanguage> <UserLocale>DE-DE</UserLocale> <UILanguageFallback>EN-EN</UILanguageFallback> </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"> - <Reseal> <Mode>Audit</Mode> <ForceShutdownNow>false</ForceShutdownNow> </Reseal> </component> </settings> - <settings pass="auditSystem"> - <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> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Path>\\athena\reminst\vista_driver</Path> </PathAndCredentials> </DriverPaths> </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"> - <UserAccounts> - <AdministratorPassword> <Value>dAByAGkAZwBnAGUAcgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <ShowWindowsLive>false</ShowWindowsLive> </component> </settings> - <settings pass="offlineServicing"> - <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> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Path>\\athena\reminst\vista_driver</Path> </PathAndCredentials> </DriverPaths> </component> </settings> - <settings pass="auditUser"> - <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>20</Order> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Path>cmd /c \\athena\reminst\apps\firefox\FirefoxSetup2.0.0.14.exe /S</Path> <Description>Firefox</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> <Order>10</Order> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Path>cmd /c \\athena\reminst\apps\firefox\FirefoxSetup2.0.0.14.exe /S</Path> <Description>Firefox</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Order>15</Order> <Path>cmd /c \\athena\reminst\apps\AdobeReader8\AdbeRdr812_de_DE.exe /sAll /rs</Path> <Description>Adobe Reader</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Order>25</Order> <Path>cmd /c \\athena\reminst\apps\codecpack\codecpack.exe</Path> <Description>Codecpack</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Order>30</Order> <Path>cmd /c \\athena\reminst\apps\quicktime\QuickTimeInstaller745.exe /quiet /norestart</Path> <Description>Quicktime</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Order>35</Order> <Path>cmd /c \\athena\reminst\apps\java\jre-6u5-windows-i586-p-s.exe /quiet /norestart</Path> <Description>Java</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Description>Office 2007</Description> <Order>40</Order> <Path>cmd /c \\athena\reminst\apps\office2007\setup.exe /adminfile \\athena\ClientApps\office2007\updates\Test_2007.MSP</Path> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Path>cmd /c \\athena\reminst\apps\PDF\SaveAsPDFandXPS.exe /quiet</Path> <Order>45</Order> <Description>Save as PDF Office 2007</Description> </RunSynchronousCommand> - <RunSynchronousCommand wcm:action="add"> - <Credentials> <Domain>sanctuary</Domain> <Password>trigger</Password> <Username>Administrator</Username> </Credentials> <Description>Flash</Description> <Order>50</Order> <Path>cmd /c \\athena\reminst\apps\Flash\install_flash_player.exe /S</Path> <WillReboot>Always</WillReboot> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:g:/vistawork/dvd/sources/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>