disarstar Geschrieben 31. Mai 2011 Geschrieben 31. Mai 2011 Hallo allerseits, ich kämpfe mit folgendem Problem. Ich erstelle gerade ein neues Image für eine bestimmte Hardwareserie. WAIK installiert (WSIM 6.1.7600.16385) Antwortdatei erstellt (Überprüfung ergab keine Fehler) WIN7 System installiert im Audit Modus das System konfiguriert Antwortdatei unter C:\Windows\Panther\Unattend und sogar unter C:\Windows\Panther kopiert. Sysprep ausgeführt Leider wird der Fehler nach dem Neustart geworfen das der spezialized Part (Microsoft-Windows-Shell-Setup) nicht gelesen werden kann und danach ist das System in einer Dauerschleife gefangen. Hier mal meine unattend.xml <?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>de-de</InputLocale> <SystemLocale>de-de</SystemLocale> <UILanguage>de-de</UILanguage> <UserLocale>de-de</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"> <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Username>standard</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>VABoAHUAbgBkAGUAcgBkAG8AbQBlAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>dABlAHMAdAAxADIAMwBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <DisplayName>Standard</DisplayName> <Group>users</Group> <Name>Standard</Name> <Description>standard</Description> </LocalAccount> </LocalAccounts> <DomainAccounts> <DomainAccountList wcm:action="add"> <Domain>domaene.local</Domain> <DomainAccount wcm:action="add"> <Group>administrators</Group> <Name>Admin</Name> </DomainAccount> </DomainAccountList> </DomainAccounts> </UserAccounts> </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"> <CopyProfile>true</CopyProfile> <TimeZone>W. Europe Standard Time</TimeZone> <RegisteredOrganization>Fa. X</RegisteredOrganization> <RegisteredOwner>Fa. X</RegisteredOwner> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> </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>domaene.local</Domain> <Password>Doemaenenpasswort</Password> <Username>Domadmin</Username> </Credentials> <JoinDomain>domaene.local</JoinDomain> </Identification> </component> </settings> <cpi:offlineImage cpi:source="wim://dtek01/aw_2535%20(e)sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Weiss jemand wo mein Fehler liegt? Ich wäre über jede Hilfe dankbar.
Nathalia Geschrieben 31. Mai 2011 Geschrieben 31. Mai 2011 Evtl hilft dir das hier weiter: How to customize a default user profile in Windows 7 before capturing Image for Operating System Deployment - Configuration Manager, Operating System Deployment, Windows 7, Local Profile
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren
Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde Dich hier an.
Jetzt anmelden