none
Win 10 unattend installation funktioniert nicht richtig RRS feed

  • Frage

  • Hallo zusammen,

    ich muss eine Antwortdatei zur unbeaufsichtigten Installation von win10 erstellen. Die Installation erfolgt auch mit der unten angezeigten Datei. Es gibt aber zwei Probleme damit.

    Zum einen bekomme ich das Deutsche Tastatur Layout nicht hin. Die Anzeige Sprache muss englisch bleiben, aber die "qwerty" Tastatur nicht sondern die "qwertz" soll als Default dienen.

    Zum anderen erstellt er mit keinen Lokalen Admin account.

    Könnt ihr mir hier weiterhelfen, da ich mit der autoattend Installation nicht soviel bisher zu tun hatte. Hier meine Datei ->

    <?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>en-US</UILanguage>
                </SetupUILanguage>
                <InputLocale>de-DE</InputLocale>
                <SystemLocale>de-DE</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UILanguageFallback>en-US</UILanguageFallback>
                <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>#########</Key>
                        <WillShowUI>OnError</WillShowUI>
                    </ProductKey>
                    <AcceptEula>true</AcceptEula>
                    <FullName>###</FullName>
                    <Organization>###</Organization>
                </UserData>
            </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">
                <TimeZone>W. Europe Standard Time</TimeZone>
            </component>
            <component name="Microsoft-Windows-UnattendedJoin" 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">
                <Identification>
      <UnsecureJoin>false</UnsecureJoin>
                    <Credentials>
                        <Domain>####</Domain>
                        <Password>####</Password>
                        <Username>####</Username>
                    </Credentials>
                </Identification>
            </component>
        </settings>
        <settings pass="auditSystem">
            <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">
                <UserAccounts>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>####</Value>
                                <PlainText>false</PlainText>
                            </Password>
       <Description>Local Admin</Description>
                            <DisplayName>####</DisplayName>
        <Group>administrators</Group>
                            <Name>####</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="#######" />
    </unattend>

    Danke für eure Hilfe und Gruß

    legend81

    Mittwoch, 28. Oktober 2015 08:42

Alle Antworten