WAIK/Antwortdatei, Windows 7, OOBE



  • Hallo alle zusammen!

    Ich komme nicht weiter. Ich habe mir WAIK heruntergeladen und installiert etc.
    Nun habe ich eine Antwortdatei nach diesem Tutorial gemacht.
    http://www.tecchannel.de/pc_mobile/windows/2024547/workshop_windows_7_automatisch_installieren_teil_2/index4.html
    aber wenn ich das System (nur zum Test) anschließend wieder neu startet kommt trotzdem wieder OOBE.
    Mein System Windows 7 Professional 64Bit
    Kann mir einer sagen wieso?
    Hier ist mal die Antwortdatei:

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="windowsPE">
            <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SetupUILanguage>
                    <UILanguage>de-DE</UILanguage>
                </SetupUILanguage>
                <InputLocale>de-DE</InputLocale>
                <SystemLocale>de-DE</SystemLocale>
                <UILanguage>de-DE</UILanguage>
                <UserLocale>de-DE</UserLocale>
            </component>
            <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <UserData>
                    <ProductKey>
                        <Key>zenziert</Key>
                        <WillShowUI>OnError</WillShowUI>
                    </ProductKey>
                    <AcceptEula>true</AcceptEula>
                    <FullName>BBS-Gerolstein</FullName>
                    <Organization>BBS-Gerolstein</Organization>
                </UserData>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>
                    <SkipMachineOOBE>false</SkipMachineOOBE>
                    <SkipUserOOBE>false</SkipUserOOBE>
                    <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
                </OOBE>
                <AutoLogon>
                    <Password>
                        <Value>YQBkAG0AaQBuAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Enabled>true</Enabled>
                    <LogonCount>2</LogonCount>
                    <Username>Administrator</Username>
                </AutoLogon>
                <TimeZone>W. Europe Standard Time</TimeZone>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>TEST</ComputerName>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/users/administrator/desktop/install.wim#Windows 7 Professional (x64)" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    


  • Edit:
    Zumindest dürften doch anschließend die Zeitzone etc nicht mehr abgefragt werden aber vielleicht ist ja ein Fehler in der XML Datei?!


Anmelden zum Antworten