<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">

  <settings pass="windowsPE">

   <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <UserData>
     <AcceptEula>true</AcceptEula>
     <!-- The following section only needed for Vista installs -->
     <ProductKey>
       <WillShowUI>Never</WillShowUI>
       <!-- Vista's 'default' product key. Gets overriden using slmgr.vbs. -->
       <Key>YFKBB-PQJJV-G996G-VWGXY-2V3X8</Key>
     </ProductKey>
    </UserData>

    <DiskConfiguration>
     <WillShowUI>OnError</WillShowUI>
     <Disk>
      <DiskID>0</DiskID>
      <WillWipeDisk>true</WillWipeDisk>
      <CreatePartitions>
       <CreatePartition>
        <Order>1</Order>
        <Type>EFI</Type>
        <Size>200</Size>
       </CreatePartition>
       <CreatePartition>
        <Order>2</Order>
        <Type>MSR</Type>
        <Size>128</Size>
       </CreatePartition>
       <CreatePartition>
        <Order>3</Order>
        <Type>Primary</Type>
        <Extend>true</Extend>
       </CreatePartition>
      </CreatePartitions>
     </Disk>
    </DiskConfiguration>

    <ComplianceCheck>
     <DisplayReport>OnError</DisplayReport>
    </ComplianceCheck>

    <ImageInstall>
     <OSImage>
      <InstallFrom>
       <MetaData wcm:action="add">
        <Key>/IMAGE/NAME</Key>
        <Value></Value>
       </MetaData>
      </InstallFrom>
      <InstallTo>
       <DiskID>0</DiskID>
       <PartitionID>3</PartitionID>
      </InstallTo>
      <WillShowUI>OnError</WillShowUI>
      <InstallToAvailablePartition>false</InstallToAvailablePartition>
     </OSImage>
    </ImageInstall>
   </component>

   <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <InputLocale>en-us</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
   </component>

  </settings>

  <settings pass="oobeSystem">

   <component name="Microsoft-Windows-Shell-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <AutoLogon>
     <Password>
      <Value></Value> 
      <PlainText>true</PlainText>
     </Password>
     <Enabled>true</Enabled> 
     <Username></Username> 
    </AutoLogon>

    <UserAccounts>
     <LocalAccounts>
      <LocalAccount wcm:action="add">
       <Password>
        <Value></Value>
        <PlainText>true</PlainText>
       </Password>
       <Group>administrators;users</Group>
       <Name></Name>
      </LocalAccount>
     </LocalAccounts>
    </UserAccounts>

    <OOBE>
     <HideEULAPage>true</HideEULAPage>
     <ProtectYourPC>3</ProtectYourPC>
     <SkipMachineOOBE>true</SkipMachineOOBE>
     <SkipUserOOBE>true</SkipUserOOBE>
     <NetworkLocation>Other</NetworkLocation>
    </OOBE>

    <FirstLogonCommands>
     <SynchronousCommand wcm:action="add">
      <CommandLine>cmd /c copy a:\upgrader.exe %TEMP%\upgrader.exe</CommandLine>
      <Order>1</Order>
     </SynchronousCommand>
     <SynchronousCommand wcm:action="add">
      <CommandLine>cmd /c copy a:\unattend.cmd %TEMP%\unattend.cmd</CommandLine>
      <Order>2</Order>
     </SynchronousCommand>
     <SynchronousCommand wcm:action="add">
      <CommandLine>cmd /c copy a:\storePwd.exe %TEMP%\storePwd.exe</CommandLine>
      <Order>3</Order>
     </SynchronousCommand>
     <SynchronousCommand wcm:action="add">
      <CommandLine>cmd /c copy a:\storePwd.ini %TEMP%\storePwd.ini</CommandLine>
      <Order>4</Order>
     </SynchronousCommand>
    </FirstLogonCommands>

    <TimeZone>85</TimeZone>
   </component>

  </settings>

  <settings pass="specialize">
   <component name="Microsoft-Windows-Security-Licensing-SLC-UX" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <SkipAutoActivation>true</SkipAutoActivation>
   </component>
   <component name="Microsoft-Windows-Deployment" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">
    <RunSynchronous>
     <RunSynchronousCommand wcm:action="add">
      <Order>1</Order>
      <Path>reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 00000000 /f</Path>
     </RunSynchronousCommand>
    </RunSynchronous>
   </component>
  </settings>

</unattend>
