<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
 <settings pass="offlineServicing"></settings>
 <settings pass="windowsPE">
  <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
   </SetupUILanguage>
   <InputLocale>0409:00000409</InputLocale>
   <SystemLocale>en-US</SystemLocale>
   <UILanguage>en-US</UILanguage>
   <UILanguageFallback>en-US</UILanguageFallback>
   <UserLocale>en-US</UserLocale>
  </component>
  <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <DiskConfiguration>
    <Disk wcm:action="add">
     <CreatePartitions>
      <CreatePartition wcm:action="add">
       <Order>1</Order>
       <Size>450</Size>
       <Type>Primary</Type>
      </CreatePartition>
      <CreatePartition wcm:action="add">
       <Order>2</Order>
       <Size>100</Size>
       <Type>EFI</Type>
      </CreatePartition>
      <CreatePartition wcm:action="add">
       <Order>3</Order>
       <Size>16</Size>
       <Type>MSR</Type>
      </CreatePartition>
      <CreatePartition wcm:action="add">
       <Extend>true</Extend>
       <Order>4</Order>
       <Type>Primary</Type>
      </CreatePartition>
     </CreatePartitions>
     <ModifyPartitions>
      <ModifyPartition wcm:action="add">
       <Format>NTFS</Format>
       <Label>WinRE</Label>
       <Order>1</Order>
       <PartitionID>1</PartitionID>
       <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
      </ModifyPartition>
      <ModifyPartition wcm:action="add">
       <Format>FAT32</Format>
       <Label>System</Label>
       <Order>2</Order>
       <PartitionID>2</PartitionID>
      </ModifyPartition>
      <ModifyPartition wcm:action="add">
       <Order>3</Order>
       <PartitionID>3</PartitionID>
      </ModifyPartition>
      <ModifyPartition wcm:action="add">
       <Format>NTFS</Format>
       <Label>Windows</Label>
       <Letter>C</Letter>
       <Order>4</Order>
       <PartitionID>4</PartitionID>
      </ModifyPartition>
     </ModifyPartitions>
     <DiskID>0</DiskID>
     <WillWipeDisk>true</WillWipeDisk>
    </Disk>
   </DiskConfiguration>
   <UserData>
    <ProductKey>
     <Key></Key>
    </ProductKey>
    <AcceptEula>true</AcceptEula>
   </UserData>
   <ImageInstall>
    <OSImage>
  <InstallFrom>
      <MetaData wcm:action="add">
       <Key>/image/index</Key>
       <Value>1</Value>
      </MetaData>
     </InstallFrom>
     <InstallTo>
      <DiskID>0</DiskID>
      <PartitionID>4</PartitionID>
     </InstallTo>
    </OSImage>
   </ImageInstall>
  </component>
 </settings>
 <settings pass="generalize"></settings>
 <settings pass="specialize">
  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <ComputerName>Computer</ComputerName>
  </component>
    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
     <Order>1</Order>
     <Path>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableFirstLogonAnimation /d 0 /t REG_DWORD /f</Path>
    </RunSynchronousCommand>
   </RunSynchronous>
  </component>
 </settings>
 <settings pass="auditSystem"></settings>
 <settings pass="auditUser"></settings>
 <settings pass="oobeSystem">
  <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <InputLocale>0409:00000409</InputLocale>
   <SystemLocale>en-US</SystemLocale>
   <UILanguage>en-US</UILanguage>
   <UserLocale>en-US</UserLocale>
  </component>
  <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
   <UserAccounts>
    <LocalAccounts>
     <LocalAccount wcm:action="add">
      <DisplayName>catsh</DisplayName>
      <Group>Administrators</Group>
      <Name>catsh</Name>
      <Password>
       <Value></Value>
       <PlainText>true</PlainText>
      </Password>
     </LocalAccount>
    </LocalAccounts>
   </UserAccounts>
   <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
     <Order>1</Order>
     <RequiresUserInput>false</RequiresUserInput>
     <CommandLine>cmd.exe /c wmic useraccount where name="catsh" set PasswordExpires=false</CommandLine>
    </SynchronousCommand>
   </FirstLogonCommands>
   <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
   </OOBE>
   <TimeZone>Central Europe Standard Time</TimeZone>
  </component>
 </settings>
</unattend>