!!! ACHTUNG - evtl. veraltet - ACHTUNG !!!
Diese Seite wurde zuletzt am 9. Juli 2014 um 10:40 Uhr geändert.
Hat man noch keine Antwortdatei erstellt, so kann man das wie folgt nachholen:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" 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>**XwB3AGkAbgBkAG8AdwBzAFAAYQBzAHMAdwBvAHIAZAA=**</Value>
<PlainText>false</PlainText>
</Password>
<Group>**Administratoren**</Group>
<Name>**user**</Name>
</LocalAccount>
</LocalAccounts>
<AdministratorPassword>
<Value>**XwB3AGkAbgBkAG8AdwBzAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==**</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<OOBE>
<NetworkLocation>**Home**</NetworkLocation>
<HideEULAPage>**true**</HideEULAPage>
<ProtectYourPC>**1**</ProtectYourPC>
</OOBE>
<RegisteredOrganization>**Meine Organisation**</RegisteredOrganization>
<RegisteredOwner>**Ich selber**</RegisteredOwner>
</component>
<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>
</settings>
<settings pass="specialize">
<component language="neutral" name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>client</ComputerName>
<AutoLogon>
<Password>
<Value>**XwB3AGkAbgBkAG8AdwBzAFAAYQBzAHMAdwBvAHIAZAA=**</Value>
<PlainText>false</PlainText>
</Password>
<Username>**user**</Username>
<Enabled>**true**</Enabled>
</AutoLogon>
<ProductKey>**AAAAA-AAAAA-AAAAA-AAAAA-AAAAA**</ProductKey>
<TimeZone>W. Europe Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
<CopyProfile>**true**</CopyProfile>
</component>
<component language="neutral" name="Microsoft-Windows-UnattendedJoin" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Identification>
<JoinWorkgroup>**Workgroup**</JoinWorkgroup>
</Identification>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>**true**</SkipAutoActivation>
</component>
<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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>**net user administrator /active:yes**</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
<settings pass="generalize">
<component language="neutral" name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>**1**</SkipRearm>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/windows/panther/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Erklärungen zu den von mir gewählten Werten:
Ergebnis: Es sollte alles wie von Geisterhand einschl. das erste Anmelden passieren!