lebowski23
Goto Top

Unattend.xml wird ignoriert

Hallo,

ich habe ein unattend.xml mit WAIK erstellt. Nun habe ich mit Virtualbox Win 7 (32bit) im Audit-Modus eingerichtet, Danach habe ich die unattend.xml in den Ordner C:\Windows\system32\sysprep kopiert. und
sysprep /generalize /oobe /unattend:C:\Windows\system32\sysprep\unattend.xml

ausgeführt.

Danach startete der sysprep Prozess. Aber nach dem Neustart, wurde ich genau die Fragen gefargt, die eigenlich in der unattend.xml beantwortet sind. Ich weiß jetzt nicht wie ich auf Fehler suche gehen kann. Kann man irgendwie erkennen, ob die unattend.xml ünerhaupt übernommen wurde, und ob es einen fehler in der Datei gibt?


Hier die Datei

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
        <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">
            <ExtendOSPartition>
                <Size>20000</Size>
                <Extend>true</Extend>
            </ExtendOSPartition>
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Path>net user administrator /active:yes</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </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">
            <ComputerName>*</ComputerName>
            <CopyProfile>true</CopyProfile>
            <ProductKey>TERF9-HXV9H-WDDP3-RMPQY-WP4FD</ProductKey>
            <ShowWindowsLive>false</ShowWindowsLive>
            <TimeZone>W. Europe Standard Time</TimeZone>
        </component>
    </settings>
    <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">
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>cDBhAHUAbABpAG4AZQAxADIAMwBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>cDBhAHUAbABpAG4AZQAxADIAMwBQAGEAcwBzAHcAbwByAGQA</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Administrator</Description>
                        <DisplayName>Administrator</DisplayName>
                        <Group>Administrator</Group>
                        <Name>Administrator</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://10.0.2.2/sch/downloads/sw_dvd5_win_pro_7_32bit_german_full_mlf_x15-71073/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Content-Key: 237801

Url: https://administrator.de/contentid/237801

Printed on: April 16, 2024 at 22:04 o'clock

Member: jsysde
jsysde May 12, 2014 at 10:38:45 (UTC)
Goto Top
Mahlzeit.

Ich würde an deiner Stelle mal den Product-Key aus dem Beitrag entfernen!

Cheers,
jsysde
Member: Lebowski23
Lebowski23 May 12, 2014 at 10:47:31 (UTC)
Goto Top
Das ist natürlich nicht der Echte!
Member: Lebowski23
Lebowski23 May 14, 2014 at 06:20:17 (UTC)
Goto Top
Gelöst, der Fehler war, das unter ExtendOSPartition entweder eine große oder true (für ganze Platte) angegeben werden darf.