Unbeaufsichtigtige Win 10 installation
Hallo zusammen,
ich würde eine unbeaufsichtigte Win10 Installation durchführen, aber folgendes läuft schief:
zum einen habe ich kein deutsches Tastatur Layout "qwertz"
und zum anderen macht er mir kein Lokalen account.
Könnt ihr mir hier Helfen? Ich komme nicht mehr weiter und habe jetzt auch noch nicht so viele unattend Installationen gemacht.
Danke für eure mühen und Hilfe.
legend81
ich würde eine unbeaufsichtigte Win10 Installation durchführen, aber folgendes läuft schief:
zum einen habe ich kein deutsches Tastatur Layout "qwertz"
und zum anderen macht er mir kein Lokalen account.
Könnt ihr mir hier Helfen? Ich komme nicht mehr weiter und habe jetzt auch noch nicht so viele unattend Installationen gemacht.
<?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 mühen und Hilfe.
legend81
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 286817
Url: https://administrator.de/contentid/286817
Ausgedruckt am: 07.11.2024 um 21:11 Uhr
7 Kommentare
Neuester Kommentar
Hallo legend81,
leider kann man bei Windows 10 kein Admin Konto mehr so einfach anlegen, Du must dir ein ganz normales Benutzerkonto anlegen ( natürlich Lokal ), dann kannst du unter Computerverwaltung dir das Administratoren Konto aktivieren und ein Passwort setzen.
Finde es nicht schön was Microsoft sowas gemacht hat.
LG
IT-Calle
leider kann man bei Windows 10 kein Admin Konto mehr so einfach anlegen, Du must dir ein ganz normales Benutzerkonto anlegen ( natürlich Lokal ), dann kannst du unter Computerverwaltung dir das Administratoren Konto aktivieren und ein Passwort setzen.
Finde es nicht schön was Microsoft sowas gemacht hat.
LG
IT-Calle