Unattended.xml für das Startabbild (boot.wim) / Boot Image
Konfiguration:
- Windows 10 (1803) Enterprise
- Laufwerke
- (C:\) – 200GB – Bezeichnung: Windows
- (D:\) – Den Rest – Bezeichnung: Daten
- Sprache: deutsch
- Installationsquelle:
- Dateiname: Windows10_ENT_1803_Pool_WS18.wim
- Abbildgruppe: PoolPC_Win10
- ImageName: Windows10_ENT_1803_Pool_WS18
- Zugangsdaten:
- Benutzer, Domain und Passwort wurden entfernt (Müssen eingetragen werden!)
Anmerkung: Die Installationsquelle muss von der Bezeichnung genau übereinstimmen
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>204800</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Extend>true</Extend>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>Windows</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>false</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>Daten</Label>
<Letter>D</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
<WillShowUI>OnError</WillShowUI>
<DisableEncryptedDiskProvisioning>true</DisableEncryptedDiskProvisioning>
</DiskConfiguration>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Das ist ich</FullName>
<Organization>Das ist meine Firma</Organization>
<ProductKey>
<Key>NPPR9-FWDCX-D2C8J-H872K-2YT43</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
</UserData>
<EnableNetwork>true</EnableNetwork>
<WindowsDeploymentServices>
<Login>
<Credentials>
<Domain>DOMAIN</Domain>
<Password>PASSWORD</Password>
<Username>USERNAME</Username>
</Credentials>
</Login>
<ImageSelection>
<InstallImage>
<Filename>Windows10_ENT_1803_Pool_WS18.wim</Filename>
<ImageGroup>PoolPC_Win10</ImageGroup>
<ImageName>Windows10_ENT_1803_Pool_WS18</ImageName>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<UpgradeData>
<Upgrade>false</Upgrade>
<WillShowUI>OnError</WillShowUI>
</UpgradeData>
<EnableFirewall>true</EnableFirewall>
<Restart>Restart</Restart>
</component>
<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>
<SystemLocale>de-DE</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UserLocale>de-DE</UserLocale>
<InputLocale>de-DE</InputLocale>
<UILanguageFallback>de-DE</UILanguageFallback>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:d:/win10-ENT-1709-pool-de_win10-ENT-1709-pool-de.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>