<?xml version="1.0" encoding="utf-8"?>
<!--
  SAMPLE ONLY - Pearson T-Level DSS criterion 2.13 practical activity.
  This file contains no product key, password, domain credential or reusable secret.
  Open and validate this file in Windows System Image Manager against the exact
  Windows 10 image/index used in the lab. Remove or amend any setting that does
  not validate for your media.
-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <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">
      <ComputerName>*</ComputerName>
      <RegisteredOrganization>Training Lab</RegisteredOrganization>
      <RegisteredOwner>Deployment Team</RegisteredOwner>
      <TimeZone>GMT Standard Time</TimeZone>
    </component>
  </settings>

  <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core"
               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">
      <InputLocale>0809:00000809</InputLocale>
      <SystemLocale>en-GB</SystemLocale>
      <UILanguage>en-GB</UILanguage>
      <UserLocale>en-GB</UserLocale>
    </component>

    <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">
      <OOBE>
        <HideEULAPage>false</HideEULAPage>
        <ProtectYourPC>1</ProtectYourPC>
      </OOBE>
    </component>
  </settings>

  <cpi:offlineImage cpi:source="wim:c:/diskimagelab/source/install.wim#Windows 10 Education"
                    xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
