<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                    <Path>C:\Drivers\w10\x64\DELL_7450</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
</settings>
  
  <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">
            <Display>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>1024</VerticalResolution>
                <ColorDepth>32</ColorDepth>
                <RefreshRate>60</RefreshRate>
            </Display>
            <FirstLogonCommands>

                <SynchronousCommand wcm:action="add" wcm:keyValue="100">
                    <Order>100</Order>
                    <CommandLine>C:\Commands\Postinst\Windows_uefi_Reseal.cmd</CommandLine>
                </SynchronousCommand>
            </FirstLogonCommands>
   </component>

</settings>
</unattend>