<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <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">
            <TimeZone>(GMT +01:00) Brussels, Copenhagen, Madrid, Paris</TimeZone>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <RegisteredOrganization>OpenClassrooms</RegisteredOrganization>
            <RegisteredOwner>Tech IT</RegisteredOwner>
        </component>
        <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>fr-FR</InputLocale>
            <UILanguage>fr-FR</UILanguage>
            <SystemLocale>fr-FR</SystemLocale>
            <UserLocale>fr-FR</UserLocale>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="catalog:d:/vm_share/adk catalogues/install_windows 11 enterprise evaluation.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
