<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
        <component name="Microsoft-Windows-Deployment" 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">
            <DuplicatorDescription>HP&#x20;Windows</DuplicatorDescription>
        </component>
    </settings>

    <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">
            <OEMInformation>
                <Manufacturer>HP</Manufacturer>
                <Model>Consumer Notebook</Model>
            </OEMInformation>
            <RegisteredOrganization>HP</RegisteredOrganization>
            <RegisteredOwner>HP</RegisteredOwner>
        </component>

        <component name="Security-Malware-Windows-Defender" 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">
<TrustedImageIdentifier>21WW7CHT601#SAB2#DAB2</TrustedImageIdentifier>
        </component>
    </settings>

    <settings pass="auditSystem">
        <component name="Microsoft-Windows-Deployment" 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">
            <AuditComputerName>
                <MustReboot>false</MustReboot>
                <Name>*</Name>
            </AuditComputerName>
            <ExtendOSPartition>
                <Extend>false</Extend>
            </ExtendOSPartition>
            <Reseal>
                <ForceShutdownNow>false</ForceShutdownNow>
                <Mode>Audit</Mode>
            </Reseal>
        </component>
    </settings>

    <settings pass="auditUser">
        <component name="Microsoft-Windows-Deployment" 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">
            <Generalize>
                <ForceShutdownNow>false</ForceShutdownNow>
                <Mode>Audit</Mode>
            </Generalize>

            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Description>[OSUpdate.pi] Preparing OS Update</Description>
                    <Path>c:\System.sav\fbi\fbism.cmd</Path>
                    <WillReboot>Never</WillReboot>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>2</Order>
                    <Description>[OSUpdate] Installing OS Update</Description>
                    <Path>c:\System.sav\fbi\fbism.cmd</Path>
                    <WillReboot>Never</WillReboot>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>3</Order>
                    <Description>[PreReq1 to BBV1] Installing drivers</Description>
                    <Path>c:\System.sav\fbi\fbism.cmd</Path>
                    <WillReboot>Always</WillReboot>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>4</Order>
                    <Description>[BBV2.pi to BBV2] Installing softwares - 1</Description>
                    <Path>c:\System.sav\fbi\fbism.cmd</Path>
                    <WillReboot>Always</WillReboot>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">
                    <Order>6</Order>
                    <Description>[BBV2Post to BBVLast] Customizing Windows</Description>
                    <Path>c:\System.sav\fbi\fbism.cmd</Path>
                    <WillReboot>Never</WillReboot>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>
</unattend>
