Files/Hp/HPClientDriverPackCatalog.xml

<?xml version="1.0" encoding="UTF-8"?>
<NewDataSet>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:HPClientDriverPackCatalog" targetNamespace="urn:HPClientDriverPackCatalog" elementFormDefault="qualified" version="1.0.0.0" id="HPClientDriverPackCatalog">
    <xs:annotation>
        <xs:documentation>
        Schema file for HPClientDriverPackCatalog.xml file.
        Update History
        2014-07-07 0.0.0.1 Initial draft.
      </xs:documentation>
    </xs:annotation>
    <!-- Root Element -->
    <xs:element name="HPClientDriverPackCatalog" nillable="false">
        <xs:annotation>
            <xs:documentation>
          *********************************************************************
          * Root Element - Contains data for product driver pack lists.
          * The tables defined are:
          * OperatingSystem, Product, Softpaq
          *********************************************************************
        </xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element name="OSList" type="OSListType" nillable="false"/>
                <xs:element name="SoftPaqList" type="SoftPaqListType" nillable="false"/>
                <!--<xs:element name="ProductList" type="ProductListType" nillable="false"/>-->
                <xs:element name="ProductOSDriverPackList" type="ProductOSDriverPackListType" nillable="false"/>
            </xs:sequence>
            <xs:attribute name="SchemaVersion" type="xs:string" use="required"/>
            <xs:attribute name="ToolVersion" type="xs:string" use="required"/>
            <xs:attribute name="DateReleased" type="xs:date" use="required"/>
        </xs:complexType>
    </xs:element>
    <xs:complexType name="SoftPaqType">
        <xs:sequence>
            <xs:element name="Id" type="xs:string" nillable="false"/>
            <xs:element name="Name" type="xs:string" nillable="false"/>
            <xs:element name="Version" type="xs:string" nillable="false"/>
            <xs:element name="Category" type="xs:string" nillable="false"/>
            <xs:element name="DateReleased" type="xs:date" nillable="false"/>
            <xs:element name="Url" type="xs:string" nillable="false"/>
            <!-- The size field is 0 if it is unknown -->
            <xs:element name="Size" type="xs:integer" nillable="false"/>
            <xs:element name="MD5" type="xs:string" nillable="false"/>
            <!--
            <xs:element name="SupportedOS" type="xs:string" nillable="false"/>
            <xs:element name="SupportedProducts" type="xs:string" nillable="false"/>
-->
            <xs:element name="CvaFileUrl" type="xs:string" nillable="false"/>
            <xs:element name="ReleaseNotesUrl" type="xs:string" nillable="false"/>
            <xs:element name="CvaTitle" type="xs:string" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="OSType">
        <xs:sequence>
            <xs:element name="Name" type="xs:string" nillable="false"/>
            <xs:element name="ShortName" type="xs:string" nillable="false"/>
            <xs:element name="Bitness" type="xs:string" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SoftPaqListType">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element name="SoftPaq" type="SoftPaqType" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <!--
    <xs:complexType name="ProductType">
        <xs:sequence>
            <xs:element name="Name" type="xs:string" nillable="false"/>
            <xs:element name="Type" type="xs:string" nillable="false"/>
            <xs:element name="SystemIds" type="xs:string" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ProductListType">
        <xs:sequence maxOccurs="unbounded">
            <xs:element name="Product" type="ProductType" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    -->
    <xs:complexType name="OSListType">
        <xs:sequence maxOccurs="unbounded">
            <xs:element name="OS" type="OSType" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ProductOSDriverPackListType">
        <xs:sequence maxOccurs="unbounded">
            <xs:element name="ProductOSDriverPack" type="ProductOSDriverPackType" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ProductOSDriverPackType">
        <xs:sequence>
            <xs:element name="SystemId" type="xs:string" nillable="false"/>
            <xs:element name="SystemName" type="xs:string" nillable="false"/>
            <xs:element name="OSName" type="xs:string" nillable="false"/>
            <xs:element name="SoftPaqId" type="xs:string" nillable="false"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 
<HPClientDriverPackCatalog SchemaVersion="1.0.0.0" ToolVersion="1.0.0.0" DateReleased="2021-03-23" >
<OSList>
  <OS>
    <Name>Windows 10 64-bit, 20H2</Name>
    <ShortName>Windows 10 64-bit, 20H2</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4288</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 2004</Name>
    <ShortName>Windows 10 64-bit, 2004</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4285</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1909</Name>
    <ShortName>Windows 10 64-bit, 1909</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4283</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1903</Name>
    <ShortName>Windows 10 64-bit, 1903</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4279</OSId>
  </OS>
  <OS>
    <Name>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</Name>
    <ShortName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4261</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1809</Name>
    <ShortName>Windows 10 64-bit, 1809</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4263</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1803</Name>
    <ShortName>Windows 10 64-bit, 1803</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4254</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1709</Name>
    <ShortName>Windows 10 64-bit, 1709</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4249</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1703</Name>
    <ShortName>Windows 10 64-bit, 1703</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4244</OSId>
  </OS>
  <OS>
    <Name>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</Name>
    <ShortName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4260</OSId>
  </OS>
  <OS>
    <Name>Windows 10 64-bit, 1607</Name>
    <ShortName>Windows 10 64-bit, 1607</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4243</OSId>
  </OS>
  <OS>
    <Name>Windows 8.1 64-bit</Name>
    <ShortName>Windows 8.1 64-bit</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4158</OSId>
  </OS>
  <OS>
    <Name>Windows 7 64-bit</Name>
    <ShortName>Windows 7 64-bit</ShortName>
    <Bitness>64-bit</Bitness>
    <OSId>4059</OSId>
  </OS>
  <OS>
    <Name>Windows 7 32-bit</Name>
    <ShortName>Windows 7 32-bit</ShortName>
    <Bitness>32-bit</Bitness>
    <OSId>4053</OSId>
  </OS>
</OSList><SoftPaqList>
  <SoftPaq>
    <Id>sp100011</Id>
    <Name>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100011.exe</Url>
    <Size>622043528</Size>
    <MD5>3237e0a70d8d2edbccb2aa8f316415d5</MD5>
    <SHA256>13C51BE5572C2CFA3E530476386333CB3E086ED6A4492459380F92ED0EFC046A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100011.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100011.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100030</Id>
    <Name>HP EliteDesk 705 G3 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100030.exe</Url>
    <Size>706613624</Size>
    <MD5>29B2CBDF4BE4F74C1BEC975149B89F85</MD5>
    <SHA256>41D763338DFA853199391A7500F487E0BA2E86C70F95C5E89E43C282F09F2DC0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100030.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100030.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100045</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100045.exe</Url>
    <Size>917714784</Size>
    <MD5>d00fa2991d7a3f6ce975f2efa94c9bf1</MD5>
    <SHA256>8F17D64C88D1DD43F3B02677A2EB48BC3BD305FC2FB02D0B324DD08224294A08</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100045.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100045.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100088</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100088.exe</Url>
    <Size>760465000</Size>
    <MD5>b3b46955940a8e7ea181d2fc5fe2756d</MD5>
    <SHA256>9EBF29789CC37287610EC427B014CD1ADD2B1A98CED5E24E3F05A595B8497485</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100088.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100088.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100225</Id>
    <Name>HP ZBook x2 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/23/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100225.exe</Url>
    <Size>674157264</Size>
    <MD5>878b8920506b9f730ecbb0d5043df1b9</MD5>
    <SHA256>0131772000B50E8BD42CDD5696FC7A2A282B6C04DF41EB091A1E9021A1C3EAC8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100225.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100225.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100226</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/2/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100226.exe</Url>
    <Size>851569304</Size>
    <MD5>dfd393e4306d5f532c91dd062599fb3e</MD5>
    <SHA256>4E81C87C9B373644704FFECDD57F926ABDE139E44F0D1E6CC8BAD87A864AB160</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100226.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100226.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100259</Id>
    <Name>HP ProDesk 405 G4 SFF Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/26/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100259.exe</Url>
    <Size>847213848</Size>
    <MD5>7a126f3aea6f6736549fbf1510f8c41d</MD5>
    <SHA256>DB5E3C7888EA02183FC2EA8C1D249661CA269C710DD656FB15D9A7CCBEE438A8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100259.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100259.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 SFF Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100350</Id>
    <Name>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/1/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100350.exe</Url>
    <Size>1019128280</Size>
    <MD5>8c8a577f7edcef4ec417353b1ede4b85</MD5>
    <SHA256>3E1E79E31265B7046F7ED769CED734E3F0BE744F16206DFB41AD1B47123BA3D6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100350.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100350.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100366</Id>
    <Name>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/2/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100366.exe</Url>
    <Size>634757088</Size>
    <MD5>5ec1a336507effe4ba1d87d5ecaf0bbf</MD5>
    <SHA256>9DB0C9B17E076A8180715177103E10C1184A7F58859AA3F6FA9A05F927DE5C8C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100366.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100366.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100497</Id>
    <Name>HP ElitePro 4/6/800 G4 PC Win10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100497.exe</Url>
    <Size>843131728</Size>
    <MD5>1dfd07f0e7c77e4ae7b9914296e2d564</MD5>
    <SHA256>1E556C10463C23805B37488D7D15B7529A408E73471AC49E8952919C7B541538</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100497.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100001-100500/sp100497.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G4 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100529</Id>
    <Name>HP ProBook 4x0 G7/ZHAN G3 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/5/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100529.exe</Url>
    <Size>816693544</Size>
    <MD5>a3c50b60291730e00c3e5438b7d9eef1</MD5>
    <SHA256>F7DA5C5A2CA856BED4B81AAB83602FEF9B33004E921C41274D51022327CCED34</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100529.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100529.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G7/ZHAN G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100567</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100567.exe</Url>
    <Size>831769344</Size>
    <MD5>4f36c3cec9ec578bad04cb0e01c46143</MD5>
    <SHA256>A633674CB3B628F59F780D26E70209F0C2F4182577455D94D14DD379440193E5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100567.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100567.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100592</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/9/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100592.exe</Url>
    <Size>807097888</Size>
    <MD5>c233f6f5d79ec06f9191e3b4f92d6a72</MD5>
    <SHA256>6394E192E49205C83CC6A789F4F00633D49FDB9BA4FC297F4AFECD67040CB173</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100592.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100592.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100597</Id>
    <Name>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100597.exe</Url>
    <Size>870538968</Size>
    <MD5>0c19d6dcf4872b38d1dbcce16de0f7fc</MD5>
    <SHA256>0D726164D52460180BFDA3F6CB4F38B47944F02AD0FE357170A221F8A18CC772</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100597.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100597.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100598</Id>
    <Name>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100598.exe</Url>
    <Size>800046288</Size>
    <MD5>b62f25e25a0e4137341132537480b7a6</MD5>
    <SHA256>8D4CA91BD3E30B1DA7A45766A70315E54D0E4D1A6B80935488B7B74ECAE8B9E1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100598.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100598.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100638</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100638.exe</Url>
    <Size>857206720</Size>
    <MD5>c0856a1bcd5884f70843149d297f7f01</MD5>
    <SHA256>7F43066335BABC5112F281EB64D39D389E09A20923F3C4DF25EE28E2818A08F8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100638.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100638.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100647</Id>
    <Name>HP VR Backpack G2 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100647.exe</Url>
    <Size>1048514384</Size>
    <MD5>8c6fb2f0d08bb797b8acb896906154d2</MD5>
    <SHA256>408A1CFD4E6E8A71C37B0099B05F4F993A52F74EA2B54D3E2A787813F07140AF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100647.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100647.html</ReleaseNotesUrl>
    <CvaTitle>HP VR Backpack G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100680</Id>
    <Name>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100680.exe</Url>
    <Size>695152408</Size>
    <MD5>f07b109b771a490e5963b183e5541146</MD5>
    <SHA256>13CBEF4588C1F9180B00EFE232470BBAFD21AECA0B827C8A87E016FE41EB26DA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100680.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100680.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100697</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/16/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100697.exe</Url>
    <Size>725020768</Size>
    <MD5>d89fa04839e66875041e35ac7bd66897</MD5>
    <SHA256>8F20E79CE86A870546574BB2D8BC736CE30890B18F9F42EB26AD1868326F69C5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100697.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100697.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100700</Id>
    <Name>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/13/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100700.exe</Url>
    <Size>694441752</Size>
    <MD5>d4797308eb8d78fdbc608a77f72d0a9e</MD5>
    <SHA256>E52E75AB5B4DE5A42FBDFDCA84FC354B72AEF54A82E63C2F9EC10E83B064F3DD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100700.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100700.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100752</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/16/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100752.exe</Url>
    <Size>677316728</Size>
    <MD5>df8511218b83d62432342baadfe6367c</MD5>
    <SHA256>AB17944A76261FFC10E3A60649D4C53F5AEE06E127D1D9DAA19FA3345AC60616</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100752.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100752.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100787</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/17/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100787.exe</Url>
    <Size>710928264</Size>
    <MD5>02f801a61b89aaec082e0ff2d3be1276</MD5>
    <SHA256>4DE21AD99B60594DE949A09489D15673025A4E46E8F44442886ABF40CFFEF6F0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100787.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100787.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100808</Id>
    <Name>HP ProBook x360 11 G2 Win 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100808.exe</Url>
    <Size>589183696</Size>
    <MD5>01b6f8ab6dd7508df18649e5ea42b3a8</MD5>
    <SHA256>BFD28DB7363A67079F79E7E3CE24CFA711614DDCC92CB11622EDD97EADE933FF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100808.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100808.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100809</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100809.exe</Url>
    <Size>742587232</Size>
    <MD5>165a9fcf2a56c36fded49ad34202542b</MD5>
    <SHA256>35DE628C69B1015B7461CBCC40BE234F73B3B065DCF66461A87CDB4E7CF09C0C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100809.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100809.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100810</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/20/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100810.exe</Url>
    <Size>725618832</Size>
    <MD5>35f1fbd6dfe34465ff32a1e3c412bea5</MD5>
    <SHA256>15F41C6B66794DE926CCB8074D6BB07A4CF171F8287B1586C1D75FC4973A8D80</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100810.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100810.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100811</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/20/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100811.exe</Url>
    <Size>724897456</Size>
    <MD5>7a343eded80fe4cf8058e74acdb6a163</MD5>
    <SHA256>F4BBA0711C0D9AB2775B8E28FC1E4CA8D33D6E4085A2F81696689A0AC11C2230</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100811.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100811.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100849</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100849.exe</Url>
    <Size>799176344</Size>
    <MD5>5b0e8d6e7916a0d4c0edec170fe10e52</MD5>
    <SHA256>B88A990BF85CC47CA4DBCDB96E39A33811EBC831FB707213DEC1C77E952A77DB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100849.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100849.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100850</Id>
    <Name>HP ElitePro 600/800 G2 AiO Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100850.exe</Url>
    <Size>580069008</Size>
    <MD5>c5437f21ea20cab0e4b8de9f8bb3ef65</MD5>
    <SHA256>49B400D2A32131B3F77D586B2F91B8031F706BD7390B6B033B893917B4066053</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100850.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100850.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp100851</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100851.exe</Url>
    <Size>842398592</Size>
    <MD5>1495117eec0ea56919ccca7b0f5beb65</MD5>
    <SHA256>DA567C935024ACE46A30C0DB44ABAA17C70BBD4C8FDB696E284EF16B10E9BF30</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100851.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp100501-101000/sp100851.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101080</Id>
    <Name>HP Folio 1040 G3 Windows 10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101080.exe</Url>
    <Size>512101680</Size>
    <MD5>5d40e0ff97a88ad562c900c4a7ee85e6</MD5>
    <SHA256>3D93BD654713CBA820A73E0EFAC9EF68104C01129A1BD2E477B702821B1C6463</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101080.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101080.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101081</Id>
    <Name>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101081.exe</Url>
    <Size>557589376</Size>
    <MD5>5d735341e50e33deedb5312c06c636bf</MD5>
    <SHA256>09202E151807D4EB6E89278BD9368D631A71B696DE3F199E9BCD76B14CA1F830</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101081.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101081.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101082</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101082.exe</Url>
    <Size>609819832</Size>
    <MD5>b4f477047f79116e0eccc85a745ac548</MD5>
    <SHA256>493F99F9A06DA524D9080278A5B387BADDF4120E5268931170645BC43C4BC1A1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101082.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101082.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101083</Id>
    <Name>HP Probook 6xx G2 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101083.exe</Url>
    <Size>574812648</Size>
    <MD5>bfddef6208ba3440d8f8e96627abde1c</MD5>
    <SHA256>9CDFB5B75624082F0B06109697973D3F4D4F8682DA6889655C4B226654627AB5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101083.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101083.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101084</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101084.exe</Url>
    <Size>571992888</Size>
    <MD5>775d05a59e1b41a7ebe1275ea997734a</MD5>
    <SHA256>1EBCDEB484D9BBDD6507C620AD60A8FEA5E339B57EB3F5AB687851DE0AAFCD7B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101084.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101084.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101085</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101085.exe</Url>
    <Size>674509232</Size>
    <MD5>fba355e6772a7619caf50b7419a98fc0</MD5>
    <SHA256>F2958E1DE7A4DE344FA7B0D97A86753C6F2E92048F690CE981F2D75B7B2926AC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101085.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101085.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101086</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101086.exe</Url>
    <Size>635164328</Size>
    <MD5>7134cb6a633b16040729a23c9fa133ff</MD5>
    <SHA256>2588EFFC4131E3A2990CEA71AC60D7DC37565D9F386D6B071DE4549325C433E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101086.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101086.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101087</Id>
    <Name>HP ProBook 455 G3 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101087.exe</Url>
    <Size>648571712</Size>
    <MD5>3f9e07d6b6147123a7ec33b648fa6c8c</MD5>
    <SHA256>F3597F7AB5047C5A247BBA0EDEBB8143F303952DB8D8C0C43EC47FFEF9DE229A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101087.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101087.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101088</Id>
    <Name>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101088.exe</Url>
    <Size>612667872</Size>
    <MD5>815bdaaa1c5ebd680865e2549f61474a</MD5>
    <SHA256>28AB13903363D0808F55EDCA321657D2E879856660E12A9E00C8EC4B6FF3B5BB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101088.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101088.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101089</Id>
    <Name>HP ZBook Studio G3 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101089.exe</Url>
    <Size>561981360</Size>
    <MD5>198c7e6fa8cb37f67a79c9399804f5d1</MD5>
    <SHA256>AAA6C9C65DB1B0FA5BC40799C7A672A6B58B2564F3C1CF55DEB25B6F776E6B1F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101089.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101089.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101208</Id>
    <Name>HP ElitePro 4/6/800 G5 PC Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101208.exe</Url>
    <Size>412295160</Size>
    <MD5>6d52b617ed0c0ac6933414ff760d6545</MD5>
    <SHA256>075533D1CB237F87F63E34F3360C504F8A41ADD188A8F2E9A891DC509193B39A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101208.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101208.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101209</Id>
    <Name>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101209.exe</Url>
    <Size>420851608</Size>
    <MD5>4118a69f9d80d994dabd57de80825780</MD5>
    <SHA256>5C71091C06364EDA6FF7292ACD4827ECB05B3FC9D6B30FDCDCD4E873A3AE4B3B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101209.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101209.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101210</Id>
    <Name>HP ProDesk 4x0 G6 SFF/MT Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101210.exe</Url>
    <Size>795385392</Size>
    <MD5>07f4c901060dd0f33df5b57ac0f16207</MD5>
    <SHA256>F11CDFDA050B1F78268618E4C25AEBA8A1FC571B75D8A95F6D538084F360E7CE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101210.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101210.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G6 SFF/MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101287</Id>
    <Name>HP Engage Flex Pro G1 Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101287.exe</Url>
    <Size>775035520</Size>
    <MD5>b54730a188bd5220ac78945d3ecc0e3d</MD5>
    <SHA256>455D2F408B506A03A06F2EBE61B79EF77EB3C924A159BF31F6E61F68A4D85850</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101287.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101287.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101288</Id>
    <Name>HP Engage One G1 Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101288.exe</Url>
    <Size>413196288</Size>
    <MD5>4dc0c29b00e00d07c8873c7ca8e2d81d</MD5>
    <SHA256>F99AAA08859449CCB38DDB33F31571501A73A3782AC77A13105EB1438D91A332</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101288.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101288.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101289</Id>
    <Name>HP RP9 G1 Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101289.exe</Url>
    <Size>523995048</Size>
    <MD5>55d8d43331c6b2351b004ab3b58f3a5a</MD5>
    <SHA256>661449449EC73184D6459F3A10E00419EE4F41932F0949B5B2195AF00843EC02</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101289.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101289.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101326</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101326.exe</Url>
    <Size>946233848</Size>
    <MD5>286b9226fc7ebc47d7d8bce9866239eb</MD5>
    <SHA256>43F7DC8FE38BF4DB548509E637B85CFB7B1F3D3D933249FBC66EBB14B51D14C2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101326.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101326.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101387</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101387.exe</Url>
    <Size>773947960</Size>
    <MD5>26a8b8bed482be1cf3fa870298ff6624</MD5>
    <SHA256>0998C116CD49263ACEBDF90AD1D4716D7AEA80AD3ADB2CC84BA8C4267A8FDFFF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101387.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101387.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101388</Id>
    <Name>HP Engage Go G1 Win10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101388.exe</Url>
    <Size>789238976</Size>
    <MD5>3efa939a7208027829d3e0be5bb59b8c</MD5>
    <SHA256>4A1517F6890C5F08C3BBBE5CAC7BD36553161A4B33B7DF8FB62CAE798560B886</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101388.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101388.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101450</Id>
    <Name>HP ProDesk 405 G4 DM Windows 10 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101450.exe</Url>
    <Size>358223976</Size>
    <MD5>91a260484af20c5ab32db3aab9acde89</MD5>
    <SHA256>5FCC2210E1E34AE44D45C9690763F46B62A19224BF2B29AD24ED1FE6FA0D7549</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101450.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101450.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 DM Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101465</Id>
    <Name>HP ElitePro 4/6/800 G4 PC Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101465.exe</Url>
    <Size>406630272</Size>
    <MD5>102e6c6983216fab47f43f3e1977a6a7</MD5>
    <SHA256>A11FB5CD0562672BF03709A8DCD8141F306C143C1C6DFD2F118A6E00CA39EEBE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101465.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101465.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G4 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101466</Id>
    <Name>HP EliteOne 1000 G2 AiO Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/24/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101466.exe</Url>
    <Size>435079080</Size>
    <MD5>7a19a09f835c7cc684d4d125a0c6ed74</MD5>
    <SHA256>8CA953EA9AC423FAC5179B4D02AA98BB72BC676E9DAA561092A0C906F284ADFF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101466.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101466.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101468</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101468.exe</Url>
    <Size>468612200</Size>
    <MD5>2f090051f8291d46858f7390f19a0e7e</MD5>
    <SHA256>4B0BAA48503211D649E973AC1189D4EA2E1058022739CA4AFC0DB43CD5E1B251</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101468.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101468.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101475</Id>
    <Name>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101475.exe</Url>
    <Size>601203584</Size>
    <MD5>af79b3796784cd7df292840377ef75b0</MD5>
    <SHA256>53CBDE4F1ECFF7FD221DEB034D0501E85392D700E9138C7644BE884A613BBE6D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101475.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101475.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101495</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/31/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101495.exe</Url>
    <Size>756093056</Size>
    <MD5>dd68f93b1fad79a6384075aabcca868e</MD5>
    <SHA256>419FC15B4B6703A9727881A39D0E7990E1732E814FA5F345B734E40103FE8205</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101495.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101495.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101496</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/31/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101496.exe</Url>
    <Size>819178504</Size>
    <MD5>ae638cd630e179ebcf04d0874122a164</MD5>
    <SHA256>9D97A53A29FB150EDCDC5762CB8D19A543D34395608736EE01093C475A31FA84</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101496.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101001-101500/sp101496.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101746</Id>
    <Name>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101746.exe</Url>
    <Size>587266672</Size>
    <MD5>29cf5c492b41f978eb25e463ff21876d</MD5>
    <SHA256>F742EADCD491A4B7FC77AF1B58400FCFBB0A03CCC7A1FA93BD09CE34E134211F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101746.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101746.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101758</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/26/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101758.exe</Url>
    <Size>759805984</Size>
    <MD5>8c7326fafeb107739327e976cee2968a</MD5>
    <SHA256>1AFAB335BD55BDFAECA44B8B9B20EA8D3677BC9438AB96B6532479F9E4A00CC1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101758.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101758.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101773</Id>
    <Name>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101773.exe</Url>
    <Size>425995088</Size>
    <MD5>b1a52c90c1389a13141ce70f7d3b27b2</MD5>
    <SHA256>DB342F0A5D0A892201B09093BC36C9CC1181A018CC1468296964C1A2E0A7F4DE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101773.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101773.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101775</Id>
    <Name>HP ElitePro 400/600/800 G4 AiO Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101775.exe</Url>
    <Size>413851664</Size>
    <MD5>9a7e6f3ec48a96aeb2de40b659b307a8</MD5>
    <SHA256>19E38C1B5CC8FBBDDC133DEA23C278BE1A095D9BAF83E6059DB6AEEFD884B3BF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101775.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101775.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101806</Id>
    <Name>HP ProDesk 405 G4 SFF Windows 10 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101806.exe</Url>
    <Size>831201696</Size>
    <MD5>e8763b7212d1c0d57f47646e1dd99b3b</MD5>
    <SHA256>B6181D188288E428614F0EA3DA2228D64F8FAF034780A1566C0F8711F0F24D52</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101806.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101806.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 SFF Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101896</Id>
    <Name>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</Name>
    <Version>4.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101896.exe</Url>
    <Size>859497104</Size>
    <MD5>ad56be19a377bd8eb371b3e5b7ac2f26</MD5>
    <SHA256>BC9D789488B3ACE02393C1F356B915A775F43757FAF91BE1804FCBA90361E000</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101896.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101896.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101912</Id>
    <Name>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101912.exe</Url>
    <Size>793872392</Size>
    <MD5>1b919db8de50bde4254034b880baad12</MD5>
    <SHA256>9CB0CA446CFBDFA0F3C86ACCC4A40C0738069EE57EDD2D6823E1BA833CC1535F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101912.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101912.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101913</Id>
    <Name>HP EliteBook x360 1030 G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101913.exe</Url>
    <Size>820863664</Size>
    <MD5>dbe2140c2a7b0fed1c5aa2446e10c464</MD5>
    <SHA256>8C101FAB3B02CF8A4E18A0640DE4C226B9C83AB120EAA30C567E36E76D599F23</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101913.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101913.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101914</Id>
    <Name>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101914.exe</Url>
    <Size>832819512</Size>
    <MD5>2353390a1ae1be1b1f69cb2eec9e23e9</MD5>
    <SHA256>3C82581B0287E72B416DF3A1C859D3FFCA7A3A42C56431C9B8B5C1D7E03AEF18</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101914.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101914.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101915</Id>
    <Name>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101915.exe</Url>
    <Size>825661376</Size>
    <MD5>f5f045b7afe13c9d7992502680930721</MD5>
    <SHA256>C3DB0E988BC1058AD57FBD4A5E66E501DAF24D937094C1AC7CF608C0CB41961D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101915.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101915.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101917</Id>
    <Name>HP Elite Dragonfly Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101917.exe</Url>
    <Size>845458536</Size>
    <MD5>66e0fdc3ee9c3f4b22d497d11dc1dfa3</MD5>
    <SHA256>52054225B21BCD192C8E070157DBC1A95EA0986A64A4114FA69DC1995E538081</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101917.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101917.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Dragonfly Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101918</Id>
    <Name>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101918.exe</Url>
    <Size>863083800</Size>
    <MD5>251e75c954721013995115a6caae568f</MD5>
    <SHA256>974C59737B1FA3E14A2B12FB9C4D68032D2BC4D263FA61DA950B7EB06FF9B288</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101918.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101918.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101928</Id>
    <Name>HP EliteDesk 705 G5 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101928.exe</Url>
    <Size>727977256</Size>
    <MD5>769c3fadd37e54d3dc66f05179b7c628</MD5>
    <SHA256>568E8A5032D7849FFDFF911EF30B3FE80B839A1DAA882EF522ABF274366B94D0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101928.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101928.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101929</Id>
    <Name>HP EliteDesk 705 G5 DM Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101929.exe</Url>
    <Size>386150696</Size>
    <MD5>d57fe879cc5bf8bd88a655a3e38116ea</MD5>
    <SHA256>6602338D98D02A7BD651829B84B706BBA86A40B5716629B4C7B6C765933F187F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101929.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101929.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G5 DM Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp101988</Id>
    <Name>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101988.exe</Url>
    <Size>869151912</Size>
    <MD5>76c5d25198d8e37688fd8bde29b3effe</MD5>
    <SHA256>A6F90EF65956F993E7A28769B211BE13861BAA468E59D17F1FA94F73C4D21590</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101988.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp101501-102000/sp101988.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102027</Id>
    <Name>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102027.exe</Url>
    <Size>806162736</Size>
    <MD5>fe242a7eae05e91738d68561f2beb3a7</MD5>
    <SHA256>2804D86933DE124DF646183DAA47A33EAA4999ED3F46963CCF9E4DD5AD5693D8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102027.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102027.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102028</Id>
    <Name>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102028.exe</Url>
    <Size>823439688</Size>
    <MD5>62b4180f1ef22f961b42a79261e83394</MD5>
    <SHA256>E9B98C1DE46E2B16F6BA445BD37925596CCE9B91D73C97C067D0C4DDC414C1BA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102028.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102028.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102064</Id>
    <Name>HP EliteBook x360 830 G6 Windows 10 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102064.exe</Url>
    <Size>849883344</Size>
    <MD5>c01fb97bcb29dc5c3d9276cf410c8097</MD5>
    <SHA256>827700C8DD416BD05F8963AB1280E4D0C2D3172C36A08D5F5EA498A53A2C1E4C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102064.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102064.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102072</Id>
    <Name>HP EliteBook x360 830 G5 Windows 10 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102072.exe</Url>
    <Size>658830360</Size>
    <MD5>b539dc8ac4ed88c2cda0c7dcca3ec980</MD5>
    <SHA256>D3292D7E669564725F5DC6545270DA4F4B75B3BB247CCD21DFB435B6112D822D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102072.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102072.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G5 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102073</Id>
    <Name>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102073.exe</Url>
    <Size>791414560</Size>
    <MD5>2b6baaf712394577fd4ea82eb08c180a</MD5>
    <SHA256>1885659410B49C05407228503A505DFA17C177B0945AE742CC016870B4256CD1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102073.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102073.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102074</Id>
    <Name>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102074.exe</Url>
    <Size>794676896</Size>
    <MD5>38b396f3ef8c9c988fc0841a53bc0428</MD5>
    <SHA256>A43899A3023067DB049E63D2C3BA6CBE88919E4F478A6D268DACE9496A529149</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102074.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102074.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102088</Id>
    <Name>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102088.exe</Url>
    <Size>712510408</Size>
    <MD5>fcfed2f5e9fddf1be030e8ae57ada7c9</MD5>
    <SHA256>03DCCF436C08B4033338DE73DF1D857BE44F21761E67CF15AA2DA6F54C3C81E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102088.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102088.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102099</Id>
    <Name>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/24/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102099.exe</Url>
    <Size>879458096</Size>
    <MD5>5457e310c6cd9316013bf80ddd25417f</MD5>
    <SHA256>A32168314CBAD9FB8DE88AE0F9BB77FC9FA7ABDB41FD610C0E7B6E224E6753C4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102099.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102099.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102120</Id>
    <Name>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102120.exe</Url>
    <Size>962462448</Size>
    <MD5>6a28d3a90fae65777553933955d2142a</MD5>
    <SHA256>83E45B1A72B5E47A50E69667C59FA55820AC78E0419FE34EFB6B91B4F716BBCB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102120.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102120.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp102472</Id>
    <Name>HP Engage Go G1 IoT10 2016 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102472.exe</Url>
    <Size>655870264</Size>
    <MD5>3aee64badb370bb6385f8f33a00d8a70</MD5>
    <SHA256>0D3E321AB97A88B6613E30F4B3D33E1FB69FFCC06D82E8699A82C5BA040D8659</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102472.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp102001-102500/sp102472.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103538</Id>
    <Name>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103538.exe</Url>
    <Size>796261808</Size>
    <MD5>6915293e4e101b5512cc08b9d80c9b51</MD5>
    <SHA256>A5EB30EE8D80DD45CD68DE4E5ADA1ACA31AB7E11D92D8A95FB36D1575D596D87</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103538.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103538.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103577</Id>
    <Name>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103577.exe</Url>
    <Size>921589632</Size>
    <MD5>3e081dba361eb23ef7369dbf4003638e</MD5>
    <SHA256>936CF78157F55DA701F23AC6035403DA963AFA12CF0F090C41638B958ADC0D4B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103577.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103577.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103578</Id>
    <Name>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103578.exe</Url>
    <Size>921618616</Size>
    <MD5>0c57909ca5e213dd03a4485d190fad87</MD5>
    <SHA256>7F54F3C5C9A2F82CAEE0CEB28AE4B8EE8DF0FF06FE9406E9B7CB85BEB121BDEA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103578.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103578.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103579</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103579.exe</Url>
    <Size>773112816</Size>
    <MD5>b7a592af86e0a35b516ab41630503eb9</MD5>
    <SHA256>22C157374A931FE11ADAAF27B87BC567102F635C27359F0DD68A172B6C7DEE94</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103579.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103579.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103580</Id>
    <Name>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103580.exe</Url>
    <Size>420116848</Size>
    <MD5>fae470e85c868cdfc76138464e9acd02</MD5>
    <SHA256>6D7CD9F87434F6CA26452F7AE95E487C1C14263DC93781FD9DA0F5B9BB455FF9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103580.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103580.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103581</Id>
    <Name>HP ElitePro 400/600/800 G4 PC Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103581.exe</Url>
    <Size>417375016</Size>
    <MD5>e9dd00dd7bb7a01132b58e91ea6c1b0c</MD5>
    <SHA256>1C1E7C346187F62C02A7D60FB6541877E8F2F942E65B676B0EE108DA0FCEC4CA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103581.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103581.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103584</Id>
    <Name>HP Zbook 15/17 G5 Win 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103584.exe</Url>
    <Size>954825632</Size>
    <MD5>90c9efbc98815bf70edb1cf1ffa1c8b5</MD5>
    <SHA256>ACBDD7D1847C8E5E20675DE2DCC8DD9C01C0FB3614AB2EE8E3BA3D72A5FDBDB2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103584.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103584.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103586</Id>
    <Name>HP ZBook 15v G5 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103586.exe</Url>
    <Size>993453496</Size>
    <MD5>553afd9b8f2442d7ac47c94447357cf5</MD5>
    <SHA256>D6D3B2EAAAFAE307C5ACB59F9067D4D90EAF241FFF90630E4010970BCB11BBAE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103586.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103586.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15v G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103588</Id>
    <Name>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</Name>
    <Version>6.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103588.exe</Url>
    <Size>802354288</Size>
    <MD5>1d00764ad1974da3e78e526b5d60fc10</MD5>
    <SHA256>120BA7916560CA8A5540865054FB1BB9F8A1D36D1ADA3EA7E731529D2851A11A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103588.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103588.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103610</Id>
    <Name>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103610.exe</Url>
    <Size>683147368</Size>
    <MD5>be4810f4b4202c56fc5660e155d836fe</MD5>
    <SHA256>4656B9F13A9D6257337103DF1D727B19B84EB7A51E1337052D3593FC0D8F8879</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103610.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103610.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103614</Id>
    <Name>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103614.exe</Url>
    <Size>812558928</Size>
    <MD5>397cd8d5df24da9d324e31289c2cce3f</MD5>
    <SHA256>22D15984F9C1AD4DCEC9A94003109A5F6AF830842D3CFD2780E09E9168D4454A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103614.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103614.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103616</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103616.exe</Url>
    <Size>759939728</Size>
    <MD5>a8e48de3bb265a70be1655b2d8e42a69</MD5>
    <SHA256>4C2EBB7956A3FCEDBEFCDE10FBAC72CAC151FEEA2B26291612CA9AF6E6AB7168</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103616.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103616.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103617</Id>
    <Name>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103617.exe</Url>
    <Size>799062248</Size>
    <MD5>679e310b408a495306674ad48a1f1a94</MD5>
    <SHA256>AEDEF116AFC5CCA1220602D338A36FB8474D6B45A539D42EF5F084B9144BCD14</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103617.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103617.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103620</Id>
    <Name>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103620.exe</Url>
    <Size>834431352</Size>
    <MD5>4387d1574719dd1d1208c541b9bd4b44</MD5>
    <SHA256>430B381D162EE15F05B3056DB395F498DD803BAB828DD8F38E2D1DDB0CCB9C5C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103620.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103620.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103622</Id>
    <Name>HP EliteBook x360 830 G5 Windows 10 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103622.exe</Url>
    <Size>632718904</Size>
    <MD5>97B398002B6832A7A0701CED347858E1</MD5>
    <SHA256>360E24C3D45773F8AB179C2340D3F8E9FBF979B38F565BB52BE2648B692842A9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103622.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103622.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G5 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103623</Id>
    <Name>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103623.exe</Url>
    <Size>793097208</Size>
    <MD5>c12464bf48b6116de30bca70577faf72</MD5>
    <SHA256>645956698F8AF586877FC894F243133EF05CECC923BF973267D996B43AB148E1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103623.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103623.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103624</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103624.exe</Url>
    <Size>759900504</Size>
    <MD5>b39131e66ad05419849a1d25b08f9ead</MD5>
    <SHA256>3A2A578D1CAFFD075741D700E52F5DF4B7E3D16231D073404E6CB7A34E5A756D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103624.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103624.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103625</Id>
    <Name>HP ProBook x360 435 G7 Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103625.exe</Url>
    <Size>911044048</Size>
    <MD5>6a9ca37031f21acf6c35a4e8bf44739c</MD5>
    <SHA256>FE853F182A7EB9E8AE0F5B2B5B4BC97B0F63E8F8EF74AD95F38C9F212F4186C0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103625.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103625.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 435 G7 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103626</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103626.exe</Url>
    <Size>939346512</Size>
    <MD5>02ee1fa293c350f855c7bc44d4d1680b</MD5>
    <SHA256>E36F888AFF06BEDF24BF965009F490E5A64543ADCB88DF000B227BDC28659285</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103626.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103626.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp103984</Id>
    <Name>HP EliteBook x360 830 G7 Windows 10 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103984.exe</Url>
    <Size>923157712</Size>
    <MD5>564c5b059bdcc3817b103b12e9e482bd</MD5>
    <SHA256>5ABF6D24A408C32F1DB44C1AFFD542444546444225AE147208D3DA7D5A376881</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103984.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp103501-104000/sp103984.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G7 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104100</Id>
    <Name>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104100.exe</Url>
    <Size>495812328</Size>
    <MD5>c09c08ccd1f8b50ba5c1427ebf6db1e0</MD5>
    <SHA256>57682BBD2D08D3014CC09B61A548D4BC84BD7E7586DF204C5D2EE46D2CAA03DC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104100.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104100.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104102</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>19.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104102.exe</Url>
    <Size>509819112</Size>
    <MD5>f707230f60f04f39fc2a7c31aa45db55</MD5>
    <SHA256>B3B18B735AF50BF646A996455394D91D45AD11016195873EEE360AD5D70A5D79</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104102.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104102.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104128</Id>
    <Name>HP Engage One G1 Win10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104128.exe</Url>
    <Size>420578528</Size>
    <MD5>59556f5fed973e3136bf22e4f9efad3e</MD5>
    <SHA256>28563E773AB11DCAD0FEED0B7D1CAD4D903DCA26A0FB8B10F227699829F09A9A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104128.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104128.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104229</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104229.exe</Url>
    <Size>948296280</Size>
    <MD5>619656bac4223b1191adc5bb1b40389a</MD5>
    <SHA256>0E255E55E2F459D8135F5B8AFDCD4A563C835932CE91457E30FB453D7A1CD40F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104229.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104229.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104372</Id>
    <Name>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104372.exe</Url>
    <Size>923170296</Size>
    <MD5>f1272586ef3b411140438d9b68e8b124</MD5>
    <SHA256>F66195A052BEA023F9A7389986F8E694F24AC6F21E36A79FB0AB3AEAB895B4F1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104372.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104372.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp104424</Id>
    <Name>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/11/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104424.exe</Url>
    <Size>983657656</Size>
    <MD5>e6a5de0e481fd6016fce4c1d872ae337</MD5>
    <SHA256>DB6741926EFF1C010430629E6DE502F4978BA2C23B8E835DE9380061F2C21AAA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104424.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp104001-104500/sp104424.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105524</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105524.exe</Url>
    <Size>805339992</Size>
    <MD5>1b202c64334cac0a2e4a9989b52bbfd1</MD5>
    <SHA256>46C89F8D86E3F12487AB4101EDC58BA0F1600B8163C895A27044C688827900A0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105524.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105524.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105525</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105525.exe</Url>
    <Size>861941000</Size>
    <MD5>f00d18cfab27be51750171b1f5b1a646</MD5>
    <SHA256>7217F8D9B2AABC78B2CE1C07D537BCDECDD5ECAB1511319095B26752A0364BE7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105525.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105525.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105595</Id>
    <Name>HP EliteDesk 705 G3 Windows10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105595.exe</Url>
    <Size>746736296</Size>
    <MD5>36ea4720bd728b017737a02646d9ecf5</MD5>
    <SHA256>5E690EAB403928431CFD68872AE593098150A37F50AD4CF6B1E30297EBE3F733</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105595.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105595.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Windows10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105669</Id>
    <Name>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105669.exe</Url>
    <Size>627299800</Size>
    <MD5>54d2ed11bf8dbd928e350e611fdebf28</MD5>
    <SHA256>D10B3FE58DCBD82413402D0A58AC2A428A915BDE35C0EBC55400B67E8C975971</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105669.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105669.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105670</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105670.exe</Url>
    <Size>656656832</Size>
    <MD5>e5d239724f3c49fa53cd01744b680cae</MD5>
    <SHA256>E20F04CB2C987AFDF65A67D52D097B6826C7BB069B3C13DB898E4DDE18FF7087</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105670.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105670.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105671</Id>
    <Name>HP Elite Slice G2 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105671.exe</Url>
    <Size>489995328</Size>
    <MD5>6189d7668303353c0cdc3848e91a64d4</MD5>
    <SHA256>FDFA24267B10838234E625CF4618AC36954B356D6A90F82FA38442E74C7031A9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105671.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105671.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105672</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>19.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105672.exe</Url>
    <Size>975426896</Size>
    <MD5>062c23c5bc591d728a1554fc92357950</MD5>
    <SHA256>03EE77C15EDE7B538E80BD95341A16C5D0C0E50173A64BFBFE9571FA69CF1120</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105672.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105672.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105734</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105734.exe</Url>
    <Size>729964248</Size>
    <MD5>711c1da7dca8c2ec251cbbad67432639</MD5>
    <SHA256>56F061133D155F4124EFAD062C53A7B2C396C948AB653E1413FD46B2A9007999</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105734.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105734.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105743</Id>
    <Name>HP VR Backpack G2 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/7/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105743.exe</Url>
    <Size>531217664</Size>
    <MD5>957aff2955653a95b96efd39cfb770d5</MD5>
    <SHA256>6E81712A966CEDD41BF9DD0871E5FF3351A52D1A68B41B0FD73400D905164A35</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105743.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105743.html</ReleaseNotesUrl>
    <CvaTitle>HP VR Backpack G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105758</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/24/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105758.exe</Url>
    <Size>976302104</Size>
    <MD5>b55ec102c5ecd04d139de1fab2bc510e</MD5>
    <SHA256>72887BA80A585F9C720A509BEA6EE2A92FE17D4AA75FF305C8B796A2E47F1FEB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105758.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105758.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105759</Id>
    <Name>HP ZBook x2 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/24/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105759.exe</Url>
    <Size>674291760</Size>
    <MD5>9237de8aa86cb1aede85b4cf87bdced3</MD5>
    <SHA256>449DF4C22EA4A517A189BFFF1BD451F656E0CD96271679A65618A8C240169AFE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105759.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105759.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105760</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105760.exe</Url>
    <Size>701480552</Size>
    <MD5>c316e055395d6aaabf09aa8112b9fe1c</MD5>
    <SHA256>452FE817BC02ACF5C3F9BD31EF0B39C67459E5A8F9697AE51E85368016247F57</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105760.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105760.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105761</Id>
    <Name>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105761.exe</Url>
    <Size>715381992</Size>
    <MD5>9f5214453ad706c73ed60d6b67729c77</MD5>
    <SHA256>81C7A9234FC4D03BAD6FEB2FCBEA77FCB1C60F92879E591406FFDA8DFA8187EB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105761.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105761.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105772</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/26/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105772.exe</Url>
    <Size>885018880</Size>
    <MD5>a07311f3f251ec52ca28a7af258a98a9</MD5>
    <SHA256>032CEF0BD9E7FA413227080023D27E202B61F1FDF3DE7C6AC5B73660C8384965</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105772.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105772.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105798</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/29/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105798.exe</Url>
    <Size>681177080</Size>
    <MD5>a47da721724a652281437f7c9ae7278c</MD5>
    <SHA256>04DE9AC60CEC9964E14BBC7F00ECE153E0711EEFB15EC7729EFF188A668CC9FE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105798.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105798.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105834</Id>
    <Name>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105834.exe</Url>
    <Size>736370168</Size>
    <MD5>4d2c83fea0f2c58fe940be1851e2526e</MD5>
    <SHA256>CCF09BF94F942692A634468DA1915A54EB2DF945030153C9773979EB65A3A4D4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105834.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105834.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105835</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105835.exe</Url>
    <Size>878132352</Size>
    <MD5>ec4be866e8847522c2e651e9cf7caa26</MD5>
    <SHA256>946632E66EFE6A4DB31C759EB1221B4D0100551A57F5A4F56721125056AB1FD7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105835.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105835.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105836</Id>
    <Name>HP ElitePro 4/6/800 G6 DM/SFF Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105836.exe</Url>
    <Size>409501336</Size>
    <MD5>35304ed331018a2639886ac40ef8edaa</MD5>
    <SHA256>8E9B84FDCF6CAA7CBE7A843CAA22EA629C5FD6BB696325C6AD76B73669EE8060</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105836.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105836.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G6 DM/SFF Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105884</Id>
    <Name>HP ProOne 4/600 G6 AiO Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105884.exe</Url>
    <Size>900319816</Size>
    <MD5>5debd84093b545f87c5503c6029ca545</MD5>
    <SHA256>2F3F3B8CA919E1238DA643F56EC9545B1BB16C59D4C4AE86CC5B20A86151EE87</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105884.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105884.html</ReleaseNotesUrl>
    <CvaTitle>HP ProOne 4/600 G6 AiO Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105897</Id>
    <Name>HP EliteBook 7x5 G4 Window 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105897.exe</Url>
    <Size>878192944</Size>
    <MD5>0c01a748d026bf03dc69f36ecf0d8440</MD5>
    <SHA256>20C0734FF53F192CB7430615D3D8F71FC80133D911F70769837F6BA0372EE9B4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105897.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105897.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Window 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105919</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105919.exe</Url>
    <Size>872694152</Size>
    <MD5>1d14df74418b4276a2016db847b6a618</MD5>
    <SHA256>ED2C99F44E40033C1BFC902E1C5C8258985F3B252F47D98AB65040BCDB66B2B8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105919.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105919.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105920</Id>
    <Name>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/5/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105920.exe</Url>
    <Size>601163752</Size>
    <MD5>e43728b0c011e6b00ba0b3097d9620b7</MD5>
    <SHA256>1D80166C2F417E5F945BA756BAFF8B9FEA2530FCA5ABC53669F767F2B3C05FF3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105920.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105920.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105937</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105937.exe</Url>
    <Size>588765928</Size>
    <MD5>cb9273285ec5dafe748bf75463a016b2</MD5>
    <SHA256>59457C332B1ADEC77848A7BAB0C892DA8EA9F81367BAF07E404730ED26F66710</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105937.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105937.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105958</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105958.exe</Url>
    <Size>787844000</Size>
    <MD5>52e1adfaf89fc0b17d48f04859e48e69</MD5>
    <SHA256>AAE96403DA84DF8274265E5E611280B31394F647DB76D450A25D30ABED77F90D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105958.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105958.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp105959</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105959.exe</Url>
    <Size>638300384</Size>
    <MD5>598393c9f7755a5414c5a11d832632e8</MD5>
    <SHA256>A3560190FA1E1979A184B3852B64C7BA55A2A3F98779456AB57EDC757BE45D59</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105959.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp105501-106000/sp105959.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp106199</Id>
    <Name>HP EliteBook 8x5 G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp106001-106500/sp106199.exe</Url>
    <Size>421442768</Size>
    <MD5>b9e927408767eacaa1b9cda1060245c6</MD5>
    <SHA256>34F70C0BE2C147F4C4DB7A445EB5248D571EE70ACE4B37ABCD3C852E79BF5D27</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp106001-106500/sp106199.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp106001-106500/sp106199.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 8x5 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107339</Id>
    <Name>HP Engage Go G1 IoT10 2019 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107339.exe</Url>
    <Size>758314928</Size>
    <MD5>b4b503c32e3574bf6209d39e3bb7b939</MD5>
    <SHA256>308DDDA2FCF4DCE248DEA4A931EAE2CA01B535C61FD55FCBA14A092B2186D11F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107339.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107339.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107359</Id>
    <Name>HP Engage Go G1 Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107359.exe</Url>
    <Size>766721704</Size>
    <MD5>5384a10950d812ec23b24a3619b206a2</MD5>
    <SHA256>0467475E6FDCEECDB0EEB8FF01A53625AD0FD4228CE1B0D11004A4DDC7CA5601</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107359.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107001-107500/sp107359.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107518</Id>
    <Name>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107518.exe</Url>
    <Size>596431360</Size>
    <MD5>f0e7cb892a392e1e35bf050c838c4682</MD5>
    <SHA256>0BEE3F35FBB79B0405F3877B5106AB15F069ACF0D70A52CFF372A49EF5C3D74D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107518.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107518.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107648</Id>
    <Name>HP ProBook 4x5 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107648.exe</Url>
    <Size>437285168</Size>
    <MD5>9da32a025c6d8105a6f464597c28af34</MD5>
    <SHA256>42604271C0954621190A3A3DFFE43BB1352882786251004FD7FF4753408296AE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107648.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107648.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107667</Id>
    <Name>HP ZBook Fury 15/17 G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107667.exe</Url>
    <Size>1337174760</Size>
    <MD5>d4176fd0b02f1a043f59f9e5174c3a69</MD5>
    <SHA256>0705B3D36D8D3E1C23A2AF13DA3AA6D8D4E0F1B7DFCBEAEA5BA71B6E02227103</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107667.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107667.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Fury 15/17 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp107668</Id>
    <Name>HP Z2G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107668.exe</Url>
    <Size>1242701088</Size>
    <MD5>faba0e66e787581952001d5aecd867a5</MD5>
    <SHA256>AD1E54FB5FABC2E453F5456A99B78517CEF1B6B513F09512B4A02F78E1D3573F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107668.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp107501-108000/sp107668.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108773</Id>
    <Name>HP ElitePro 4/6/8x0 G6/7 PC Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/26/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108773.exe</Url>
    <Size>1855793760</Size>
    <MD5>66ac048befae72bd59d7728f3eee69f4</MD5>
    <SHA256>4F94429B5EF5741C8A1B4EA0FC67CFE296E5D75156C102FE9CF205F03722EF48</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108773.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108773.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/8x0 G6/7 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108792</Id>
    <Name>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/27/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108792.exe</Url>
    <Size>600804800</Size>
    <MD5>b19e053dfa3fd010d63e86e18627b5fe</MD5>
    <SHA256>A2731E8C1490EB8775C5B199733CF4D82CAFE87962AF850DACB8FFA63B7F5E4E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108792.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108792.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108840</Id>
    <Name>HP Z2G4 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/31/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108840.exe</Url>
    <Size>1374088344</Size>
    <MD5>a8678cfcff4ec3ce48eb0bcc8a439a4c</MD5>
    <SHA256>B1FF45F812B1ACE143CFF464F7B033B6042DD489681798FD7B1CE9F08572CE1F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108840.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108840.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108884</Id>
    <Name>HP ZBook Power G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/1/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108884.exe</Url>
    <Size>1489450416</Size>
    <MD5>97cef7ce1d9343b20b77b1e7df9bb147</MD5>
    <SHA256>8FB916AF4BE3AF8EB437A99F8AECE072A353127E134551DA51C0BFEF01E5D76B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108884.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108884.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Power G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108885</Id>
    <Name>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/1/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108885.exe</Url>
    <Size>1346866200</Size>
    <MD5>2d2c48eea430d985fb21094c5a144cb1</MD5>
    <SHA256>ADB7F105E246F35FCD07A71A6DD9A8ADADC3D78713DF0E287C0F4DBFC29532F9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108885.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108885.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp108939</Id>
    <Name>HP EliteBook x360 1030/40 G7 Windows 10 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108939.exe</Url>
    <Size>975004656</Size>
    <MD5>99ae460ca72423c76743b2847076e02c</MD5>
    <SHA256>95CAB9B22DCB2A41CCAA5EBD3F9B361427D29869475B025A0C491CFE121EA06E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108939.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp108501-109000/sp108939.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030/40 G7 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp109005</Id>
    <Name>HP EliteOne 800 G6 AiO Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109005.exe</Url>
    <Size>1453587648</Size>
    <MD5>9943bb1ecfd77becd41e25a0edbe6385</MD5>
    <SHA256>8E77D36F746276C09EC289966FF4562B2E651AEB9AB22A33B941CA85BA21C7D6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109005.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109005.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 800 G6 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp109028</Id>
    <Name>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109028.exe</Url>
    <Size>909840496</Size>
    <MD5>00f2a25d0bc94daf90556d89bd634fbe</MD5>
    <SHA256>5B3E255B5FBA49C4B2561B3DB399D121771E43D0027249AC54DEEC5658C857FE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109028.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109028.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp109029</Id>
    <Name>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109029.exe</Url>
    <Size>928182928</Size>
    <MD5>df40ffb6ec4e908dfd6598b72a76c153</MD5>
    <SHA256>FAFC730BA13DD2128A3119956046614F6F4D17FFB2A22711ED48C204062AA777</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109029.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp109001-109500/sp109029.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110037</Id>
    <Name>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/11/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110037.exe</Url>
    <Size>1282268904</Size>
    <MD5>e8c202b7b5673020103235ab00f5507e</MD5>
    <SHA256>454E06B0F9C80FBCCCFA7C18BA8945E5B15FCB7402ED8AB672DA3E666CBFD095</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110037.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110037.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110038</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/11/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110038.exe</Url>
    <Size>1492441416</Size>
    <MD5>a1bd3a212ad3af9af3351e206092f6a6</MD5>
    <SHA256>09D89240BE4848AF7536EEE779CCC66DDAD67B5B101062B7005A5DE5F91BACF6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110038.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110038.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110080</Id>
    <Name>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110080.exe</Url>
    <Size>1329343424</Size>
    <MD5>4bac59b75c0d9178e871fbf7135b524e</MD5>
    <SHA256>83516C44A568239B63274D1FD5E27D344A550E8187D233FFC42B854C6D51532C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110080.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110080.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110123</Id>
    <Name>HP ProBook 4x0 G7/ZHAN G3 Win 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110123.exe</Url>
    <Size>1458029128</Size>
    <MD5>f762acf0acdbd4f35dfe6d00a75045bc</MD5>
    <SHA256>0C0DCD8CF7BE9560A19523FFBEB4853B439CCF87D5F4407EB7E730941911FC4A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110123.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110123.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G7/ZHAN G3 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110137</Id>
    <Name>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110137.exe</Url>
    <Size>984462456</Size>
    <MD5>285add0d86f55ca3ca5c7104f510406f</MD5>
    <SHA256>B2747965DA96C5DB8CD0B201584809729C1C494C247AC626DC688998E8A9385F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110137.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110137.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110177</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110177.exe</Url>
    <Size>967460056</Size>
    <MD5>6dc50307df3b92dbfa96a2a63b68c1a7</MD5>
    <SHA256>813A49E656E439DAB428D47A88CFCFD971498E824F6D6DC2457DA91DA738FFE5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110177.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110177.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110180</Id>
    <Name>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110180.exe</Url>
    <Size>968659664</Size>
    <MD5>208a9b2f45d0f302b16f767780d37fa6</MD5>
    <SHA256>67497E537D2473CD7F9E28274FA9C85D324F35438570CF6251B5509C370EAA98</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110180.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110180.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110181</Id>
    <Name>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110181.exe</Url>
    <Size>1570692072</Size>
    <MD5>1bd9927ccd69e31eff5edfe7b609f362</MD5>
    <SHA256>C7600B7FFA34F56C480616D74B5DBF2CF6C0B7E36A592249467057BA2338E6E9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110181.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110181.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110182</Id>
    <Name>HP EliteBook x360 830 G7 Windows 10 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110182.exe</Url>
    <Size>1127346672</Size>
    <MD5>af0356076745a11742dd9c7d1571a0da</MD5>
    <SHA256>BB2D9F7C3A25EAE28CD7B1842402B0F71331CFEC1DFC56C4A90E64644CE47DF2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110182.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110182.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G7 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110196</Id>
    <Name>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110196.exe</Url>
    <Size>987167560</Size>
    <MD5>a9f8f664b20400ddc283816e151e89a6</MD5>
    <SHA256>6DBC12390D0CA4FABE5311D95539B94A6B537D2305207543A47BDBA6A8DEFF2C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110196.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110196.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110208</Id>
    <Name>HP ZCentral 4R Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110208.exe</Url>
    <Size>513651448</Size>
    <MD5>8924009416ee1d4ad693824990d21649</MD5>
    <SHA256>73F901503A648B9D3F27AFEA90E9D8F37740C94437BE5FD8C74B639AA41A61CB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110208.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110208.html</ReleaseNotesUrl>
    <CvaTitle>HP ZCentral 4R Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110209</Id>
    <Name>HP Z2G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110209.exe</Url>
    <Size>1626702696</Size>
    <MD5>a190c4426154cbc6d5fa49e9e4af6fdf</MD5>
    <SHA256>7014E078A5AB33161E27387240290B8F9055FC4A3D40C42DB822437485EB53E5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110209.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110209.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110210</Id>
    <Name>HP Z4G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110210.exe</Url>
    <Size>993618120</Size>
    <MD5>8d1a951e000fbe03d8ae28f6536ec645</MD5>
    <SHA256>EE8044AEF923FBC405953B2718B595192F09658D6B515AA0E9A11C43FD62FAA4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110210.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110210.html</ReleaseNotesUrl>
    <CvaTitle>HP Z4G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110211</Id>
    <Name>HP Z6/Z8 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110211.exe</Url>
    <Size>994756712</Size>
    <MD5>094cc982c0d7d7db9fefcfe49a70a434</MD5>
    <SHA256>ADE5A9CA98DEA30D015FEC4FB0F1C27D6DC075596925D1945677394D6248DEDE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110211.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110211.html</ReleaseNotesUrl>
    <CvaTitle>HP Z6/Z8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110267</Id>
    <Name>HP Probook 6x0 G8 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110267.exe</Url>
    <Size>1618191344</Size>
    <MD5>88cf767acc51463efa897a6c41a15d72</MD5>
    <SHA256>57C0BBFE9EBC03E0F608833EDB7DF070BBCB58F08A663A0B4A562506994244B7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110267.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110267.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110313</Id>
    <Name>HP ProBook x360 435 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110313.exe</Url>
    <Size>974477416</Size>
    <MD5>f7a4d214fb2134ee05dd1fd4832c4cbe</MD5>
    <SHA256>24E8C5296777C0EA844C20B4049835DD8A8533B669F2E07544F40A696B48FEB2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110313.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110313.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 435 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110346</Id>
    <Name>HP EliteDesk 705 G5 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/5/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110346.exe</Url>
    <Size>1011446368</Size>
    <MD5>913c8e25162c9c2aad21a330bba5d467</MD5>
    <SHA256>4A3276F63972B491534B486B3908377B50CC39565942A6E5F3B8488583393D26</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110346.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110346.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110348</Id>
    <Name>HP ProDesk 405 G4 DM Win 10 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/5/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110348.exe</Url>
    <Size>565774144</Size>
    <MD5>77771ada3d558be4af370d0a3f829f1a</MD5>
    <SHA256>F24E132131D7DBB4E833EF178CA9FC170FB57B25E5DCEB57EE001B7A5DF3A0AE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110348.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110348.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 DM Win 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110349</Id>
    <Name>HP ProDesk 405 G4 SFF Windows 10 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/5/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110349.exe</Url>
    <Size>1021390624</Size>
    <MD5>b92ccd53efbdb529351b418811e6a772</MD5>
    <SHA256>A51D32008312CDC18AFBAD134C72D9DE63782D209894F4F794D53F9328E58313</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110349.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110349.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 SFF Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110361</Id>
    <Name>HP ZBook Studio G7 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110361.exe</Url>
    <Size>993965424</Size>
    <MD5>0441c6100a4578690391a5f87a20dd87</MD5>
    <SHA256>C9E70F4B7C98A432D4046FD369729F74CC80D90B70F8195EE0452C6B0EDD9708</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110361.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110361.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110393</Id>
    <Name>HP Engage One G1 IoT10 2016 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110393.exe</Url>
    <Size>389035968</Size>
    <MD5>bdc952229efbe7ff55a7c26450d2cd51</MD5>
    <SHA256>AD4B3AE7E2BA6F1602CFCB597FFA9CE13ED7207BAE93641668AAD3C58958FB5B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110393.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110393.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110397</Id>
    <Name>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110397.exe</Url>
    <Size>980671896</Size>
    <MD5>4ef919e0fd17a129bf42df6225d712be</MD5>
    <SHA256>122C28EAE9A65116347998B2B116300F9780C6C848CA11CB692CEE4ACD8759AD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110397.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110397.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110398</Id>
    <Name>HP Engage One G1 IoT10 2019 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110398.exe</Url>
    <Size>393492528</Size>
    <MD5>1bf38593066e032caa0bcbd1cc157943</MD5>
    <SHA256>11D3304479C4C57E2517B3529713572A41C3CA5FF444C2B568140384546B7C18</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110398.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110398.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110415</Id>
    <Name>HP Engage Flex Pro G1 IoT10 2016 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/12/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110415.exe</Url>
    <Size>906325944</Size>
    <MD5>146c32ae117f7196ee2900afb2d97a0a</MD5>
    <SHA256>38DFE8414C228D8740DBA45A27D719AF19B193217CFA8822512C03FA0B115CFA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110415.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110415.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110417</Id>
    <Name>HP Engage Flex Pro G1 IoT10 2019 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/12/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110417.exe</Url>
    <Size>785839224</Size>
    <MD5>eff3548a6adbb7935ca0e8f74c999f9d</MD5>
    <SHA256>4F4B447F74D19AD28CAE0038C1ED460008AA514414CBCC8BEEA0E70E83B57D84</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110417.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110417.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110418</Id>
    <Name>HP Engage Flex Pro G1 Win10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110418.exe</Url>
    <Size>836850952</Size>
    <MD5>831e2d780c6a506378fd4bd996d1c2d7</MD5>
    <SHA256>8A3AF61BF4525034E554998230406937D169DE3B07FBCB07D17CAF5A3839ED31</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110418.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110418.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110423</Id>
    <Name>HP ProBook 4x0 G8/ZHAN G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/12/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110423.exe</Url>
    <Size>1626029912</Size>
    <MD5>eac4fa200e17e9aff2d36fd44f5b851d</MD5>
    <SHA256>0B0AD0DA1D1E6C4B8DE341F19B8F36A358A7265456B6804A01A9526DE4365B75</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110423.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110423.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G8/ZHAN G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110431</Id>
    <Name>HP RP9 G1 IoT10 2016 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110431.exe</Url>
    <Size>503341088</Size>
    <MD5>44d6cd50362aeae040b169856f1becc7</MD5>
    <SHA256>17E2044101A37483F82E98DB16E7A898CC4D19280EBD114B8E9E8F07963884CD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110431.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110431.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110432</Id>
    <Name>HP RP9 G1 IoT10 2019 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110432.exe</Url>
    <Size>504430608</Size>
    <MD5>c1d7936936c6725a0d16ecf7111ac6e4</MD5>
    <SHA256>6538FD9D47DA4BA69A04D51AF22B794614EC06108D91A370F76DD9F734DFFF12</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110432.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110432.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110433</Id>
    <Name>HP Elite Dragonfly Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110433.exe</Url>
    <Size>964296280</Size>
    <MD5>9c0b06a963099dc4d81812b6552e6943</MD5>
    <SHA256>8347542ECD755FB290AE3481DC1B0BED96B8A82678474CE0FEBBE64B7977B793</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110433.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110433.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Dragonfly Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110454</Id>
    <Name>HP RP9 G1 Win10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110454.exe</Url>
    <Size>541804944</Size>
    <MD5>c421facdd82918eb106426902672d881</MD5>
    <SHA256>576340A4729118739C9174BE9C7EA9FBC09A1DFA903A17AC9269A304D4E81B80</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110454.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110454.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110458</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/19/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110458.exe</Url>
    <Size>420818960</Size>
    <MD5>3c292803c0c43d8167ea87e186f7fe24</MD5>
    <SHA256>D8B5CCF70D85824F36EAC25FE0A1234640957BC7457DA3401DFC40567A5E9E47</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110458.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110001-110500/sp110458.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110529</Id>
    <Name>HP MP9 G4 IoT10 2016 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110529.exe</Url>
    <Size>496936624</Size>
    <MD5>70fb4a03c3c84ed65095f7caa640d4de</MD5>
    <SHA256>2893FF2C6775D93BB531062CBBF1DCFE18DED719F8FAE8385689977A9143FCB3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110529.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110529.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110530</Id>
    <Name>HP MP9 G4 IoT10 2019 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110530.exe</Url>
    <Size>380206744</Size>
    <MD5>33019b9c78d8d7a1b11996a78e069848</MD5>
    <SHA256>F185CC047E6DB694438CFD0FAE768EA077BF5FF87917002D92DE38B1234C0EF9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110530.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110530.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110547</Id>
    <Name>HP ZBook Fury 15/17 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110547.exe</Url>
    <Size>1812322360</Size>
    <MD5>d9fe5fa66024448d8633b28e185fc664</MD5>
    <SHA256>94F8266B7D70927917134589456D9B6802C85C642A6C9592A7902CD2854CA139</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110547.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110547.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Fury 15/17 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110579</Id>
    <Name>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110579.exe</Url>
    <Size>1463645216</Size>
    <MD5>2fde37e930a800ef78b5c1903092a487</MD5>
    <SHA256>E4814767EE35395B36C72B8A4F35F9DDD7ED1A683507926B528860B0AD803FCB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110579.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110579.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110626</Id>
    <Name>HP ProBook 635 Aero G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/26/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110626.exe</Url>
    <Size>534725648</Size>
    <MD5>d6fe0cacd7a6851b47a86a163583cadc</MD5>
    <SHA256>DB2ADEBDBD325A9DDB604A6B4400A19B3B6621A65E1A4778F06A3A02FBC0B40A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110626.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110626.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 635 Aero G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110765</Id>
    <Name>HP EliteBook x360 830 G6 Windows 10 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110765.exe</Url>
    <Size>997641944</Size>
    <MD5>1714a363f65b6f36d861074409e1e63a</MD5>
    <SHA256>E5DF6F2EA6219C8077A1661EFC0D157E1709E284A38F0F977EE79EFB0B0026F5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110765.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110765.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110783</Id>
    <Name>HP EliteBook x360 1030/40 G7 Windows 10 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110783.exe</Url>
    <Size>1021829216</Size>
    <MD5>3f9bfdea0b8faf7d0bf99cc6787197ea</MD5>
    <SHA256>196D434378446EDF9846C9093C4E1255CA7687532F69D354CDDA27BB364C4479</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110783.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110783.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030/40 G7 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110840</Id>
    <Name>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 0</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110840.exe</Url>
    <Size>600329072</Size>
    <MD5>a60fac7b315ece375031ff4839ff5257</MD5>
    <SHA256>078AD9D2C7BA036C033AE48D29002F753BB7F46F5175793B7A34B7E0233DEBCA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110840.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110840.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110847</Id>
    <Name>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110847.exe</Url>
    <Size>1485119648</Size>
    <MD5>4a3453b86813a84fe4781e4df291d2ec</MD5>
    <SHA256>936E1AD9EADC1AFBAF104CDBCFAE68F554388C49AC45D473063487DE974DBEAE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110847.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110847.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110888</Id>
    <Name>HP ZBook Power G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110888.exe</Url>
    <Size>1482735672</Size>
    <MD5>299bc79f0349285f68307c03771555ae</MD5>
    <SHA256>81407542F7E8E5D260A4AD8D454376C5264D99736312CD4E3B6BFEB75F13B70D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110888.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110888.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Power G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110930</Id>
    <Name>HP EliteBook x360 830 G7 Windows 10 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110930.exe</Url>
    <Size>1125784624</Size>
    <MD5>3d9576bdfd530311aeb81feed196b14c</MD5>
    <SHA256>B12FDC99C607941E5AA99A681124BFA1E653AEC7D01C04E94EB20458A3302E34</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110930.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110930.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G7 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110931</Id>
    <Name>HP EliteBook 8x5 G7 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/6/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110931.exe</Url>
    <Size>507441800</Size>
    <MD5>49033a4fc19f25cfc204e83ab1e26279</MD5>
    <SHA256>C414AD9FB4CEE33A9F1EFF1458661EC5881AEB0D73EF90D6C3AEB52F676E3A72</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110931.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110931.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 8x5 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110945</Id>
    <Name>HP EliteDesk 705 G5 Win10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/8/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110945.exe</Url>
    <Size>1015989072</Size>
    <MD5>932ff40cf3aba6f27bd4cdd3b9fd4f3f</MD5>
    <SHA256>2F0A1B12B46BB437A219B9DCE7F3CA9942E389A1AE7E71F2DBAF6D75A2F0EF82</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110945.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110945.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G5 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp110995</Id>
    <Name>HP ProBook x360 435 G7 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110995.exe</Url>
    <Size>974517360</Size>
    <MD5>70b233980bcf30dda1d99294afdfb941</MD5>
    <SHA256>0261BF5C2FAE54665F92818492291034E143D1C5F591C4AC278EE27FF443AB74</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110995.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp110501-111000/sp110995.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 435 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111015</Id>
    <Name>HP ProBook 4x5 G7 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/11/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111015.exe</Url>
    <Size>438203008</Size>
    <MD5>0b3e66c70c59e9844899f9f7343d6d24</MD5>
    <SHA256>5A85D48AB4A550603CE435EA7364BFDF50AA3D86D2AA6B62078077C7A097B71C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111015.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111015.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111016</Id>
    <Name>HP ElitePro 4/805 G6 DM Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/11/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111016.exe</Url>
    <Size>888271896</Size>
    <MD5>4984942a13693bf0824f1c6a108d084f</MD5>
    <SHA256>9572EA5EA56C3653C05B183336B8E021F5CFA9032BAA5AFF55E92EBF2AEEAF43</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111016.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111016.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/805 G6 DM Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111033</Id>
    <Name>HP ElitePro 4/805 G6 SFF Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/12/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111033.exe</Url>
    <Size>898589120</Size>
    <MD5>fec0c4af08c1ffc0a386eebc7800b520</MD5>
    <SHA256>38F93A81FB526E0546FC43BB166C88C105BA81391E10C1305A743BE00BCBDD35</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111033.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111033.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/805 G6 SFF Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111050</Id>
    <Name>HP ZBook Studio G7 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/13/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111050.exe</Url>
    <Size>994018056</Size>
    <MD5>2d60b42fae0bd2b68469914408cf1656</MD5>
    <SHA256>37355BFF1D8E7142C49B254B4E7DA1E10903C6783C82B1FBD0ED25617568D053</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111050.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111050.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111117</Id>
    <Name>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111117.exe</Url>
    <Size>1004302688</Size>
    <MD5>32035b8bb831edc6984fce4ad1674261</MD5>
    <SHA256>BC4C5E88AB94C8D839CE8B102C12B5A8EFA29447499E55A41E5512559C2EE8F9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111117.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111117.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111141</Id>
    <Name>HP ElitePro 4/6/800 G6 DM Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/17/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111141.exe</Url>
    <Size>1410548664</Size>
    <MD5>08744eb0dd45d6d0f38bfc8eee36e39c</MD5>
    <SHA256>8A2888F3AAA2B0D1A758B88431ED57AF414A36DE4ECB8B0A504CEADEAC57A5EB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111141.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111141.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G6 DM Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111171</Id>
    <Name>HP EliteDesk 705 G5 DM Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111171.exe</Url>
    <Size>574650288</Size>
    <MD5>75c775ad8f8826829907363675cb3bc6</MD5>
    <SHA256>B99C8431937975644EFC975C5EF6FCB2D2314D6BE48A1911A9DE2BDACD2B2D0E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111171.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111171.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G5 DM Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111173</Id>
    <Name>HP ElitePro 4/6/8x0 G6/7 PC Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111173.exe</Url>
    <Size>1923380352</Size>
    <MD5>28c7c37020ba99542881b7a526e04648</MD5>
    <SHA256>DA7A76D29C8664936907263544342051EBC15440B5F67D2189F355045B3AD4C7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111173.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111173.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/8x0 G6/7 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111183</Id>
    <Name>HP ProOne 4/600 G6 AiO Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/19/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111183.exe</Url>
    <Size>1458259560</Size>
    <MD5>cd0fecbad0f55dfbd1415391d345b430</MD5>
    <SHA256>9105DC2BFF4B4D0FF5CADDB81FC6DC1C62BF974CC6F0D855CA78EDD597E639AD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111183.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111183.html</ReleaseNotesUrl>
    <CvaTitle>HP ProOne 4/600 G6 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111204</Id>
    <Name>HP EliteOne 800 G6 AiO Win 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111204.exe</Url>
    <Size>1422977728</Size>
    <MD5>e34e6b7e2c86ff7a82efd772b81bdcb5</MD5>
    <SHA256>46F1FCB6A89D3B40A0098BF74B081C7C9BF9BBD261F3A779AE5250BA06B6FAA4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111204.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111204.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 800 G6 AiO Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111207</Id>
    <Name>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111207.exe</Url>
    <Size>1802888864</Size>
    <MD5>371c36fb504fceba8822c40414056ec6</MD5>
    <SHA256>C041D62D4FB87F7683A3778C4A4C24E3D9908F4E6B38BA6893F94919BF5DD613</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111207.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111207.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111222</Id>
    <Name>HP ElitePro 4/6/800 G5 AiO Win 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111222.exe</Url>
    <Size>910131616</Size>
    <MD5>66724fd49874716349f6c742280485d0</MD5>
    <SHA256>D7E8486524153B3CED3D65A191B5688557AC53D0E46BE13392764F1FFFD1BF32</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111222.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111222.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 AiO Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111234</Id>
    <Name>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/24/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111234.exe</Url>
    <Size>1366595384</Size>
    <MD5>03f574fd356d9460c0bd61c714e7e023</MD5>
    <SHA256>E32F93E10619D69D9A5267CA8E005470BA2CC5F8E143930FB50C172B2D036759</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111234.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111234.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111242</Id>
    <Name>HP Elite Slice G2 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111242.exe</Url>
    <Size>527103912</Size>
    <MD5>cb904d0f566a9fbddffa4edda23a0296</MD5>
    <SHA256>686864565AA7EF970DB7CF33EEED17E7111610E5D4B44A37995B3E6905AB4A91</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111242.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111242.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111243</Id>
    <Name>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111243.exe</Url>
    <Size>1289761920</Size>
    <MD5>7fb4060797375ea847da0f3f356c1f76</MD5>
    <SHA256>546EC9EE6D303EDC7C460792814B07F8FFCAB990E33587E2B84A33A23268ECE5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111243.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111243.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111342</Id>
    <Name>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111342.exe</Url>
    <Size>662192592</Size>
    <MD5>9d6929635b8d6935119ff100baf5a3ba</MD5>
    <SHA256>87AF449E33CB6CA6694AB03E7B5EF0E3815D6EFC1870DF2290843834D6161074</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111342.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111342.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111344</Id>
    <Name>HP EliteBook x360 1030 G4 Win 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111344.exe</Url>
    <Size>962796088</Size>
    <MD5>14f7a221f35943750daa1c9286e98b43</MD5>
    <SHA256>E7426FF9EB5CECD87C1CB59BD4FD26E10FA87B93CDB68C715286A4EC53C83B5F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111344.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111344.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G4 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111353</Id>
    <Name>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/1/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111353.exe</Url>
    <Size>873992816</Size>
    <MD5>bcab01b3b7da5ecca1869e3d1f8ba048</MD5>
    <SHA256>6716FD3A97DE6CF8B01FAF02FAD22D19230514F77128309BBA5B16DC702D2B98</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111353.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111353.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111364</Id>
    <Name>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/1/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111364.exe</Url>
    <Size>1026008888</Size>
    <MD5>9d0053119b22fd274526fb741cefa6cf</MD5>
    <SHA256>7DC81410D54E7C55EEF4035F1FA7318EF42950258E918964382DF9DDA0F69743</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111364.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111364.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111365</Id>
    <Name>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/1/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111365.exe</Url>
    <Size>1352863552</Size>
    <MD5>657639fae78dcea296b4cc77d4f723bc</MD5>
    <SHA256>A164814D9047BBC3B1B7F1A8F7B9B7BE71242DE0F8A9B9AE1A2A0915A501A402</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111365.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111365.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111401</Id>
    <Name>HP Engage One Pro AIO G1 IoT10 2019 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111401.exe</Url>
    <Size>468430648</Size>
    <MD5>4e9f5951ae68fcae7cbca6d04ea6fb1a</MD5>
    <SHA256>207CECEF71AB336C569B0C5776DD8CF974D319A199D65E469493EEB26B12F0DC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111401.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111401.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One Pro AIO G1 IoT10 2019 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111403</Id>
    <Name>HP Elite Dragonfly Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/2/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111403.exe</Url>
    <Size>962987144</Size>
    <MD5>46fe5e51ac20a045c2689152bc5e8f85</MD5>
    <SHA256>C9B3F52FE24EBCA8422A6D06D62AC98C0FC8BDA291EF28908D109EB338D58AB9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111403.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111403.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Dragonfly Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111424</Id>
    <Name>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111424.exe</Url>
    <Size>977614136</Size>
    <MD5>3c411697a5a0bed2f42b317c1466bcd2</MD5>
    <SHA256>DA5128E5DFFE399D4D1DAEB02AE5B71800313291AC21087719BE41D43C4A36CC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111424.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111424.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111434</Id>
    <Name>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111434.exe</Url>
    <Size>948270624</Size>
    <MD5>f25906ca14d3192006bd7653c131b86f</MD5>
    <SHA256>9898F626938159180EF09A9AC02F97EE2CCF49F76E4A98083F7E0143D8C6F5B3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111434.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111434.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111435</Id>
    <Name>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>8.00 1 A</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111435.exe</Url>
    <Size>984089920</Size>
    <MD5>a8b56dba4751302ea907a9a3d78b0aa3</MD5>
    <SHA256>07934C2AC9ECB68AEB6F78F6653244E3E58FE4C8EAB1F1C19CF663432059C8A7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111435.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111435.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 G4 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111437</Id>
    <Name>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/3/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111437.exe</Url>
    <Size>970378096</Size>
    <MD5>dd3d41abcc4f0e674ba12e9c2d0acf04</MD5>
    <SHA256>21FC219B79780139799A50340A581E2CC95ABA8B85D972043ABD81F15FAFD688</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111437.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111437.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111451</Id>
    <Name>HP ProBook 4x0 G7/ZHAN G3 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/4/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111451.exe</Url>
    <Size>1457225000</Size>
    <MD5>2bfee2b1a52028e468f4c0eb1d8d02d9</MD5>
    <SHA256>A49D76ADBB204C508AC870E46D6A5AA4A0B8B6C889B8FDA65CE03D4B90B051DF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111451.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111451.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G7/ZHAN G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111473</Id>
    <Name>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</Name>
    <Version>13.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/7/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111473.exe</Url>
    <Size>792680152</Size>
    <MD5>5c9665446d563904c1358d76d2371f85</MD5>
    <SHA256>14DB0054C84009D17DE366BCFFC2FD7DE20C2CAFE0B05EBE36BBFBD9BFB35015</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111473.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111473.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111483</Id>
    <Name>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>13.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/8/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111483.exe</Url>
    <Size>922195688</Size>
    <MD5>4388802c65b6392d4b7fec58233909d0</MD5>
    <SHA256>2B0EC308389381B595073921CEA0368393B1E9A0B000FF6966B0406C880E63C1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111483.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111001-111500/sp111483.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111558</Id>
    <Name>HP Zbook 15/17 G5 Win 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111558.exe</Url>
    <Size>1923849600</Size>
    <MD5>cd2ef47436620859c9e6f9c5ea39c5c3</MD5>
    <SHA256>1D7FC9490B578EC7E9322FD65F1AFDE6DEB70439DE52F0A513BB879785978393</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111558.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111558.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111559</Id>
    <Name>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</Name>
    <Version>12.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/9/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111559.exe</Url>
    <Size>850401416</Size>
    <MD5>7f915e47e8a3c294f8ec7f9b6dd94b21</MD5>
    <SHA256>353B877598784D3A2A6B8694BE627EDEB812467F1F92509DEEA7D80D3A609A5A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111559.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111559.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111578</Id>
    <Name>HP Engage One Pro AIO Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111578.exe</Url>
    <Size>468544152</Size>
    <MD5>1f78693d332a00b0d99bfe4bd9717fc6</MD5>
    <SHA256>16FE3130489B622CF58ABD665FB83AAEF11580624975AFD9C28399FA8F9CBC62</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111578.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111578.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One Pro AIO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111579</Id>
    <Name>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/10/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111579.exe</Url>
    <Size>1008698848</Size>
    <MD5>67bd2aa1e9cd7604201b55f1c942287c</MD5>
    <SHA256>2594D1613FFB974C0BEA808C4E056A52E4A59BB952067968F4334974DF3601C0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111579.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111579.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111581</Id>
    <Name>HP EliteBook x360 1030/40 G8 Windows 10 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111581.exe</Url>
    <Size>1213481008</Size>
    <MD5>953f9d2d395e767ddc5aff0a0f3fb528</MD5>
    <SHA256>EECC3F09C2E430C1D48A3F156A7AEC1922BC852DC97DA00081C28F1005F1F7F0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111581.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111581.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030/40 G8 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111592</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111592.exe</Url>
    <Size>1513709824</Size>
    <MD5>f62b0917a96b44e6cd7ab0ef1721b431</MD5>
    <SHA256>020D8405F528ED1C91C140D8E9843CB66118A67EB85398773CFEE0838D3B2402</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111592.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111592.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111612</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111612.exe</Url>
    <Size>1480423184</Size>
    <MD5>d7c1dc02ce07e9379b72d9d47dd4e461</MD5>
    <SHA256>37FF8F19AB9F77CEB5F5E5A4055C8D2611B91208043F7DB5984CAA519BBF5DB4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111612.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111612.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111613</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>20.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/14/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111613.exe</Url>
    <Size>530168176</Size>
    <MD5>75e735ac72898371182f11fb0e31f4e0</MD5>
    <SHA256>1FB21881C5A318EBD74AE20D8EA648547494EDB07FB9D48CD084561E5AAA948E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111613.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111613.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111638</Id>
    <Name>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111638.exe</Url>
    <Size>1024811072</Size>
    <MD5>ed200254ad2f308e1c612c4c4275a908</MD5>
    <SHA256>3B8AAA8BCE1848BCDEA7A097A64A31976594D74539D28A801A504E88B3145A51</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111638.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111638.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111640</Id>
    <Name>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111640.exe</Url>
    <Size>1114264656</Size>
    <MD5>e5697481d43b995305a40069ca0e213b</MD5>
    <SHA256>B4BE13F3CA6BF6EE6112CCFF3F7A33A40B2A807E395444FEE454B8AE0ADC67D9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111640.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111640.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111642</Id>
    <Name>HP EliteOne 1000 G1 AiO Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111642.exe</Url>
    <Size>546681360</Size>
    <MD5>e4c342cdc816c7ff3446362970978b32</MD5>
    <SHA256>61D242E1A25492F6E9F580537FB16BF53EA229DCDBF5A23E52128B7FBD20EFEC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111642.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111642.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111643</Id>
    <Name>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>12.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111643.exe</Url>
    <Size>987379712</Size>
    <MD5>efd14fde8d377f2eeb6f7ed46dcf0dbf</MD5>
    <SHA256>2DDF9D51C35282330AC73096334590B4DCEB3A69B28E95171776E50D5B1CA2B3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111643.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111643.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111689</Id>
    <Name>HP EliteBook x360 830 G5 Windows 10 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/16/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111689.exe</Url>
    <Size>874028352</Size>
    <MD5>bf21c320900a5bc3f25c8a5b50831f9d</MD5>
    <SHA256>7FCE8706777FE5F8E182CF4302DA71061DE7833A35D9586A9D664F5485C110D4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111689.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111689.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G5 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111738</Id>
    <Name>HP ElitePro 400/600/800 G4 PC Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/18/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111738.exe</Url>
    <Size>807716752</Size>
    <MD5>4a2a4a82dd860affeefa0425fa36f2f4</MD5>
    <SHA256>88E3562534DDFAD28139668F54DCD1CBE0AD284C810AC1F25CC1564B1B3D6C79</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111738.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111738.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111747</Id>
    <Name>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/20/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111747.exe</Url>
    <Size>1335066232</Size>
    <MD5>a5e327e865b0229dcadde0d0dfc52848</MD5>
    <SHA256>3CCC2A3365F2854D480790C37757606D9E079DE225639B955C2DCADFAF544E22</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111747.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111747.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111752</Id>
    <Name>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/21/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111752.exe</Url>
    <Size>817798664</Size>
    <MD5>299b6e3b9a45469f08391f5e5977c0e7</MD5>
    <SHA256>3168E0CFF5818825EECB855B677CD4B73F5FBEE6ECF2399F30CF99AF8E23EB85</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111752.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111752.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111801</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111801.exe</Url>
    <Size>1146865912</Size>
    <MD5>f7e77acb162ffcb231869a7c786da92c</MD5>
    <SHA256>BDA82D110BEDF6FDFFB2247C0316CCEEC6729547AF976E5F70BB4C1B0D2FA7A1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111801.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111801.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111810</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111810.exe</Url>
    <Size>1450806312</Size>
    <MD5>42f2abb28fa4300377e5335354c2f3a1</MD5>
    <SHA256>B8A6BE8EF100F9407D7F27D8C20B9BD328826C98A9FB3EA0D2A657956E05B739</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111810.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111810.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111812</Id>
    <Name>HP Elite Dragonfly G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111812.exe</Url>
    <Size>1212844304</Size>
    <MD5>037258fe0bd26f06879b16000b5c7b7e</MD5>
    <SHA256>4686C8C18240D6305DDF468F0EC596281738F777506EA8E0F900E0A39C854134</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111812.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111812.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Dragonfly G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111813</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>10.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111813.exe</Url>
    <Size>1124471400</Size>
    <MD5>925c3b9bba19709f5add5dcb83d5f3ec</MD5>
    <SHA256>12FC7C4376B3F221EA535848D0572D7494536B7AF61436EB7C7B0A4D03478CD4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111813.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111813.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111854</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/22/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111854.exe</Url>
    <Size>1392855000</Size>
    <MD5>faa4875047df1f9f2c8ff69b51a78839</MD5>
    <SHA256>74CB4D748276F5830BA7E4D5B2D1095E3A7410801F304A4F74C5A0883FF93E44</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111854.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111854.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111865</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/23/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111865.exe</Url>
    <Size>1138260808</Size>
    <MD5>545fe53f6eced4df4062ee6448421a1f</MD5>
    <SHA256>D55F9A996C6C4144435FA529C1D4EE66A0D9D0C01566E2A2698920CA719703A3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111865.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111865.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111915</Id>
    <Name>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/25/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111915.exe</Url>
    <Size>1301335224</Size>
    <MD5>ecc333011beef0930aa5a68a76f2b2bf</MD5>
    <SHA256>F38E252773A6DF7847A2513CEAF59981A2FF19AC3675FCB170C69384051A4D66</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111915.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111915.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G6/ZHAN G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111946</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111946.exe</Url>
    <Size>1236241880</Size>
    <MD5>de776a5d1e9b49f57a5e2d3c8fe1596c</MD5>
    <SHA256>90BDC03BFE01D7D1BDA3AE170A8A75B72767A5411915D5030F54847C72B49E97</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111946.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111946.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111957</Id>
    <Name>HP EliteDesk 705 G3 Windows 10 x64 Driver Pack</Name>
    <Version>19.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111957.exe</Url>
    <Size>704988344</Size>
    <MD5>1fcd03b45b78beaee4f4588d0a71fe23</MD5>
    <SHA256>6F6D754826DE8B9CFC658D360EB9989E17220E3D8F60EB47FC09BEAEAAE7108E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111957.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111957.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111958</Id>
    <Name>HP ElitePro 600/800 G3 PC Windows 10 x64 Driver Pack</Name>
    <Version>20.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/28/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111958.exe</Url>
    <Size>941719952</Size>
    <MD5>131008b12c785e2a71c3a5eb14168fe3</MD5>
    <SHA256>A17BA7A8E0D6F85D1DEE884401D5819CF9859F09DA0EBABC67F633D03334264E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111958.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111958.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111980</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/29/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111980.exe</Url>
    <Size>1478928592</Size>
    <MD5>bd2578552c2a4a1d6bd8df6d38efc08b</MD5>
    <SHA256>27EAFE41689DD1BAEA98FEFF5D29934D1C3A64E8F5271E2CEEFB315E9B81DDA8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111980.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111980.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp111982</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/29/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111982.exe</Url>
    <Size>1356163408</Size>
    <MD5>67bf6d81f1ad952f4ecc62ef6893cf55</MD5>
    <SHA256>A84058278A2294B452D8D57D32EED7378807B3A8C64D3115721FD38549F2294F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111982.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp111501-112000/sp111982.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112001</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112001.exe</Url>
    <Size>728553808</Size>
    <MD5>1b375d0cd56c3f9a5059085b5ee1593c</MD5>
    <SHA256>7C47FBFB3A5AC59BB56A532F083E7306C5979497254A056750FC1B9BD8FEA1E3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112001.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112001.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112002</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>17.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/30/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112002.exe</Url>
    <Size>782759480</Size>
    <MD5>9862346369c710e644713b9236f3e8a1</MD5>
    <SHA256>7CDF95EFCAF41AC66F43B3E74B406B829DF10E099B556755473538E39C7DB6E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112002.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112002.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112019</Id>
    <Name>HP Elite/ZBook 8x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/31/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112019.exe</Url>
    <Size>1249542424</Size>
    <MD5>e84fbf6fade56908e18bf2812160455b</MD5>
    <SHA256>6CE8818CA049C782F0F62E607243BD35CD1EA2AEE4CC90059CC615D03FF0F35E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112019.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112019.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112022</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>11.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/31/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112022.exe</Url>
    <Size>734029488</Size>
    <MD5>af1ab9f7ad24c8d6e974a0e8fa15caa7</MD5>
    <SHA256>75180396A6B200AFCBCB10EAF08983DFFF75EB49EB848AACD75431939907FECF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112022.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112022.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112035</Id>
    <Name>HP ZBook x2 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/3/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112035.exe</Url>
    <Size>1156880080</Size>
    <MD5>de952008c56f106c1fca639690b2ea56</MD5>
    <SHA256>6CB4D4F2249E38FDA9113700FE714308730436E7ACF8E85D7B0283E9398AE859</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112035.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112035.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112088</Id>
    <Name>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/5/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112088.exe</Url>
    <Size>767706224</Size>
    <MD5>46721a03ebe5195387ed0c710e756a14</MD5>
    <SHA256>723BE71CF0E6FBFC9ED52527385C959BBDE0642E8EA4F69523780A672683F741</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112088.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112088.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112089</Id>
    <Name>HP Probook 6x0 G8 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/5/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112089.exe</Url>
    <Size>1660242784</Size>
    <MD5>8b9cf2e808cf91cfc01400ce1ec043c9</MD5>
    <SHA256>9FDC19777CE51694E1E4BBD03F974CB271C780000F8956326B69BAFAE4A8B5DF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112089.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112089.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112090</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/5/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112090.exe</Url>
    <Size>886265992</Size>
    <MD5>2d5e3ef10e48cf45a0fbb173813e76a6</MD5>
    <SHA256>96147EB9BB6E41B712A173000624E57A47A6D06689F7494A99998D5CFFEC7D5F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112090.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112090.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112091</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/5/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112091.exe</Url>
    <Size>886200496</Size>
    <MD5>14d9bb8825a856fb493570439e7b5f4a</MD5>
    <SHA256>2B4544843F844500F3743492770265AACA6FFA6F9DEA661B4FBA2A11DB877105</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112091.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112091.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112093</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>19.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/5/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112093.exe</Url>
    <Size>740918872</Size>
    <MD5>3dfaf3227775269b844b09d3539bb641</MD5>
    <SHA256>AD996BDE534EA49FB1C5A7C4A433A17BE8D13CF2FA1D3CEF07F8D5D484CECBF9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112093.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112093.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112129</Id>
    <Name>HP ProBook 4x5 G8 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/19/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112129.exe</Url>
    <Size>1064009408</Size>
    <MD5>95291c693da65c8fd16c2b3dc2a84cba</MD5>
    <SHA256>413D9E25F978EB5C741C0A94DE5CE0FAEDD1DBE5C930ED1A61EF899B632A5714</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112129.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112129.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112131</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>19.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/6/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112131.exe</Url>
    <Size>735440472</Size>
    <MD5>64c2b9e0943d6657ac9e50bb60f6c8e5</MD5>
    <SHA256>EC6771A0387E04CB9E66BF4420EC722D444AB3B04B30E88CA95743C1A31E85DC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112131.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112131.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112154</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/7/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112154.exe</Url>
    <Size>886422376</Size>
    <MD5>850788a0460d54d264be11bdbe24c8c0</MD5>
    <SHA256>6A801D72EEE942A32652E32937A7C811B61A07F4DFE03E700FC6D1E5BDAB023B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112154.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112154.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112207</Id>
    <Name>HP Elite/ZBook 8x0 G8 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112207.exe</Url>
    <Size>1651058824</Size>
    <MD5>588b905dc9c20fb398b826634935ff29</MD5>
    <SHA256>91F246631122FDC54A144157C173E97722CE33A3C349874CBE60A450ABD47FDF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112207.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112207.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112208</Id>
    <Name>HP EliteBook x360 830 G8 Windows 10 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112208.exe</Url>
    <Size>1202725280</Size>
    <MD5>445049c209363f68d53f018b7a7da271</MD5>
    <SHA256>1660F8323818F53CFAF7C036DE96E3C982307E51D672B1F3FD96C1D6E3581525</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112208.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112208.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G8 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112210</Id>
    <Name>HP ProBook x360 11 G7 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/19/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112210.exe</Url>
    <Size>538373680</Size>
    <MD5>fdd8b206dd8f0912e9b03931fe04b795</MD5>
    <SHA256>D8F049A58C8B1D1F0775095C67F280574345CB0E117F7A434AC4B90C2BE7CB3A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112210.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112210.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G7 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112391</Id>
    <Name>HP Z4G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/20/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112391.exe</Url>
    <Size>1495917232</Size>
    <MD5>c468247a5304494d9159263a481e5372</MD5>
    <SHA256>CC9B8A363F84BA7C05C64AADD39844F8AF64EC101ACCB9546875BB8EE24941EA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112391.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112391.html</ReleaseNotesUrl>
    <CvaTitle>HP Z4G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112392</Id>
    <Name>HP Z2G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112392.exe</Url>
    <Size>1814669000</Size>
    <MD5>5a762ae083cadba68a2f3521b720889e</MD5>
    <SHA256>79B4ACBA19290036356A1CBBC1FB6DF66FD7740D74415AC3060D77D27A88EFAB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112392.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112392.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112393</Id>
    <Name>HP Z2G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112393.exe</Url>
    <Size>1738865816</Size>
    <MD5>608c76d4d9cffd197919027006f44e53</MD5>
    <SHA256>9A4ADB1B6B8F0E278F847B9F87B0108BF8D686D15CCBCDEECCD3140961264B82</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112393.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112393.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112394</Id>
    <Name>HP ZCentral 4R Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112394.exe</Url>
    <Size>1016256856</Size>
    <MD5>c531be093623c8ff2eff3c2978d53c43</MD5>
    <SHA256>9F976D028A597033F303E7EE9B0CFD6D5E62A702947607CB954BAF5D4DE26835</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112394.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112394.html</ReleaseNotesUrl>
    <CvaTitle>HP ZCentral 4R Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112395</Id>
    <Name>HP Z6/Z8 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/22/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112395.exe</Url>
    <Size>1497344032</Size>
    <MD5>d9278d464d304ad55d52d75ca472e7e2</MD5>
    <SHA256>C95F2D5E03F3246C64AEBE9043C312A28F7715EA8296E9E201F550CADF0A7E95</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112395.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112395.html</ReleaseNotesUrl>
    <CvaTitle>HP Z6/Z8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112398</Id>
    <Name>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/20/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112398.exe</Url>
    <Size>927143336</Size>
    <MD5>b1de8362be2f8271da0fb66081e5e164</MD5>
    <SHA256>D1C9D945EECC886BB4269FBADE38ADD5D356232A4E12DC5E6B9D44E79D854A60</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112398.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112398.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112401</Id>
    <Name>HP ElitePro 4/6/800 G6 DM Win 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/20/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112401.exe</Url>
    <Size>1498481472</Size>
    <MD5>7ecbd0fdd4a7374c3d5419328fa58c9f</MD5>
    <SHA256>EAA67F31BB66942DF8EF15DE4789221E9C0743A9B937E054DD8CEBD7A0D0232B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112401.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112401.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G6 DM Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112464</Id>
    <Name>HP ElitePro 4/805 G6 DM Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/25/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112464.exe</Url>
    <Size>940923368</Size>
    <MD5>d29103ccd6d907c543bee9dde0c48b2c</MD5>
    <SHA256>FF48D68A8EE60D3803CEE6399939A86847DE9FB44E803A6389813F6040DEA89A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112464.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112001-112500/sp112464.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/805 G6 DM Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112656</Id>
    <Name>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/12/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112656.exe</Url>
    <Size>1394309288</Size>
    <MD5>c3e063689f647aeb2282b83a25210ad0</MD5>
    <SHA256>A03917092BB67ABD2FCE38D0488F889C6BAA7BDA3F8EA11E837B9743AD254E7A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112656.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112656.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp112708</Id>
    <Name>HP ProBook x360 435 G8 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/22/2021 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112708.exe</Url>
    <Size>601408816</Size>
    <MD5>4d8e9853d778b6e3c7e9f258703011d1</MD5>
    <SHA256>359591CF48CEB77C5C3B67E714F9419185A789D30A981DEE8595EF71AB014CD1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112708.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp112501-113000/sp112708.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 435 G8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp58948</Id>
    <Name>HP Z400, Z600, Z800 Windows 7 x86 Driver Pack</Name>
    <Version>A 1.01 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/8/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58948.exe</Url>
    <Size>444259376</Size>
    <MD5>7256b6ac50c4605fa3488110c63de78b</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58948.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58948.html</ReleaseNotesUrl>
    <CvaTitle>HP Z400, Z600, Z800 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp58949</Id>
    <Name>HP Z400, Z600, Z800 Windows 7 x64 Driver Pack</Name>
    <Version>A 1.01 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/8/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58949.exe</Url>
    <Size>526744088</Size>
    <MD5>58b62f84d0c5977e7a5969b72d621def</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58949.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58949.html</ReleaseNotesUrl>
    <CvaTitle>HP Z400, Z600, Z800 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp58950</Id>
    <Name>HP Z210 Workstations Windows 7 x64 Driver Pack</Name>
    <Version>A 1.01 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/8/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58950.exe</Url>
    <Size>530979600</Size>
    <MD5>0c05d01f68da95ed9412406077c2d315</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58950.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58950.html</ReleaseNotesUrl>
    <CvaTitle>HP Z210 Workstations Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp58951</Id>
    <Name>HP Z210 Workstations Windows 7 x86 Driver Pack</Name>
    <Version>A 1.01 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/8/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58951.exe</Url>
    <Size>439515264</Size>
    <MD5>075f3174ef00ed384c7037dd6c2c6cfe</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58951.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58951.html</ReleaseNotesUrl>
    <CvaTitle>HP Z210 Workstations Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp58959</Id>
    <Name>HP Z1 Workstations Windows 7 x86 Driver Pack</Name>
    <Version>A 1.00 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/1/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58959.exe</Url>
    <Size>519110552</Size>
    <MD5>0ce6ca328f76e5b4591d425d829b39bb</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58959.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp58501-59000/sp58959.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1 Workstations Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59221</Id>
    <Name>HP Compaq 8200 Elite PC Windows 7 x86 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59221.exe</Url>
    <Size>549741768</Size>
    <MD5>3a1d4c70a53b168bb08dc3497eaf2eb3</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59221.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59221.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 8200 Elite PC Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59222</Id>
    <Name>HP Compaq 8200 Elite PC Windows 7 x64 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59222.exe</Url>
    <Size>539517936</Size>
    <MD5>74d327b235b3b3c85f514c2835a239b1</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59222.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59222.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 8200 Elite PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59224</Id>
    <Name>HP Compaq 6200 Pro PC Windows 7 x86 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59224.exe</Url>
    <Size>204443728</Size>
    <MD5>3bc5f03ee1410543595b189820daa16c</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59224.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59224.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6200 Pro PC Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59225</Id>
    <Name>HP Compaq 6200 Pro PC Windows 7 x64 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59225.exe</Url>
    <Size>306172048</Size>
    <MD5>1a61c0b3fd5484509d483fc8ed243e4c</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59225.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59225.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6200 Pro PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59230</Id>
    <Name>HP Compaq 8000f Elite PC Win 7 x86 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/19/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59230.exe</Url>
    <Size>129737896</Size>
    <MD5>f9635465880604338ec9232a96ebd4e8</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59230.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59230.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 8000f Elite PC Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59232</Id>
    <Name>HP Compaq 6005 Pro USDT PC Win 7 x86 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59232.exe</Url>
    <Size>82074976</Size>
    <MD5>4218d0a252317a66b5a2dcdb3fb30b8f</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59232.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59232.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6005 Pro USDT PC Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59233</Id>
    <Name>HP Compaq 6005 Pro USDT PC Win 7 x64 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59233.exe</Url>
    <Size>111554296</Size>
    <MD5>6344bc4888b264b637fa2a5358e77241</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59233.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59233.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6005 Pro USDT PC Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59234</Id>
    <Name>HP Compaq 6000 Pro AiO PC Win 7 x86 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/24/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59234.exe</Url>
    <Size>248200976</Size>
    <MD5>7b3b87fd9f6a28182b5c9bde1a97977f</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59234.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59234.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6000 Pro AiO PC Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59235</Id>
    <Name>HP Compaq 6000 Pro AiO PC Windows 7 x64 Driver Pack</Name>
    <Version>1.00 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/24/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59235.exe</Url>
    <Size>312423400</Size>
    <MD5>94864cce9c49012b10fe08379eebde8b</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59235.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59001-59500/sp59235.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 6000 Pro AiO PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59687</Id>
    <Name>HP Z220 Workstations Windows 7 x86 Driver Pack</Name>
    <Version>1.01 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/30/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59687.exe</Url>
    <Size>607828816</Size>
    <MD5>0918b801e4dcefb061b79ce64d5ee4f3</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59687.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59687.html</ReleaseNotesUrl>
    <CvaTitle>HP Z220 Workstations Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59688</Id>
    <Name>HP Z220 Workstations Windows 7 x64 Driver Pack</Name>
    <Version>1.01 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/30/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59688.exe</Url>
    <Size>748985128</Size>
    <MD5>b65541f867010e14d4173f66895d5245</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59688.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59688.html</ReleaseNotesUrl>
    <CvaTitle>HP Z220 Workstations Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59775</Id>
    <Name>HP Compaq Pro 6305 PC Windows 7 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59775.exe</Url>
    <Size>311965744</Size>
    <MD5>f5c46a320d284e3697a36c6129c1a853</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59775.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59775.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Pro 6305 PC Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp59776</Id>
    <Name>HP Compaq Pro 6305 PC Windows 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2012 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59776.exe</Url>
    <Size>398247000</Size>
    <MD5>c0884a92aa11b59259245aca9a9122af</MD5>
    <SHA256 />
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59776.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp59501-60000/sp59776.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Pro 6305 PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61384</Id>
    <Name>HP Compaq Elite 8300 PC Windows 7 x86 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/3/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61384.exe</Url>
    <Size>344816928</Size>
    <MD5>3d521c868e05ba0ad619f9644ba34eb5</MD5>
    <SHA256>0F88C16BCD29F5FEEA8629D8C64EBB0E7368729B9107E2B4BE7DEE420F0C04FC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61384.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61384.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Elite 8300 PC Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61385</Id>
    <Name>HP Compaq Elite 8300 PC Windows 7 x64 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/3/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61385.exe</Url>
    <Size>573858984</Size>
    <MD5>71437c907da96fc494a39b9a406b1754</MD5>
    <SHA256>1b65589658a59fabe57f34b1658c6a3e5337cb7c8372f1dd96a54b6c7c2462a7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61385.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61385.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Elite 8300 PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61386</Id>
    <Name>HP Compaq Pro 6300 PC Windows 7 x86 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/4/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61386.exe</Url>
    <Size>447192480</Size>
    <MD5>2924df9999fac8ed76375b13c821d128</MD5>
    <SHA256>F834B052996D634C6942EA5BD2CB3B9C55CAABFFDF5116369CCD227661026355</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61386.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61386.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Pro 6300 PC Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61387</Id>
    <Name>HP Compaq Pro 6300 PC Windows 7 x64 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/3/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61387.exe</Url>
    <Size>513771424</Size>
    <MD5>b8ba13f7bf25ded6a6e7e9a35b5af8fa</MD5>
    <SHA256>3e58133ffe5665859fdcd7742d7dc27f504a3ae261a3c7a8789c3eaa48d95c85</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61387.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61001-61500/sp61387.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq Pro 6300 PC Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61535</Id>
    <Name>HP EliteBook 810 Windows 7 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/15/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61535.exe</Url>
    <Size>138074480</Size>
    <MD5>1a37a5337430d494075be683a57901fe</MD5>
    <SHA256>868C4A714AF88D85E1F609406FCF7B21516A21F19249D1DB320ACF68C9C8DA58</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61535.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61535.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 810 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp61536</Id>
    <Name>HP EliteBook 810 Windows 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/15/2013 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61536.exe</Url>
    <Size>184052608</Size>
    <MD5>c36f7941d37115e92e6929665a9a29de</MD5>
    <SHA256>E5373F353E1A954E3046941CE72BD76E352DDCA0315098AF26B111DB6F9D6121</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61536.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp61501-62000/sp61536.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 810 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp65557</Id>
    <Name>HP Z230 Workstations Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/4/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65557.exe</Url>
    <Size>997573864</Size>
    <MD5>2490a99dd9a7b1580558c5585a9b45e6</MD5>
    <SHA256>EC8608DA519D7BA97DBCEA8E41AFAA5C6CEBD39D856DBD7C867CBA59A94F53C1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65557.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65557.html</ReleaseNotesUrl>
    <CvaTitle>HP Z230 Workstations Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp65875</Id>
    <Name>HP Z1 G2 Workstations Windows 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/28/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65875.exe</Url>
    <Size>443518000</Size>
    <MD5>a0ad00ae9e1abae8a2517aa42a1114e5</MD5>
    <SHA256>88D831C5AA0224712FA37F1BE8B89A0C1545AAAB7EED9DB63D53AC6CF266C76D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65875.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65875.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1 G2 Workstations Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp65876</Id>
    <Name>HP Z1 G2 Workstations Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/28/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65876.exe</Url>
    <Size>445388280</Size>
    <MD5>3515d79c92fa5047229624d38b8efe78</MD5>
    <SHA256>5BCA1847747BB0D2AD7571136715739224D5B1C7A632F4947C52B95D64B98F5A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65876.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp65501-66000/sp65876.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1 G2 Workstations Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66134</Id>
    <Name>HP Compaq 8100 Elite PC Win 7 x64 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/9/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66134.exe</Url>
    <Size>385088280</Size>
    <MD5>65f1954fa69e3ffac899ed4b24146e5c</MD5>
    <SHA256>5657EEDCB73DF91D18AE4620B0C294046300ECA401C947A32EF29E98A7E575A3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66134.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66134.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 8100 Elite PC Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66432</Id>
    <Name>HP Z/Elite/Pro G1 Windows 7 x64 Driver Pack</Name>
    <Version>1.06 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/20/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66432.exe</Url>
    <Size>890144584</Size>
    <MD5>388eeddfdb989a6936396f99b95010ba</MD5>
    <SHA256>3EE7D17F78125304B053498B7D5E4753D3B44BF3A593F5B369A55EFFC4875ABC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66432.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66432.html</ReleaseNotesUrl>
    <CvaTitle>HP Z/Elite/Pro G1 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66434</Id>
    <Name>HP Z/Elite/Pro G1 Windows 7 x86 Driver Pack</Name>
    <Version>1.03 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/20/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66434.exe</Url>
    <Size>619827592</Size>
    <MD5>00102269704e38fde001ec499892b092</MD5>
    <SHA256>4832135CB7AE4A5CBEB021007CD277DBED2C36E2CCC5D8E80917FE7603DF175B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66434.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66434.html</ReleaseNotesUrl>
    <CvaTitle>HP Z/Elite/Pro G1 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66435</Id>
    <Name>HP Revolve 810 G2 Win8.1 x64 Driver Pack</Name>
    <Version>1.02 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/20/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66435.exe</Url>
    <Size>747746320</Size>
    <MD5>08430f3678b85087fdcd72717265ba68</MD5>
    <SHA256>22ED179429E820F613FB352698DC08B78FF17D3481125BF655B15E13F6855759</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66435.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66435.html</ReleaseNotesUrl>
    <CvaTitle>HP Revolve 810 G2 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66436</Id>
    <Name>HP Z/Elite/Pro G2 Windows 7 x86 Driver Pack</Name>
    <Version>1.00 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/30/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66436.exe</Url>
    <Size>211272704</Size>
    <MD5>f931bc116309bde467fa1c798ab36119</MD5>
    <SHA256>0F8EDCC8E533FBBCC570B25D10D8FA203A4B4277A6B6BB981209A3FAA038AC41</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66436.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66001-66500/sp66436.html</ReleaseNotesUrl>
    <CvaTitle>HP Z/Elite/Pro G2 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp66647</Id>
    <Name>HP Compaq 8100 Elite PC Win 7 x86 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/9/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp66501-67000/sp66647.exe</Url>
    <Size>506769880</Size>
    <MD5>458edfac4acbeed539adf7b33c73a42b</MD5>
    <SHA256>5372029EB7E8C07C8379350FDCFB4E52E7462AB7E20E56E1EF7DE8C121B957ED</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp66501-67000/sp66647.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp66501-67000/sp66647.html</ReleaseNotesUrl>
    <CvaTitle>HP Compaq 8100 Elite PC Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp67945</Id>
    <Name>HP ElitePad 1000 G2 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/1/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp67501-68000/sp67945.exe</Url>
    <Size>182143640</Size>
    <MD5>ad58a34367fc4bb14721e9da047ec0be</MD5>
    <SHA256>DF6D364BA74E48330EB50ED9ADEDB20FE43816F411916BCF83F02D8472398C06</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp67501-68000/sp67945.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp67501-68000/sp67945.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePad 1000 G2 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68066</Id>
    <Name>HP Elite/Pro G1 Tablet Windows 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/8/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68001-68500/sp68066.exe</Url>
    <Size>304348792</Size>
    <MD5>447478eff288cb29d8c8e3be6bfbbf63</MD5>
    <SHA256>A8C44A29D8CE79DB5DE445600974BD2C7255FB762D8A99BD61BDA9A3B49117F5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68001-68500/sp68066.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68001-68500/sp68066.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/Pro G1 Tablet Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68644</Id>
    <Name>HP Z420, Z620, Z820 Windows 7 x64 Driver Pack</Name>
    <Version>1.03 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/12/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68644.exe</Url>
    <Size>572324184</Size>
    <MD5>31039cf328b9427180b9e56b093e5df6</MD5>
    <SHA256>D2358BE30E3AEEEFF530F20BA340EE3B3E8FE9CD9B889B10CB219206C43ADEE2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68644.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68644.html</ReleaseNotesUrl>
    <CvaTitle>HP Z420, Z620, Z820 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68647</Id>
    <Name>HP Z420, Z620, Z820 Windows 7 x86 Driver Pack</Name>
    <Version>1.03 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/8/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68647.exe</Url>
    <Size>470082720</Size>
    <MD5>ddc003ea5adbfd81fb0c337ea3762378</MD5>
    <SHA256>8082140F9D95091FFA6B35F6CDE361D0BF9ABC26C4F0B3B61008A04E9992CBDB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68647.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68647.html</ReleaseNotesUrl>
    <CvaTitle>HP Z420, Z620, Z820 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68648</Id>
    <Name>HP Z420, Z620, Z820 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/8/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68648.exe</Url>
    <Size>834099624</Size>
    <MD5>16bec6a95b1959984488a3afab8f9395</MD5>
    <SHA256>DBBC927A16075C6CD8EEE8F861D6EDA59636A645E007D375B9A5DC0CDF864F5D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68648.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68648.html</ReleaseNotesUrl>
    <CvaTitle>HP Z420, Z620, Z820 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68878</Id>
    <Name>HP Z/Elite/Pro G2 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.02 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/11/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68878.exe</Url>
    <Size>912264</Size>
    <MD5>28eb9f0637ddd2726f22cb82d45ee3cd</MD5>
    <SHA256>0596c580ecd325c5d5444c9d8923aba4062a587af2c7ac24bef8b3b7a7c455f6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68878.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68878.html</ReleaseNotesUrl>
    <CvaTitle>HP Z/Elite/Pro G2 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68887</Id>
    <Name>HP Z/Elite/Pro G2 Windows 7 x64 Driver Pack</Name>
    <Version>1.02 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/12/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68887.exe</Url>
    <Size>887383824</Size>
    <MD5>a3cfc06147a574015444051c10f9a833</MD5>
    <SHA256>87D1D1C157F2539851645D0293181B30DB365F8F18A382EEFC2029833F81FB35</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68887.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68887.html</ReleaseNotesUrl>
    <CvaTitle>HP Z/Elite/Pro G2 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp68914</Id>
    <Name>HP Elite/Pro G1 Tablet Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/15/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68914.exe</Url>
    <Size>347688288</Size>
    <MD5>1c3a8031a525f0e60042d4c4a5c7c475</MD5>
    <SHA256>F7AC2BA5F5922D9986B9DD0A8902A67A25FC706A1097C0CF51E53BFC56081EC8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68914.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp68501-69000/sp68914.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/Pro G1 Tablet Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69429</Id>
    <Name>HP Z1 Workstations Windows 7 x64 Driver Pack</Name>
    <Version>3 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/24/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69001-69500/sp69429.exe</Url>
    <Size>608681728</Size>
    <MD5>d80cf525bbd5e5da77583f2fb4e89930</MD5>
    <SHA256>B50EA2B1C9E32822E123027BA36F8E48A6D9DD4EBFFE6A46FDD9D29D15DD7535</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69001-69500/sp69429.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69001-69500/sp69429.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1 Workstations Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69539</Id>
    <Name>HP DT 600/700/800 G1 Windows 7 x86 Driver Pack</Name>
    <Version>1.01 A 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69539.exe</Url>
    <Size>420552288</Size>
    <MD5>b18967b8c125b5769fcc743a0bf4ec66</MD5>
    <SHA256>DAF3A9317EA6CD024EED55521C731FEB3B835F4AE2A7D44CDE73A4113B6508CF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69539.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69539.html</ReleaseNotesUrl>
    <CvaTitle>HP DT 600/700/800 G1 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69540</Id>
    <Name>HP DT 600/700/800 G1 Windows 7 x64 Driver Pack</Name>
    <Version>1.01 A 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69540.exe</Url>
    <Size>630395888</Size>
    <MD5>13e39be6cdd43fbffbe8b1d1f196e867</MD5>
    <SHA256>5ED1E0DC463E322DD3F8B74DDF562301A12107F3997B92AF2D0996407EEF4368</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69540.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69540.html</ReleaseNotesUrl>
    <CvaTitle>HP DT 600/700/800 G1 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69541</Id>
    <Name>HP DT 600/700/800 G1 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.01 A 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69541.exe</Url>
    <Size>806964784</Size>
    <MD5>2915d6d20ae17b6383ff4611a4484aa3</MD5>
    <SHA256>68585559C06015D3EFA27A666E657AF84DFEBD0746B036384BF6DBA84571FAA6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69541.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69541.html</ReleaseNotesUrl>
    <CvaTitle>HP DT 600/700/800 G1 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69686</Id>
    <Name>HP Z230 Workstations Windows 7 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/5/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69686.exe</Url>
    <Size>679772832</Size>
    <MD5>24f69f1f317adee825c8f5e3b9227f67</MD5>
    <SHA256>A51AEDB1C16D09A991BCB277217309FD449CD28DFB94597715FC50CF6D10C72C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69686.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69686.html</ReleaseNotesUrl>
    <CvaTitle>HP Z230 Workstations Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp69687</Id>
    <Name>HP Z230 Workstations Windows 7 x86 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/5/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69687.exe</Url>
    <Size>527444024</Size>
    <MD5>6300e456d5b954c868469f80f57252ba</MD5>
    <SHA256>AD009F04D0BBF754E8FA6BD73C67169912F77FB4CF498533E825A10DA084B12C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69687.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp69501-70000/sp69687.html</ReleaseNotesUrl>
    <CvaTitle>HP Z230 Workstations Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70142</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Win8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/17/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70142.exe</Url>
    <Size>465983440</Size>
    <MD5>c05257208e6a0a11f91848f373b6e262</MD5>
    <SHA256>A3045F8617D6DB53CA8C4EF58427CC45B74F7BD728163B11514CCC61A0693807</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70142.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70142.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70143</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Win 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/17/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70143.exe</Url>
    <Size>422007608</Size>
    <MD5>10e3b522a0af744999a72ece183a044d</MD5>
    <SHA256>A442061156770FAA4B2976BC9B3D786F4A02954F2CA2D7757400ACF60D4E029C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70143.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70143.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70144</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Win 7 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/17/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70144.exe</Url>
    <Size>291466832</Size>
    <MD5>4a35e15f2176e7c4d92a897f626e4139</MD5>
    <SHA256>7F86B4EE497D75CD50C37E9709AC9899475C60D8B8D10054AE6AD43C63BEB5E9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70144.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70144.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70163</Id>
    <Name>HP EliteBook 1040 G2 Win8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70163.exe</Url>
    <Size>355422328</Size>
    <MD5>1002fb8b1e1acb821de059939d6bf48b</MD5>
    <SHA256>9B04780094A933C27F030B8CBC276658CD8F0D56891A6E5C821BF2FC64A18B09</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70163.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70163.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70164</Id>
    <Name>HP EliteBook 1040 G2 Win 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70164.exe</Url>
    <Size>306967544</Size>
    <MD5>1df50bc2fe30c1c7332c7b58affe8789</MD5>
    <SHA256>8A1BC8BFE6AA82402B09BBBD23628A6479674A2A429450F0D34F69F440337357</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70164.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70164.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70165</Id>
    <Name>HP EliteBook 1040 G2 Win 7 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70165.exe</Url>
    <Size>234128376</Size>
    <MD5>37ba808345c0c90a47b99836d559c2aa</MD5>
    <SHA256>126D622632C0A2C9D550BC0877116700460D2A45F49A13C922AC2462A3FD37EF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70165.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70165.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70166</Id>
    <Name>HP EliteBook Revolve 810 G3 Win8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70166.exe</Url>
    <Size>274618784</Size>
    <MD5>436942a59eea6c93766d9ee15d7bcd4d</MD5>
    <SHA256>528AA25B0F44B7CE9F964F387CF9D12A3731C4E8CC2A446495468A7B5F8B508C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70166.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70166.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Revolve 810 G3 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70167</Id>
    <Name>HP EliteBook Revolve 810 G3 Win 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/19/2014 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70167.exe</Url>
    <Size>223581112</Size>
    <MD5>82fea74a39f8ffc6a8504a6d830b3fe5</MD5>
    <SHA256>E92DC2604C8F6F16DBEDF8CE0CFC76DFD3150FBF0DA911B7FFDEC1EE27695501</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70167.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70167.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Revolve 810 G3 Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70362</Id>
    <Name>HP EliteBook Folio 1020 G1 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70362.exe</Url>
    <Size>330934136</Size>
    <MD5>4bf7dc75653fc73c38d8f97fde4249a1</MD5>
    <SHA256>1209D2B17AA727066D42970DBDE6BF5C993637458DBB65291C81D9CF4D768474</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70362.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70362.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70363</Id>
    <Name>HP EliteBook Folio 1020 G1 Win 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70363.exe</Url>
    <Size>285052440</Size>
    <MD5>c8e56afc93605ec5900a5b6d378305f3</MD5>
    <SHA256>3707371031F213D5F42B15F55448ED9BB5AB33BA097754AFFB288C832D580569</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70363.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70363.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70364</Id>
    <Name>HP EliteBook Folio 1020 G1 Windows 7 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70364.exe</Url>
    <Size>216045488</Size>
    <MD5>163252c58705f09eb3af151a58e2fc75</MD5>
    <SHA256>6CAED05851CBE68CD3F7515913E001B23A7B3AAC03A7257DB9B50708471AAE30</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70364.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70364.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70365</Id>
    <Name>HP Elite x2 1011 G1 Tablet Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70365.exe</Url>
    <Size>353256896</Size>
    <MD5>abd7c1237be830a2bc750526e28b4d36</MD5>
    <SHA256>AAC729FAF8EE976CC4D2123186FAFCD1F414893383E8B4226B56DAA83041CF3B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70365.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70365.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1011 G1 Tablet Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp70366</Id>
    <Name>HP Elite x2 1011 G1 Tablet Windows 7 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70366.exe</Url>
    <Size>303714560</Size>
    <MD5>2f20b1f20328fdf9ce90f24fbdf56243</MD5>
    <SHA256>B5838BDAF2CAF09E5B4C1CA325ED5CA99B9A5F80E993C82640F7897E16A73ACF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70366.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp70001-70500/sp70366.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1011 G1 Tablet Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp71402</Id>
    <Name>HP Revolve 810 G2 Win8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/11/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp71001-71500/sp71402.exe</Url>
    <Size>745990504</Size>
    <MD5>d3126737f906e0c522136f84d77192f6</MD5>
    <SHA256>77666377A4F2CD7F621337B7D5D550D104D84FF4CBE35682FAB64C0E73B49384</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp71001-71500/sp71402.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp71001-71500/sp71402.html</ReleaseNotesUrl>
    <CvaTitle>HP Revolve 810 G2 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp72465</Id>
    <Name>HP Z230 Workstations Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/16/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72465.exe</Url>
    <Size>764891304</Size>
    <MD5>0607fea96431a0d60f7c2a31b8009ae1</MD5>
    <SHA256>4A5B5610AEEBC7899E4AD475208C1C59068F8A94FFA97CA01A8B50859A67DDDB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72465.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72465.html</ReleaseNotesUrl>
    <CvaTitle>HP Z230 Workstations Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp72467</Id>
    <Name>HP Z1 G2 Workstations Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/16/2015 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72467.exe</Url>
    <Size>517273632</Size>
    <MD5>47fe122f41563babaa0993915783f279</MD5>
    <SHA256>2CE2C4623C4E4351E722A89C174A335887BF04526346623B89FF4B3780701096</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72467.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp72001-72500/sp72467.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1 G2 Workstations Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp75486</Id>
    <Name>HP Pro Tablet 608 G1 Windows 8.1 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/4/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp75001-75500/sp75486.exe</Url>
    <Size>292824080</Size>
    <MD5>328ff58c38b303fd120fbf3bac84bd6b</MD5>
    <SHA256>5B2F7EA903F739F77AE8DCA8EA07768BD308AFE3E73B339E51EEAB2456B95F21</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp75001-75500/sp75486.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp75001-75500/sp75486.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro Tablet 608 G1 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp76299</Id>
    <Name>HP Z440/Z640/Z840 Windows 8.1 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp76001-76500/sp76299.exe</Url>
    <Size>534438400</Size>
    <MD5>d592c805c7ba064bf23df261e771c55e</MD5>
    <SHA256>42DB3EF83A8F268A7D85973B26D05C246F5D8F24A1EA40869DD541B8B0301009</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp76001-76500/sp76299.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp76001-76500/sp76299.html</ReleaseNotesUrl>
    <CvaTitle>HP Z440/Z640/Z840 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp76714</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/18/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76714.exe</Url>
    <Size>743987448</Size>
    <MD5>f2e182c2a10c925eae66bd37b0945972</MD5>
    <SHA256>7A7E38ED6F6E54DB1D311E1E44221657F33DA07E7F5D5AD144850409AF725AAA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76714.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76714.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp76717</Id>
    <Name>HP ElitePro 600/800 G2 PC Win8.1 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/15/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76717.exe</Url>
    <Size>772660536</Size>
    <MD5>01e7f7a3b7bceb7220664c74bdf67b33</MD5>
    <SHA256>58549578FCD59D8734F671B89FCDEBB12A24F00B434766FE31BB3599E9E39FCB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76717.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp76501-77000/sp76717.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp77225</Id>
    <Name>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77225.exe</Url>
    <Size>516323304</Size>
    <MD5>63211795340609598f6c3e9ca7d336f6</MD5>
    <SHA256>8B7DB0FB53F38509EB25DEA40274620E2102A3B15DB12780A73AD3FDEFEC38D2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77225.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77225.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp77445</Id>
    <Name>HP Pro Tablet 608 G1 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/7/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77445.exe</Url>
    <Size>294542592</Size>
    <MD5>c4a98cd30a3c1003b771b494b7fc30fe</MD5>
    <SHA256>A30C8A8BECAEF978C6E259B76DB8734022162CFDF22933E22327374BB24BD874</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77445.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77445.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro Tablet 608 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp77446</Id>
    <Name>HP ElitePad 1000 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/9/2016 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77446.exe</Url>
    <Size>196402768</Size>
    <MD5>9cd9a53956f09d93ea58188e19398d53</MD5>
    <SHA256>FA700062B309BAEE03FE254C2ED8EA691D282D6F57B444A3606D913D3FEA098D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77446.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp77001-77500/sp77446.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePad 1000 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp78542</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/8/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78542.exe</Url>
    <Size>585588504</Size>
    <MD5>700714be5938b453b65f5befc3b1bad6</MD5>
    <SHA256>C33F4E02BF89E6A01087E8AC0FD1EDE3553CBD0A3FABBB4B406B56A50029D9A6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78542.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78542.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp78544</Id>
    <Name>HP Elite x2 1012 G2 Tablet Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/19/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78544.exe</Url>
    <Size>638235104</Size>
    <MD5>5cdb02932d813dcf986f4f7cb57d208e</MD5>
    <SHA256>16173FD13476BDFA00F112A04526CB3789C28C93D74C76304E514B2B6BF7BDAD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78544.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp78501-79000/sp78544.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79039</Id>
    <Name>HP EliteDesk 705 G3 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/13/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79039.exe</Url>
    <Size>663908752</Size>
    <MD5>d718ec20c2587c5ad68c7a81c3865c24</MD5>
    <SHA256>1A89A52DA3A1B1CB6F6F6D9ABE95554A05CBE49AF7B95BC344D87E51DDF17DD7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79039.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79039.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79057</Id>
    <Name>HP ZBook x2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/27/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79057.exe</Url>
    <Size>987922272</Size>
    <MD5>f75337b31c8a660e5220b59b6e3495e9</MD5>
    <SHA256>ACEBAC2DB99ECDB46396E8A70063185A2522E346BE2F9EF844033C9B4AFD8F37</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79057.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79057.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79202</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79202.exe</Url>
    <Size>682817032</Size>
    <MD5>618cfe4cbff332f467f757be06d854a1</MD5>
    <SHA256>6DEC8051E9C8C45C37127199B75226E9EFD1A092EF4621BD8A49CC29BAF8F3BF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79202.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79202.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79203</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79203.exe</Url>
    <Size>923155376</Size>
    <MD5>dddf0af739701d2e81c7095c7b1187a3</MD5>
    <SHA256>1C7F7BF69F21366511FB001784CB8F74E165FDD27CFBB7AD944DD5C366BF9923</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79203.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79203.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79213</Id>
    <Name>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79213.exe</Url>
    <Size>897310736</Size>
    <MD5>9ce5fd209328ef75e2c220faf107637e</MD5>
    <SHA256>639EDE98229F67CC43787F186D98EC55172E13EED38E03215C38DA29BDB6C876</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79213.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79213.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79214</Id>
    <Name>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79214.exe</Url>
    <Size>425155176</Size>
    <MD5>43cc60329abaaec5fd62b9d6806d94ef</MD5>
    <SHA256>A524576E8129F191042E87CC337B6FC1E1825A079E3E46F011600CC772DF6421</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79214.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79214.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79215</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79215.exe</Url>
    <Size>638954432</Size>
    <MD5>7b42fd84acf7556992d5ea29135af6a6</MD5>
    <SHA256>287C48BF73DAD7498F6EAF9DBC774A6167626BA37738038C940415E42989F0CC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79215.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79215.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79216</Id>
    <Name>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79216.exe</Url>
    <Size>452505440</Size>
    <MD5>45fc72d0a7e041a5b0508d365cfdf39d</MD5>
    <SHA256>1976725DF3C34080EEBD9833EBA5DA7A37C41DEE284ECF3DA3E972146A32F4BE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79216.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79216.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79217</Id>
    <Name>HP Pro Tablet 608 G1 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79217.exe</Url>
    <Size>279208848</Size>
    <MD5>7ce774d34f74e9959a22106b345308a3</MD5>
    <SHA256>00E75697934AC1F3A7FE997217017417E4BFAD8122B6938C7D695FA36A4FEC41</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79217.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79217.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro Tablet 608 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79218</Id>
    <Name>HP Elite x2 1011 G1 Tablet Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79218.exe</Url>
    <Size>474967056</Size>
    <MD5>9326dc88e5d4deece6bd97b11dc1591d</MD5>
    <SHA256>B8B29735200CD56ADAC7FDC723F21460AA2454624B7D1F048915AADD3C85191D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79218.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79218.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1011 G1 Tablet Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79219</Id>
    <Name>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79219.exe</Url>
    <Size>478142592</Size>
    <MD5>50d6be9aa5c6fcea64b8da3a6eb09dbf</MD5>
    <SHA256>54E2CC4433CC7ED8570057DD4801BFA9B484361780D4280C080E412CCFC28F51</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79219.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79219.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79220</Id>
    <Name>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79220.exe</Url>
    <Size>452667080</Size>
    <MD5>934019d8da4bc15fb406081628195ab8</MD5>
    <SHA256>539A764679BC80C92BA7DABD6EC5C8DC806F05A218357021B898877FCD983053</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79220.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79220.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79221</Id>
    <Name>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79221.exe</Url>
    <Size>356029112</Size>
    <MD5>88da435982a64afced160c86ef11dbd8</MD5>
    <SHA256>D3CA577E114349B5FA5F6842FD5766744F8380E87B4599C0902A3F121BDEF96F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79221.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79221.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79223</Id>
    <Name>HP Elite Folio 9480m Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/26/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79223.exe</Url>
    <Size>453005352</Size>
    <MD5>eb58cfb0e7b38365fa1fadab0fe3260a</MD5>
    <SHA256>84D5668A498747E869B39D4F38C93A05866ABC05011B02400291B85BD2EF4598</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79223.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79223.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio 9480m Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79263</Id>
    <Name>HP Z1G3 Windows 10 x64 Driver Pack</Name>
    <Version>01.2017 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/7/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79263.exe</Url>
    <Size>500656024</Size>
    <MD5>f148ce1463b6741be492a1669890bd1b</MD5>
    <SHA256>DEA59A9F36214900F4FDDAA513F9F78B89148F0E3A275F5CA4D2F0F8C0179773</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79263.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79263.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp79268</Id>
    <Name>HP Z1G3 Windows 7 x64 Driver Pack</Name>
    <Version>02.2017 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/7/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79268.exe</Url>
    <Size>499414272</Size>
    <MD5>0530ae7ff963753a518d3f66cf3f1c97</MD5>
    <SHA256>8320B947BCFB1C31F8750A44D35030B8322E1708B211C0109AA68AFF427E5900</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79268.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp79001-79500/sp79268.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80155</Id>
    <Name>HP Sprout Pro Windows 10 x64 Driver Pack</Name>
    <Version>10.2017 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/20/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80155.exe</Url>
    <Size>667714744</Size>
    <MD5>baf56432ed603e1c4ebdd9cbc5ed5eb5</MD5>
    <SHA256>FA21369C114C1EBA8F0912D6836138D50A4F087D22E20434E69F76DF6C9198AA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80155.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80155.html</ReleaseNotesUrl>
    <CvaTitle>HP Sprout Pro Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80239</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/24/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80239.exe</Url>
    <Size>622432336</Size>
    <MD5>d6ef123f632a52aa520ef62fff45e596</MD5>
    <SHA256>608F2A191701229B8A18F8572BEACA3DBF0B8846BFF0909F92D9E545A48226FE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80239.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80239.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80255</Id>
    <Name>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</Name>
    <Version>06.2017 C 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/15/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80255.exe</Url>
    <Size>921406600</Size>
    <MD5>782d8dc857393a0140cd8f010f7f5c2d</MD5>
    <SHA256>42D62BE217483DEEBB97BC62F2292B20D505C77E3E5443785F3C0FE9708C62B9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80255.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80255.html</ReleaseNotesUrl>
    <CvaTitle>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80258</Id>
    <Name>HP Z2 Mini G3 Windows 10 x64 Driver Pack</Name>
    <Version>06.2017 C 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/15/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80258.exe</Url>
    <Size>721917088</Size>
    <MD5>48de1e976500a70307fdcd636b08a456</MD5>
    <SHA256>2418449C2AB483E6541124271946885CED8BA49CD06217D12AD2284D1993A211</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80258.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80258.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80306</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/31/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80306.exe</Url>
    <Size>1036823336</Size>
    <MD5>ee95f68769edede6533127b2e95e14bb</MD5>
    <SHA256>2FE74B1F5D56DE2F500499D2AAC24FDBD4BA1EE3F4CCEB648265ED429AD9DFD7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80306.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80306.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80415</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/16/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80415.exe</Url>
    <Size>474455536</Size>
    <MD5>526294963e585db2be775279191c134e</MD5>
    <SHA256>6B9C8213F1EF52F2EA0E3B4C5D5732B1CF0E4EAB65FF60107592F199467B544F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80415.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80415.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80486</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.20 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80486.exe</Url>
    <Size>464191240</Size>
    <MD5>f65cb006393a611d43fc4cb50555b5bf</MD5>
    <SHA256>DD4A633DF3E32C4DABC78110D54914A5A45584CAE6DF57353EDF00F0BD2CF449</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80486.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80486.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80488</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>2.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80488.exe</Url>
    <Size>491904984</Size>
    <MD5>b13cf6b6c86f7367972f120b21a11bf7</MD5>
    <SHA256>4B0327B8D9C846A5F77D00DA89166C84490D32BFDFC95128E3F1505E2B724A16</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80488.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80488.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80489</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80489.exe</Url>
    <Size>521827424</Size>
    <MD5>cb8ddcdcfd9849bef0dc12c449428a8f</MD5>
    <SHA256>A6E72B00C5A07994FAE3BAED99CAED9F1D64A21C181AE6785A432E7777607E90</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80489.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80489.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80490</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>3.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80490.exe</Url>
    <Size>708989544</Size>
    <MD5>5c88bf5a8f3dc44b3833a83971a47fac</MD5>
    <SHA256>BC6926A32101168F51CEF7BEE287CD8E0857FEAF32289DBAB7F1062A95F808A8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80490.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80490.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80491</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>3.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80491.exe</Url>
    <Size>470078552</Size>
    <MD5>f6da5b8f37221a2c4b8e5d22890dfdd3</MD5>
    <SHA256>881A4603C5FF4C3714572226702EF60C4E0EBFD23B46313FA97FF8409181F1FA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80491.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80491.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80492</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>2.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80492.exe</Url>
    <Size>743829992</Size>
    <MD5>5ea9ed620b1c8e1100dc6c285b67b90a</MD5>
    <SHA256>B5E7EFB8A87DBA96A11659DCFD9496699719193776E074C63849C92252B0E07E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80492.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80492.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80493</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>3.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80493.exe</Url>
    <Size>347993592</Size>
    <MD5>3bfd1457398b17eac59ba21338cd8f3c</MD5>
    <SHA256>2A6CEAC21D3AB9D43014273EB780E5A18C1645ED3B6DCDFABAFB9BE1277B23A5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80493.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80493.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80494</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.10 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80494.exe</Url>
    <Size>1108664032</Size>
    <MD5>5147b6953d50acb55e96ae6242882a4c</MD5>
    <SHA256>F2F4DAECA3C5484EF9D839B70046C8266AB5B0228043CA7FF6012C4E2972A89A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80494.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80001-80500/sp80494.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80515</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/20/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80515.exe</Url>
    <Size>503048656</Size>
    <MD5>caea4cdf63520f3680c8763558e80ad6</MD5>
    <SHA256>D8FAD5005C6AD7EAAE3BF825617EC6161AFB4746E663D6D04F4EBF4E7CEA3BE8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80515.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80515.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80516</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/16/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80516.exe</Url>
    <Size>754089472</Size>
    <MD5>9a1808fd459f9123278e2993a38e9a0a</MD5>
    <SHA256>5CECD1CC5B65112D01D79E7D884F7EBCC8BD9BFBB29DEA8DFE7BCFC4E6CFCF30</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80516.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80516.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80517</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80517.exe</Url>
    <Size>503273824</Size>
    <MD5>dbb2c0ec35f53c39e18192c3c390594f</MD5>
    <SHA256>6E7CD89FC7DB6E51742DD465C2AD8D24E1FB033DF393F92E55762CAEE424CD7B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80517.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80517.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80518</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80518.exe</Url>
    <Size>585074576</Size>
    <MD5>0e67a436c5eabab839fc8d5133eb9bec</MD5>
    <SHA256>28BBE2DC5299F5667463027FF1C582ECB6E83143068C37ED50BF3AEDDD2EBAAE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80518.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80518.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80519</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80519.exe</Url>
    <Size>544511256</Size>
    <MD5>b6014cfac87c1efdd4837eb79221abb0</MD5>
    <SHA256>18F634A6FB053BC0651A0A0C1617F384CDD58AC27E509E565F48DBEC1F8EB22A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80519.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80519.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80520</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80520.exe</Url>
    <Size>1161842328</Size>
    <MD5>c1be9b259b63557b4db0dfa323fb1e6b</MD5>
    <SHA256>1689B94F74DD038385CBE8978A44D9E228F792D1AE6CD84822020F70EF700278</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80520.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80520.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80521</Id>
    <Name>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80521.exe</Url>
    <Size>1117186488</Size>
    <MD5>37c66f318dc48d454194ea3a3614489b</MD5>
    <SHA256>7A9B4F8AE0B2507520D74D6F701545E28EB08E56B5CB22BC3DCFBC567341C969</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80521.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80521.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80522</Id>
    <Name>HP ZBook Studio G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80522.exe</Url>
    <Size>1097750920</Size>
    <MD5>0825fb51183654889119bf7fa8a2bd8c</MD5>
    <SHA256>51A894A90D5DE83AC30FD221DBFE05E16D035A367548650B6128AF81B50B9BFE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80522.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80522.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80523</Id>
    <Name>HP Folio 1040 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/21/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80523.exe</Url>
    <Size>447891624</Size>
    <MD5>10a7ae2943db4f5411ba8568824a78ef</MD5>
    <SHA256>644F3770A8E9E287F86A964F23A384612BC7750134DFE450560CE83FEF064225</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80523.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80523.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80524</Id>
    <Name>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/9/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80524.exe</Url>
    <Size>400190368</Size>
    <MD5>8d7daa0d4b7b3fb56813e0a607742991</MD5>
    <SHA256>1DDF7B951D84A76EE6D270BB8A17254FA79B5C4DCC7F3DDA1A4CFB21A29D20B8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80524.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80524.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80525</Id>
    <Name>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/8/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80525.exe</Url>
    <Size>485906104</Size>
    <MD5>60ccb30c9f26e1f1c06538baeaf9b9cd</MD5>
    <SHA256>51C12BF6974BB5E0C10DD64DF859C04C6AFB2B7DB295CC2BFC88BA066EF2F990</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80525.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80525.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80526</Id>
    <Name>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/8/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80526.exe</Url>
    <Size>576456168</Size>
    <MD5>f4362efd84f2ec85ed98b307a225d74c</MD5>
    <SHA256>DDF2ED6E6016495171AEB9D6F3B241E57CCA679B8683E8F0C3FF444A78BA80F6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80526.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80526.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80814</Id>
    <Name>HP Z1G3 Windows 10 x64 Driver Pack</Name>
    <Version>07.2017 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/11/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80814.exe</Url>
    <Size>556709816</Size>
    <MD5>9d5ec732d153effd993e29c54432cb87</MD5>
    <SHA256>A54E495C2FF33770CA906423FA6488D18466BD285D980B21D5E5F00CF627AC25</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80814.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80814.html</ReleaseNotesUrl>
    <CvaTitle>HP Z1G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80844</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80844.exe</Url>
    <Size>450110304</Size>
    <MD5>37dcd96f4caf4671a180168507eaf4f7</MD5>
    <SHA256>2C035764CCFFAF590B65B097B6C3012068C9B0498978A9F1CC984CC4309FEC24</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80844.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80844.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80845</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80845.exe</Url>
    <Size>612938904</Size>
    <MD5>18a24931e3af42f0d0e83b3e3327875b</MD5>
    <SHA256>121A9CFCD23109D51C551F606699C39BF758B00F41C83E32CD52C280CAB8C206</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80845.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80845.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80846</Id>
    <Name>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80846.exe</Url>
    <Size>418777104</Size>
    <MD5>7614cbeae48c95fcf758c55f859621ec</MD5>
    <SHA256>3CD9BAB5C90AF4E122FB3A1680521450753DEBBEA8B659065743B9139F25D130</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80846.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80846.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80890</Id>
    <Name>HP Spectre Pro x360 G2 Windows 8.1 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80890.exe</Url>
    <Size>408733264</Size>
    <MD5>a910bbd82e86055a8750cb6b39288903</MD5>
    <SHA256>5B2E6DFA5DD464215B79D7B09A1060B312718FBA2E36DDB061D7365E95D43250</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80890.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80890.html</ReleaseNotesUrl>
    <CvaTitle>HP Spectre Pro x360 G2 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80891</Id>
    <Name>HP Spectre Pro x360 G2 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80891.exe</Url>
    <Size>404084848</Size>
    <MD5>23e5efd7d3e01649b5cb52c572b77815</MD5>
    <SHA256>8C065D686049FB4A5C436ED9B44AD2AB7D6A82933041E56F7BB443B02A484F6A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80891.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80891.html</ReleaseNotesUrl>
    <CvaTitle>HP Spectre Pro x360 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80895</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 8.1 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80895.exe</Url>
    <Size>656223536</Size>
    <MD5>a050c120d0ffae5231c31a13d478de57</MD5>
    <SHA256>AA238BF5DAA86200753D5F5F5E3F675A2C90032E05316B05766652142A351E42</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80895.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80895.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80896</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80896.exe</Url>
    <Size>537978152</Size>
    <MD5>b6ce66a2ceee9a7e5315109d70dd6859</MD5>
    <SHA256>862665703C4087B06DB5F9A23680764FF8BEAA33D13FA3DC1436D7E88CA946EA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80896.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80896.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80899</Id>
    <Name>HP EliteBook 7x5 G3 Win 8.1 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80899.exe</Url>
    <Size>457381936</Size>
    <MD5>8e1f4ebcb473189840c87395c552c2c5</MD5>
    <SHA256>0A68E3518EC8192136F0DBD3A6FA24F11996AEFE4D868BD3CFD4710D6B56E981</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80899.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80899.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Win 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80900</Id>
    <Name>HP Probook 6xx G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80900.exe</Url>
    <Size>757332992</Size>
    <MD5>83a29c977aeb2b4b24a657253474efde</MD5>
    <SHA256>42106AC4429D429B5FEE5255833F3C8CC874436C5C412F5CBD697BE57EC7DBF4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80900.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80900.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80903</Id>
    <Name>HP Probook 6xx G2 Windows 8.1 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80903.exe</Url>
    <Size>838621184</Size>
    <MD5>7f5ed171c5b756c09ccc23c2c7284e62</MD5>
    <SHA256>E29500A60CDA62E76259844B7BA1E8EADD4F79AF99D3724797F3411D5B1E6EC6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80903.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80903.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80904</Id>
    <Name>HP Folio 1040 G3 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80904.exe</Url>
    <Size>420414032</Size>
    <MD5>99f44b012491bf3ae6747c10b907311b</MD5>
    <SHA256>420B90437740763A4BB00FDBAE1C2737DB6D57EC37B7C14511154A4E9C21C7DB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80904.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80904.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80905</Id>
    <Name>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80905.exe</Url>
    <Size>1081331888</Size>
    <MD5>a1a0db4a1ae8f466ff2a13836a4051c1</MD5>
    <SHA256>3CF594BC9F3595E0131625684C0E394F73D8BD7AEDA399E582C6169F64EBF3E4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80905.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80905.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80906</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80906.exe</Url>
    <Size>790596096</Size>
    <MD5>d24899cf28f23e2ff88cabc1b1f136a1</MD5>
    <SHA256>B33CF9306110B32772A719D4E7960B6D8DAF3CA16741EBD4B6653CEF97BA4162</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80906.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80906.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80907</Id>
    <Name>HP ElitePro 600/800 G2 PC Win8.1 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80907.exe</Url>
    <Size>957157232</Size>
    <MD5>b9cdbb31881be6c7a3b1541077f4c771</MD5>
    <SHA256>EF10B047F1A5E79FA4D79DD82AF57E598CCCFC25A1A0D0B43328E14BD74A5981</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80907.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80907.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80910</Id>
    <Name>HP EliteDesk 705 G2 Win8.1 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/23/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80910.exe</Url>
    <Size>649417248</Size>
    <MD5>f43583a42436e825a9dc6fb5aeda03ce</MD5>
    <SHA256>F4D00DF1024783CB79C130D3E845EFB49A3730D83BB3537F421FF142F43B3859</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80910.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80910.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80916</Id>
    <Name>HP ZBook Studio G3 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80916.exe</Url>
    <Size>765021968</Size>
    <MD5>e216b38c5766c41e1ccdb7bad717c242</MD5>
    <SHA256>08E04BF7B44FDB06B59103B000558F0A7FDBD69115938197E21DDCD8049CFBB9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80916.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80916.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp80917</Id>
    <Name>HP ZBook Studio G3 Windows 8.1 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80917.exe</Url>
    <Size>686560328</Size>
    <MD5>1f12abbe70a402ea58cd972886f91472</MD5>
    <SHA256>4FB1E2464A75FF1E2467088DB1D596FAAFED4D339F1CC8C9330C9A0A1A151814</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80917.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp80501-81000/sp80917.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81618</Id>
    <Name>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81618.exe</Url>
    <Size>461613320</Size>
    <MD5>92ec57786b68f610326abc27c314bfca</MD5>
    <SHA256>22D2F6E52FB9E960236583D890EAA80430D568780A3B077B9085521A55F8CABC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81618.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81618.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81619</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81619.exe</Url>
    <Size>746111248</Size>
    <MD5>35457eee5a5e11ad88480d75307d73d5</MD5>
    <SHA256>218D8541E39A878E085743EFC651C8BC0A4DDF4A389C4DD923C2A8483413333F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81619.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81619.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81620</Id>
    <Name>HP Probook 6xx G2 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81620.exe</Url>
    <Size>760426216</Size>
    <MD5>2b1bcda51c1e2e47c26d293bfb914361</MD5>
    <SHA256>1D89C7643A0064628C214153E6DE074846F5943BEAA034101D9EFD52201A604B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81620.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81620.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81621</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81621.exe</Url>
    <Size>538204912</Size>
    <MD5>ee769ea6687adae13b93aea231dcd362</MD5>
    <SHA256>3242C7C8739380EB64CDBEC82E874D50B1088BD9A295BF27A71F511E13AC69A9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81621.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81621.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81622</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/22/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81622.exe</Url>
    <Size>608254128</Size>
    <MD5>21aa1ecbd73e4871a43b53709ea4a8eb</MD5>
    <SHA256>CF6826B0D741ED8322EF21BFD8DE1A8ABE3051A6553FDCA702E8B24CB1A4051B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81622.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81622.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp81850</Id>
    <Name>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</Name>
    <Version>09.2017 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/3/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81850.exe</Url>
    <Size>524159656</Size>
    <MD5>dd0beb4367cd0fa4a2802a7c58c434da</MD5>
    <SHA256>ECC07094EF815DAFFF66A20E58D8BA35BC0363BF7713E7C20C8A3A6EAA113DDD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81850.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81850.html</ReleaseNotesUrl>
    <CvaTitle>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp82682</Id>
    <Name>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</Name>
    <Version>11.2017 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp82501-83000/sp82682.exe</Url>
    <Size>524415792</Size>
    <MD5>69e82829102761893b731a2ef2b9a754</MD5>
    <SHA256>0ED2BB6368791B78373A131BBD1601A6A733640DF9F77DD09AC59561D0F763B2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp82501-83000/sp82682.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp82501-83000/sp82682.html</ReleaseNotesUrl>
    <CvaTitle>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp83809</Id>
    <Name>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/18/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83809.exe</Url>
    <Size>400304272</Size>
    <MD5>d2c09fa5419f7e264f6f268caa21a358</MD5>
    <SHA256>64AFCEB1BA6AAE860C222D2DA1CE83D45BB239FCE8EAE09BE32AF9775556FA6E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83809.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83809.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp83810</Id>
    <Name>HP EliteDesk 705 G3 Win10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/18/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83810.exe</Url>
    <Size>752907528</Size>
    <MD5>5fb9dfede8aafb05a89a5ce2e5563067</MD5>
    <SHA256>3E6AE2A134C3EC5F6F0191886C732421244037C9FDD6F120B5E0FA5588D56E99</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83810.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83810.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp83811</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/18/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83811.exe</Url>
    <Size>418721424</Size>
    <MD5>7225be26e16121b4e8bbe5d5241cdbae</MD5>
    <SHA256>325ABFE820C8843C5F945D8442BBA71811F672EE82211CCA9CB70986ECBDCA97</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83811.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp83501-84000/sp83811.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84239</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/14/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84239.exe</Url>
    <Size>1049692384</Size>
    <MD5>a2b96f06d028b6b776867305ccc7e459</MD5>
    <SHA256>0915D48905D3A17CA02ABAE80D5D48DE981E6F643B332A27C16A0DB30003566E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84239.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84239.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84351</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/20/2017 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84351.exe</Url>
    <Size>592765928</Size>
    <MD5>fab16fc00c4eb2e44532262966807f9f</MD5>
    <SHA256>15BF0043246576223E4390C951964DB53B62CA2093A41820F40773D0EB61CA81</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84351.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84351.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84352</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/17/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84352.exe</Url>
    <Size>589795024</Size>
    <MD5>9ae80fdfefa67a42426c9a26442f7064</MD5>
    <SHA256>234E23CF11D2CB9977A1F82801772FCC0797982AAB160459C8198FA74BB4B00D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84352.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84352.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84353</Id>
    <Name>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84353.exe</Url>
    <Size>742422856</Size>
    <MD5>907ee23581cd42d8df33286d249bcd3b</MD5>
    <SHA256>5C4766BCE4A5F490AF23D59697FEFC39F33C9164B0E5867C17E75C59F2A2C0CC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84353.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84001-84500/sp84353.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84654</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84654.exe</Url>
    <Size>698137688</Size>
    <MD5>3233aec6a4edbcddfdc5a87cbb60b432</MD5>
    <SHA256>D26B91429FB1C7A80B4C917BFC3FD6DB99B77BEAB769841DC59026E0992FA5C2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84654.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84654.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84657</Id>
    <Name>HP ElitePro 400/600/800 G4 PC Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84657.exe</Url>
    <Size>920095384</Size>
    <MD5>c7102ab053dae3b762d1e2878547194b</MD5>
    <SHA256>1608EFB8B70ABB9216E4A765BAA16B002A32879B05C7D9989B4C34211B942437</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84657.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84657.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84695</Id>
    <Name>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84695.exe</Url>
    <Size>861769112</Size>
    <MD5>1a234baf980911722c316a3d0e80aa6a</MD5>
    <SHA256>D1809ED6C7C4279D21A1EE90FA6E4D791E3E139BCED26F21FCB77397D88D7104</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84695.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84695.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84696</Id>
    <Name>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84696.exe</Url>
    <Size>817405608</Size>
    <MD5>ac834b30752f21aedc1689fad722072c</MD5>
    <SHA256>3DB77770A73F4F461D303786AFC7A17E2417DD920B9DC807050F2EEAC60D6EF8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84696.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84696.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84798</Id>
    <Name>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</Name>
    <Version>2.2018 H 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/21/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84798.exe</Url>
    <Size>1048643200</Size>
    <MD5>2ba9c36f4c332b740ec1cf415e247801</MD5>
    <SHA256>88693928E73AAF2A13BF42F65FA71E0BC2D65D1AC46BE8316ECE594517FE1471</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84798.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84798.html</ReleaseNotesUrl>
    <CvaTitle>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84800</Id>
    <Name>HP Z2 Mini G3 Windows 10 x64 Driver Pack</Name>
    <Version>2.2018 H 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/21/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84800.exe</Url>
    <Size>849337896</Size>
    <MD5>63658dc88cbada3775bd7f8d8717e426</MD5>
    <SHA256>0FCBFC1223DF5340B6C331C96A42220F73AAF72FFFE3BB9F72BD67C30BEDC2F7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84800.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84800.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84801</Id>
    <Name>HP Z6/Z8 Windows 10 x64 Driver Pack</Name>
    <Version>2.2018 C 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/21/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84801.exe</Url>
    <Size>1031299552</Size>
    <MD5>456884612f9f84472a05111b3e924b47</MD5>
    <SHA256>6E8125A71EE50DF5D5710FD895622E0966570DAD43FC049205F3E4062DC20251</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84801.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84801.html</ReleaseNotesUrl>
    <CvaTitle>HP Z6/Z8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp84802</Id>
    <Name>HP Z4G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.2018 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/21/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84802.exe</Url>
    <Size>1030908864</Size>
    <MD5>8685923519362c4b7505696fd3380ae7</MD5>
    <SHA256>6FE80BB751F41526B0C81C259A5A102F06B7FEC4593B4419A2DB009020A58586</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84802.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp84501-85000/sp84802.html</ReleaseNotesUrl>
    <CvaTitle>HP Z4G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85040</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85040.exe</Url>
    <Size>514211592</Size>
    <MD5>e15798357531a7cdfa0b20db95d91026</MD5>
    <SHA256>1EC79EA4AC875F0D7A12A9CAB84C0086CB250CF98FD434CF0E84B9F3C2AC086B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85040.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85040.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85041</Id>
    <Name>HP ProBook 455 G3 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85041.exe</Url>
    <Size>514650992</Size>
    <MD5>6698af316b014fa64e60c7dad03b0f5e</MD5>
    <SHA256>6551DF6F1DD6A83071D8E068185E018809C6C694B84F1951D6C1D4460D33D422</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85041.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85041.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85217</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85217.exe</Url>
    <Size>919984744</Size>
    <MD5>4995b14818f9bf011f8560c52fb5661f</MD5>
    <SHA256>D86048864034DE44B1B77B04EBFCAD47483F4F261EA258268A420AFDA79E5A24</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85217.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85217.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85218</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85218.exe</Url>
    <Size>996666624</Size>
    <MD5>e88dbe591be7d5189260396e4af8576d</MD5>
    <SHA256>F615205BFE6827A377A0A8410B586562E1B1500DE6273B5E4E7ECEEAD827FB80</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85218.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85218.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85276</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/2/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85276.exe</Url>
    <Size>1013976592</Size>
    <MD5>26c0937623d6ccaf946069807fa215fe</MD5>
    <SHA256>C15F629ABD9BFF1AF5863B2A0D8C68BE00EC49F345433F3D094A06702C2D3D1A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85276.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85276.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85321</Id>
    <Name>HP ProBook 455 G3 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/5/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85321.exe</Url>
    <Size>455751448</Size>
    <MD5>38286c94a1f11a02e741ffa6bb331b00</MD5>
    <SHA256>C2D36CF51EFF16F3B3E33138C9841CC5A1AB954905A724871D6EA3BAEEB573C5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85321.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85321.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85322</Id>
    <Name>HP ProBook 4x0 G3 Windows 8.1 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/5/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85322.exe</Url>
    <Size>678387528</Size>
    <MD5>69c61d4085ff335fb537b9ef8e860993</MD5>
    <SHA256>B672A18061796867BA4A47AC7948894E093F34B86C8E588D6CE9B32CB038CB13</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85322.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85322.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 8.1 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85468</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85468.exe</Url>
    <Size>1002690112</Size>
    <MD5>e70011a4449d12fabc51650f8aab63ba</MD5>
    <SHA256>D66C923D45A79B66787992928DC7A2E2DC6EC282402F105F4AA479E353E365BF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85468.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85468.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85475</Id>
    <Name>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/20/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85475.exe</Url>
    <Size>1055770520</Size>
    <MD5>5e17c4c45835ea399b7320911687f319</MD5>
    <SHA256>8B6608F4F22455426CA4D6D3A5E68D131AF0143D2B7E1BFEA7240412F8E1CD13</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85475.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85001-85500/sp85475.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp85545</Id>
    <Name>HP Elite Slice G2 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/24/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp85501-86000/sp85545.exe</Url>
    <Size>550020784</Size>
    <MD5>e0839d8aeb4b914c70872fdfca06e27f</MD5>
    <SHA256>5456E35886510B1E52E39D0FAC34721CFE25FFBF62E8645AA299F2BA55D6009E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp85501-86000/sp85545.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp85501-86000/sp85545.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp86824</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86824.exe</Url>
    <Size>633952592</Size>
    <MD5>806f8c1af12617d876b755400227c192</MD5>
    <SHA256>89843f8f6fcc3c6cd06166ccbee3e7a079570b1d52894e7ff7fe4a3d3b2307b6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86824.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86824.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp86888</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86888.exe</Url>
    <Size>753219208</Size>
    <MD5>65fde438dc21b5f8f81de262410db968</MD5>
    <SHA256>FE4425EA4EA62A28B5939D4F658C23D58BF9BDE0359F7DD6B9DE86424D4DD3BF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86888.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp86501-87000/sp86888.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87003</Id>
    <Name>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87003.exe</Url>
    <Size>818808928</Size>
    <MD5>1ead9209e149bef01f626a170c050d4e</MD5>
    <SHA256>A0FC4A842B48AE20961BFEA524AFB39FDA0D1BF69B8FF6A05A47CAF5AF13FBF2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87003.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87003.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87288</Id>
    <Name>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87288.exe</Url>
    <Size>942577120</Size>
    <MD5>215cc4287f3ac63fdbc3481bbf48c96e</MD5>
    <SHA256>2D0499CA7C231488970619F829AA18334F871417F62C816E3E523AD61B65579F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87288.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87288.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87289</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87289.exe</Url>
    <Size>758830152</Size>
    <MD5>f4e28b4fb7f584a8971f9ef80dd3ef68</MD5>
    <SHA256>318B9E1697690959BB3673DEDC7150CC749ED7D5D8823618B46D431FF8FFC831</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87289.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87289.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87391</Id>
    <Name>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87391.exe</Url>
    <Size>551235920</Size>
    <MD5>8528c270de2f35dffac6174729ee60aa</MD5>
    <SHA256>874604789B6AD807BF9A69410FAFB1F5036E8462D9DB66660A4F81E0EE018B25</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87391.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87391.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87392</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87392.exe</Url>
    <Size>829436752</Size>
    <MD5>04acfb980123e4f5a1f6f3bc66156134</MD5>
    <SHA256>5025FFE439C41F2730C14D8EA14BE79DC5BFF9FDB6FE490CC1F245EF455492DE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87392.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87392.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87393</Id>
    <Name>HP Probook 6xx G2 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87393.exe</Url>
    <Size>846597904</Size>
    <MD5>d13d7dc0c88b01c3bf3b56a2ca70af98</MD5>
    <SHA256>D8D47B8AF8354C9977EE1B79C93BD1B73BAD9C9CBBA18D4678FC99CD76305C97</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87393.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87393.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87395</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87395.exe</Url>
    <Size>491136464</Size>
    <MD5>0bc6d7e177ff8a05a1749d2662b72ea0</MD5>
    <SHA256>7EB9C89C6B9D48CB6B2281087204AB2F6A0632F34E2DC15E707828B81BF38892</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87395.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87395.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87396</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87396.exe</Url>
    <Size>630142728</Size>
    <MD5>9355229f21ad3e4b285f99dd4b3c2a5f</MD5>
    <SHA256>C3CB0B460F6D2DB7133EC58D4F2A38CCA9B3ADB688BAC7852C23742AB190369D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87396.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87396.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87397</Id>
    <Name>HP ProBook 455 G3 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87397.exe</Url>
    <Size>490686208</Size>
    <MD5>6b00332e04106f85d32f40c44f965564</MD5>
    <SHA256>9125396A558A0E4D2E04F9AFD6D92DA848BF459EC731BE569B0A06E6AA931A55</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87397.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87397.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87407</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87407.exe</Url>
    <Size>709831512</Size>
    <MD5>1b2eb886754968034c63be43d840b9d4</MD5>
    <SHA256>03B68315383641FAFD2B240F519F7B0327F964262989D91C2339DA95BA033207</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87407.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87407.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87413</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87413.exe</Url>
    <Size>561889600</Size>
    <MD5>80de1088024dd868f0829f8422e53887</MD5>
    <SHA256>7406A225F631AF36DA8F9CA58FC3097A3BBCC4EB6676D861537DE9AA00EDAE40</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87413.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87413.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87414</Id>
    <Name>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87414.exe</Url>
    <Size>1036462776</Size>
    <MD5>1c74492840b57848020e1d16ad7dcc91</MD5>
    <SHA256>0BD49FF8B206112441B45897B5EB6D5A07B22DD60AF870E6DE0CC8EBD54E338C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87414.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87414.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87416</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87416.exe</Url>
    <Size>562136872</Size>
    <MD5>3be5df40693ced3721232fe4f1fdecff</MD5>
    <SHA256>8176E2271911A20AF11881830EB7BBCD3B6A5C2EA301D1DC0B4EA55726EBD4A9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87416.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87001-87500/sp87416.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87513</Id>
    <Name>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</Name>
    <Version>5.2018 J 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/9/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87513.exe</Url>
    <Size>729843336</Size>
    <MD5>b20f57da46d2612be620414dc9cafa1b</MD5>
    <SHA256>EF6B17B561F3D29DB1A96067BE3268F6B3F8E2C94DC5C5EBECAA832FD8B4D9B8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87513.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87513.html</ReleaseNotesUrl>
    <CvaTitle>HP Z440/Z640/Z840 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87516</Id>
    <Name>HP Z2 Mini G3 Windows 10 x64 Driver Pack</Name>
    <Version>5.2018 J 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/9/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87516.exe</Url>
    <Size>851531072</Size>
    <MD5>690e079b22cd9f9b7cb90d9af7fc7b5a</MD5>
    <SHA256>D699F04D2ACFF489CC53645C71E2D4662BEF1C728E8DF6BDC7D4E357CDF98A0C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87516.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87516.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87575</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87575.exe</Url>
    <Size>807030648</Size>
    <MD5>259a0b2a6b4ac6a8d41e280e16f80ff2</MD5>
    <SHA256>FC74BF37BA93CC10F83AC60545E7E9DF3D5A5951FA74A659A1643FDBECD0932D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87575.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87575.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp87609</Id>
    <Name>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/3/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87609.exe</Url>
    <Size>817192424</Size>
    <MD5>f331b346968281c59be47377832933c4</MD5>
    <SHA256>693328FDCD1BBDB8FBEC0F7B053F5782851AD6E7970DFB6CDA08292ADCA7BFC6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87609.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp87501-88000/sp87609.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88413</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/20/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88413.exe</Url>
    <Size>592922928</Size>
    <MD5>d261e73e7735492fdefc009ab33f3a3c</MD5>
    <SHA256>BBD1B09196BB7AD39C05CA796E7B74A553B103231FD4B19EDB5DBE14044D7439</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88413.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88413.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88417</Id>
    <Name>HP Pro x2 612 RS G2 Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88417.exe</Url>
    <Size>654893512</Size>
    <MD5>b5ac57afaad7b9cd2ca52ac537a1190e</MD5>
    <SHA256>058342E419124952817CEBF80C500F1A4CA7F2F26AEE06735F38B5E8120587D1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88417.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88417.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 RS G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88422</Id>
    <Name>HP Z440/Z640/Z840 Windows 7 x64 Driver Pack</Name>
    <Version>06.2018 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88422.exe</Url>
    <Size>624980144</Size>
    <MD5>63dc5ef1d00d8466e39398b540bb2370</MD5>
    <SHA256>FB7A2103CDF0E09B7A9FF11A6DC63BC343885A16D7413F751843136F7F445EB8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88422.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88422.html</ReleaseNotesUrl>
    <CvaTitle>HP Z440/Z640/Z840 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88423</Id>
    <Name>HP Z240 Windows 7 x64 Driver Pack</Name>
    <Version>06.2018 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88423.exe</Url>
    <Size>882665288</Size>
    <MD5>9e599fde067a61bd4628660b9e0d748c</MD5>
    <SHA256>B6501A1280570912CF6553F8154FC5C2449407FBAA3B758F37415922DF63D581</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88423.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88423.html</ReleaseNotesUrl>
    <CvaTitle>HP Z240 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88424</Id>
    <Name>HP Z2 Mini G3 Windows 7 x64 Driver Pack</Name>
    <Version>06.2018 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88424.exe</Url>
    <Size>756062264</Size>
    <MD5>662f367a1aecee638eea5df99a8ba6c3</MD5>
    <SHA256>6CCF77D145FBC5664A369E69998EB13C1F80D842C682868C791A6C31491C7907</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88424.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88424.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88425</Id>
    <Name>HP Z6/Z8 Windows 7 x64 Driver Pack</Name>
    <Version>06.2018 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88425.exe</Url>
    <Size>564318544</Size>
    <MD5>6e52175e7d1f2cbae3522da19e943b7f</MD5>
    <SHA256>DF9360AE922F1FAE34C98F47521A25697A429D71CB4BA7BDF65FD284DF2200B8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88425.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88425.html</ReleaseNotesUrl>
    <CvaTitle>HP Z6/Z8 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88426</Id>
    <Name>HP Z4G4 Windows 7 x64 Driver Pack</Name>
    <Version>06.2018 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88426.exe</Url>
    <Size>562012264</Size>
    <MD5>5b468e2006f56e20ca00205add1a439e</MD5>
    <SHA256>FB66F260D7546A2FDD4FC1231DFA37ECB4C38DAF4C43FDE38FF2DDAC35E5BA1A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88426.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88001-88500/sp88426.html</ReleaseNotesUrl>
    <CvaTitle>HP Z4G4 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88653</Id>
    <Name>HP Z2 Mini G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.2018 K 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/10/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88653.exe</Url>
    <Size>849315320</Size>
    <MD5>214f88389c5cbaf792ca4fec1a1ef422</MD5>
    <SHA256>AF8D3566DC971D5878D613E5F467F4B4A374102DED7C0E8AC5EB2AC3F2AFB63A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88653.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88653.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88717</Id>
    <Name>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88717.exe</Url>
    <Size>786478632</Size>
    <MD5>f4b57099d75a08b2eb31b60a05632d56</MD5>
    <SHA256>3F468F680288895300BDADEEC81E988EAE26B12ABCA7991351E72E1E272AB8B4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88717.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88717.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88851</Id>
    <Name>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.2018 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/11/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88851.exe</Url>
    <Size>422623176</Size>
    <MD5>467bc1795eecb396db66f7c1ec448c8d</MD5>
    <SHA256>DB8F567429C6BB6742026E8FC8BCDE676743E8449A5A8345FB4BC578E71DA506</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88851.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88851.html</ReleaseNotesUrl>
    <CvaTitle>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88880</Id>
    <Name>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/6/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88880.exe</Url>
    <Size>716498704</Size>
    <MD5>dc9a712e5a3104981e18e2a8acf8bc1d</MD5>
    <SHA256>013231C5A92CE9DB5ECB38C9C4853F315080D92ADDDF14FE19F3E4D1F267BE1F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88880.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88880.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88881</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/6/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88881.exe</Url>
    <Size>724641272</Size>
    <MD5>00a3f300debb05aa98685c19d47ff117</MD5>
    <SHA256>1382ADB3801171458FE602345C1803289C4053C290F9F656A4152C70620E4912</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88881.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88881.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88921</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/16/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88921.exe</Url>
    <Size>1067495344</Size>
    <MD5>66f7abcc6339dda76e0e99bf2754841c</MD5>
    <SHA256>5FD49C45687AB02B8E5B86CDC6DD1CDF2BEA99BC3357A757601E9E6EDA660478</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88921.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88921.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88922</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/23/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88922.exe</Url>
    <Size>696435128</Size>
    <MD5>b4f236687a04f80b24b165b09b0e3855</MD5>
    <SHA256>DE87BA7D0E35DF0E8A1AFFF71807201D66972BD22873A74CE3637126FECFEEF4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88922.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88922.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88958</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/24/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88958.exe</Url>
    <Size>947806080</Size>
    <MD5>2994960e336ea8714b0375c2585361a1</MD5>
    <SHA256>6CA9DFA69C98429F79DCF1C9E77057ACD44FC1B9ACEB2AB8E31415198D1EE9CC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88958.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88958.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88986</Id>
    <Name>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/20/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88986.exe</Url>
    <Size>612931656</Size>
    <MD5>6aecc113dc9b34fcea39f0f46bfd0d46</MD5>
    <SHA256>75923BF65AEDCCFB74A77C013D69CF3CE8A83235BE3055E88A01D2756AD7BB80</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88986.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88986.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp88987</Id>
    <Name>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88987.exe</Url>
    <Size>447591384</Size>
    <MD5>09ffb34a810db29d3a88a0e9ab688b02</MD5>
    <SHA256>0B3FDF82B102C2C07B02BF820F674CB3885D6B4341A377270C13939E8A4A4AF2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88987.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp88501-89000/sp88987.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp89032</Id>
    <Name>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/17/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89032.exe</Url>
    <Size>606082768</Size>
    <MD5>dafdd80b8072ac3e7b4cbe88708aba90</MD5>
    <SHA256>74F0276EC58B0943A3AC192B61DA90B73C1A146D7A81985611F2C0C664306388</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89032.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89032.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp89053</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89053.exe</Url>
    <Size>1005889456</Size>
    <MD5>16c0f19b9433b3727816000e5b00bf0d</MD5>
    <SHA256>AA5CC4A30881FF4886959811E0736377A72C9F241E8C6C4CD293A39D3C293EBE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89053.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp89001-89500/sp89053.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90154</Id>
    <Name>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90154.exe</Url>
    <Size>571558136</Size>
    <MD5>efac456f382124f51a3bb66cc57e983c</MD5>
    <SHA256>3BFB5CBC6EDC80D096A7F565BB3FB3D59D1A73C9321D226BD0F41FBDCB11AAB5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90154.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90154.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90155</Id>
    <Name>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90155.exe</Url>
    <Size>575530296</Size>
    <MD5>e17d16372da03cebd29ec1faf64705c1</MD5>
    <SHA256>BD67DE4529436ABAEA82DBC862254D68B9985DDFD48375AC478BBD08E8364BF0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90155.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90155.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90190</Id>
    <Name>HP EliteDesk 705 G3 Win7 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90190.exe</Url>
    <Size>644310752</Size>
    <MD5>12f0758fe1be7e0168d24ae74eb08f04</MD5>
    <SHA256>76FD03D5E6102F712706C410F4D0CD95DC45A027D807395EE6CE08F8750B3F76</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90190.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90190.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90191</Id>
    <Name>HP EliteDesk 705 G3 Win10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90191.exe</Url>
    <Size>663952432</Size>
    <MD5>39582bfc408d68d17cfe4c6f7ede0b58</MD5>
    <SHA256>D9BF39B801C9BA8588017F7A92541F443F586136765EAE5E055336CEBBA5C13C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90191.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90191.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90193</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90193.exe</Url>
    <Size>986174397</Size>
    <MD5>aa7cc5735809de57461a1dd8c5919b5c</MD5>
    <SHA256>5D3FE7334354905AFDA665C546B177213877085F840DAB5B872704793DA6E26C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90193.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90193.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90194</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/25/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90194.exe</Url>
    <Size>654201096</Size>
    <MD5>363a2ccd3172077ecda84a5ee66e5294</MD5>
    <SHA256>4130F4F5803A6CFF0A63B98C3AFA3ECF072CC375FDD707400481492A01D6914A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90194.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90194.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90221</Id>
    <Name>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90221.exe</Url>
    <Size>714827768</Size>
    <MD5>c60c2083a4b9e12b9d322c198f8cdac1</MD5>
    <SHA256>56E9A50289CCCFAEAEEFE609CCE0191DB527B7F986E130903EDE8FE128074E61</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90221.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90221.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90223</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90223.exe</Url>
    <Size>668363328</Size>
    <MD5>b00c299ee709511ae19321a6744bf46c</MD5>
    <SHA256>C4032766057CF1AA9A0A8949F78E27FC90525D4C447730A23060F890BC31AB1D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90223.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90223.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90224</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90224.exe</Url>
    <Size>636415168</Size>
    <MD5>4a22131edae0bed7c5884fd5d72d8e3f</MD5>
    <SHA256>37CFBC6E79185E3500C9C85D02539CA66892A8289F76563F2DF2193E1A0173D3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90224.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90224.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90225</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90225.exe</Url>
    <Size>561059504</Size>
    <MD5>4bd3f42e482711ae9d52bb7c225602dd</MD5>
    <SHA256>F3120613B0E653B64509FB930EAC229A4A98853A2C07AA38BC301DF76C32F60C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90225.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90225.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90226</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90226.exe</Url>
    <Size>1099579312</Size>
    <MD5>69e40edfef69b8032f89de52dcc3dc6a</MD5>
    <SHA256>88C78F1AD8AB94DD84E0D4916102A73907F4AFC84E96ABD14D264EF905603A9B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90226.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90226.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90227</Id>
    <Name>HP ZBook Studio G3 Win 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90227.exe</Url>
    <Size>911390168</Size>
    <MD5>b0d47299ea7d48d66b30660bbf31330e</MD5>
    <SHA256>16CD60EAE01680D443DBE89AB7535C8A2AD687BEDBC8C717D0C81984F64845ED</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90227.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90227.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90228</Id>
    <Name>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90228.exe</Url>
    <Size>980019488</Size>
    <MD5>2f5679b3a1f259b05027f99dbc69d685</MD5>
    <SHA256>9CE3711AA6D2CB0F3B1EEC9CCF40AF4597CC16149C4D7BA2C8336E8369266B53</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90228.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90228.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90253</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90253.exe</Url>
    <Size>666765840</Size>
    <MD5>048db0effb610190dfbfc06863b2d276</MD5>
    <SHA256>F310F95FAB37602792B234561CA720DBE2102998E6256F97366DF44BB4DF8B1F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90253.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90253.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90254</Id>
    <Name>HP Folio 1040 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90254.exe</Url>
    <Size>540762400</Size>
    <MD5>0c8aba391441c036052ad587cdc928c9</MD5>
    <SHA256>D34A57F902B4DB0BA783275BAA525482BE008278BCABC98F009738FB15D6ED67</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90254.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90254.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90255</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90255.exe</Url>
    <Size>575922664</Size>
    <MD5>69c0536ce3fbcb8a22fc16cda79392c7</MD5>
    <SHA256>9A26ABD52AE5BAF2C367FCAE076625D3F01AAF7D461C5620C8B9F100887EFFA3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90255.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90255.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90256</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/2/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90256.exe</Url>
    <Size>423286792</Size>
    <MD5>de30a617914332bd1e4cf45c1031f57d</MD5>
    <SHA256>DCD4641E3B500F15B85C4EDBD5CCDDF00588EE02B832A82588CC4BAF1FB3BB98</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90256.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90256.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90296</Id>
    <Name>HP ElitePro 400/600/800 G4 PC Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90296.exe</Url>
    <Size>780294320</Size>
    <MD5>4b035498df0fcd5263e0f4273785b8ad</MD5>
    <SHA256>2767C4705CFCEEF8F58984CFD061DB56D1C92F0E003093EB53D60B48ACA6BA23</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90296.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90296.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp90334</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/3/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90334.exe</Url>
    <Size>572595576</Size>
    <MD5>41cd0ea71984888812365d37386026b4</MD5>
    <SHA256>C6AF2DA530AD2A35B16FF0553115007046029BF6212DAB5B48E480E202BC692E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90334.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp90001-90500/sp90334.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91373</Id>
    <Name>HP Engage Flex Pro G1 Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/13/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91373.exe</Url>
    <Size>1069692464</Size>
    <MD5>afa9171e79f40a34c154047fed7c509d</MD5>
    <SHA256>D20ACFAA834D06517EB4A756936AC7F2F2F62E23EFD6AC4F66CFFFEE636DD636</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91373.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91373.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91375</Id>
    <Name>HP Engage Go G1 Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91375.exe</Url>
    <Size>742326984</Size>
    <MD5>7ae899e166e875dc8c00cd1d170bc5af</MD5>
    <SHA256>9D99BED66644F34D05F2F2C817AEF3A5221EA8D90F7233AF67FE4F8D29EA10FE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91375.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91375.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91405</Id>
    <Name>HP ZBook x2 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/7/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91405.exe</Url>
    <Size>1016387224</Size>
    <MD5>474262205c25c6a50d5d245f42c62a77</MD5>
    <SHA256>BE0C83CD57E77D419EA2C2EEE6FC4B638C5F1505CA5BFA8EF99C263C97401217</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91405.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91405.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91449</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/8/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91449.exe</Url>
    <Size>828286592</Size>
    <MD5>97f4f71d07c34b0eb873928227655603</MD5>
    <SHA256>63B4FFAAE83FD432B80065350BE1807B6CACE96C0C92A53D9336FDA34DEBBDB3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91449.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91001-91500/sp91449.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91601</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.01 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/15/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91601.exe</Url>
    <Size>575707480</Size>
    <MD5>365676fd24d21dc79c6c05b8e42d60fb</MD5>
    <SHA256>AFD7F44C928677798104272E3FD251934972E27D0A22B32DC63286EE41EFAD09</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91601.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91601.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91658</Id>
    <Name>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/17/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91658.exe</Url>
    <Size>844125320</Size>
    <MD5>4a1dfc9ed4351058ca1e1a58820362ee</MD5>
    <SHA256>0F24C26F043B961478112BB88A62CD4447D1152BDD910E8084676A60699840BD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91658.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91658.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91750</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91750.exe</Url>
    <Size>769844016</Size>
    <MD5>77bb1117cbe259246961eca2326b4c12</MD5>
    <SHA256>68F60B2B981B433E92285645E87FCC51116A3CB958B588A358D136411E968E3F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91750.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91750.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91837</Id>
    <Name>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/6/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91837.exe</Url>
    <Size>797301624</Size>
    <MD5>cc62781684ee19522a8e27ba40365671</MD5>
    <SHA256>F5B6BD4F4FE9D5C269E08D4625E2BD71492A0B6F04EF25FE57CA8312AE6CCCFA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91837.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91837.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1013 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91839</Id>
    <Name>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91839.exe</Url>
    <Size>794704136</Size>
    <MD5>8d1cdfec9a12dd494407bab3752e8f84</MD5>
    <SHA256>99AF249D381A71524AC51164268FF759475A9C3E508309806A5900C12D410E90</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91839.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91839.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91840</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91840.exe</Url>
    <Size>803440328</Size>
    <MD5>44419c4c513a2444be6c9d35e475e083</MD5>
    <SHA256>877D8E75B0BD83EF4E8F64C2FFDC9EF7121D6C4658134B17E51F6DDA15CB70D8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91840.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91840.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91842</Id>
    <Name>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/6/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91842.exe</Url>
    <Size>783728224</Size>
    <MD5>a9f65026d0475891fc3997d3df26aff7</MD5>
    <SHA256>8371916D197F837F261FBCEC600EB08E560972DF4D7F8B505FD850D309309438</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91842.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91842.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91854</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/7/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91854.exe</Url>
    <Size>944813288</Size>
    <MD5>2c2148ea330186d0f5e4b08c3fa19fd8</MD5>
    <SHA256>ABF7C59E8448911C04AC03FC01F1374A3F4AE4905BAFC56439788D07509A1B9A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91854.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91854.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91958</Id>
    <Name>HP Elite Folio G1 Windows 7 x86 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/17/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91958.exe</Url>
    <Size>345204320</Size>
    <MD5>5d392f357aed2bc3dd6bcd13445b90f3</MD5>
    <SHA256>3C2F94264DD5784685F21BA437DEA00EAE24FA8602DBEE29C28E6D6A792E8D3B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91958.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91958.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91959</Id>
    <Name>HP Elite Folio G1 Windows 7 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/17/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91959.exe</Url>
    <Size>480333720</Size>
    <MD5>7b353ace6681135fa4678c49341c8f44</MD5>
    <SHA256>CF3953D8C42914B0BC4CD295D19518DC0984B514C7AF100736A8729E4EAD2D93</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91959.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91959.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91972</Id>
    <Name>HP ZBook Studio G3 Windows 7 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91972.exe</Url>
    <Size>753863080</Size>
    <MD5>a6fc05ce85a7eea39f7434b654642712</MD5>
    <SHA256>F1ABD9B4E7333B6303236F463870F1EB44211754F4C17F7094F40A021B2931BC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91972.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91972.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91973</Id>
    <Name>HP ZBook 15/17 G3 Windows 7 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/18/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91973.exe</Url>
    <Size>1032561224</Size>
    <MD5>af7973cc306818bfb2a95a754740fa0a</MD5>
    <SHA256>E91A1363DF1560F0C4F73D15ED4386B190283F300B8F329D1060B8E353AFEDE2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91973.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91973.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91988</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 7 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91988.exe</Url>
    <Size>743752560</Size>
    <MD5>09dc6c6015817f4dcbc046c7ffff2539</MD5>
    <SHA256>348C86BF13268C3D692DC168B77411160A5B72935994A939D744BB4DD79B263F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91988.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91988.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91989</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 7 x86 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91989.exe</Url>
    <Size>487523336</Size>
    <MD5>9b01a6208e60e69bf2f3fd3d661bda53</MD5>
    <SHA256>D0F5F95A4D22C20AE0FC55AD3934220C180AB7012EC2A57D313AE9352C03FA01</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91989.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91989.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91990</Id>
    <Name>HP ProBook 4x0 G3 Windows 7 x86 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91990.exe</Url>
    <Size>478054744</Size>
    <MD5>7b35be56c8de6224bf46e7970553244d</MD5>
    <SHA256>727067267A71EE591420408F028FBFBCFA1174726729DC1A017F8D9B852BC996</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91990.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91990.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp91991</Id>
    <Name>HP ProBook 4x0 G3 Windows 7 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91991.exe</Url>
    <Size>734315520</Size>
    <MD5>57b6257f0e2595184f52d430c4122019</MD5>
    <SHA256>5FDE786478FFADEC8C0C9A09300BF8914391B68B736611C49A9B428E6692600D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91991.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp91501-92000/sp91991.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92074</Id>
    <Name>HP Pro x2 612 RS G2 IoT10 2016 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/15/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92074.exe</Url>
    <Size>551948848</Size>
    <MD5>e7647d537fe9d2f76e9c5c6df767583a</MD5>
    <SHA256>EA67E3D894F07F2F0A8B9772A53D51F011535110E4C63E228596901F6B471513</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92074.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92074.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 RS G2 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92096</Id>
    <Name>HP Folio 1040 G3 Windows 7 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92096.exe</Url>
    <Size>450797528</Size>
    <MD5>5bc0440a8e5f06815db4c17b3707129a</MD5>
    <SHA256>8FE53ACD7A5EB6DCE1F1174A763EDB76D5C9E39544F2B2E20D0D304C6E9049BF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92096.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92096.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92264</Id>
    <Name>HP Engage One G1 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/24/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92264.exe</Url>
    <Size>360559800</Size>
    <MD5>18180e33d1e5e1192d90f439a7713fff</MD5>
    <SHA256>19B4A50BBC642F4F1D1388E619F1A108017B16B3880B7ECF580446C7F350BD68</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92264.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92264.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92265</Id>
    <Name>HP MP9 G2 IoT10 2016 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/2/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92265.exe</Url>
    <Size>415469320</Size>
    <MD5>5c31527a0a64e29b15d4cbacee617ade</MD5>
    <SHA256>339B9440401DC10F2BE8E29D7B433297F94594F5175F95BC1FBE90D76BFDCAB2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92265.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92265.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G2 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92266</Id>
    <Name>HP MP9 G2 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/2/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92266.exe</Url>
    <Size>415470432</Size>
    <MD5>fe10656b2032c7a61bb8e92a69517c34</MD5>
    <SHA256>F61FBD4EA52ABFD0F5A3732354D8F2E132D724F96EEA36AB51A869285524322B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92266.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92266.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92268</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/27/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92268.exe</Url>
    <Size>618624376</Size>
    <MD5>29f28aff981f560e21479bc34533d2e2</MD5>
    <SHA256>A4714D94B2DA56D1ED03D480FE0689E05665CEC4E59553578E1B6B5BEC694A6F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92268.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92268.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92270</Id>
    <Name>HP RP5 5810 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/22/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92270.exe</Url>
    <Size>646467080</Size>
    <MD5>d914ecc7cc20c24ab50c512b964bf985</MD5>
    <SHA256>13754F59B8300AE5423A94AA1B8CF22B98489E5CE96C33790A3CC9F0A419707D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92270.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92270.html</ReleaseNotesUrl>
    <CvaTitle>HP RP5 5810 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92272</Id>
    <Name>HP RP9 G1 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/22/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92272.exe</Url>
    <Size>479951248</Size>
    <MD5>9e73c039c6b1ec9ac4445c7933acefb4</MD5>
    <SHA256>4FE477607A3FB55A0CA691F3F8483265D6B4F468F0CE080EFCD09C79B0A9326C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92272.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92272.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92293</Id>
    <Name>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/16/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92293.exe</Url>
    <Size>1114825176</Size>
    <MD5>3b999ae6fd705a1427fe9b6ff91bfe82</MD5>
    <SHA256>C50B5629FCE1D4583E24C24E78170E7CAEE9B764C3C516748BFCFD849030232A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92293.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92293.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92312</Id>
    <Name>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/19/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92312.exe</Url>
    <Size>627241760</Size>
    <MD5>e61cf6f2eac97af0c0fa98f0587b1a4b</MD5>
    <SHA256>3717A741B5A2EEE96A0C6189C35A0517A61BD627062F35D596F74D17F528833E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92312.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92312.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92372</Id>
    <Name>HP ZBook 15v G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92372.exe</Url>
    <Size>871211936</Size>
    <MD5>3b581d4d3a004759dc733e51322f487d</MD5>
    <SHA256>4B6407FEAE33C4098021D600880F709C5CC66A9A7CB9911A652BBA4538BFE597</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92372.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92372.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15v G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92421</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92421.exe</Url>
    <Size>800386224</Size>
    <MD5>d7e5932b33975509cac3baed2a22344b</MD5>
    <SHA256>86657DCFDF1262661A33CCCD274C9484AD4EE7CF1DA860390C7B058B410AC5CA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92421.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92421.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92424</Id>
    <Name>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/31/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92424.exe</Url>
    <Size>1029223768</Size>
    <MD5>765a5819dc61dfb18385720952377c7b</MD5>
    <SHA256>AD124D26225B47452A39180284FFB6085740FDD79DBB808A6BC2242ECBDF8725</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92424.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92424.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92450</Id>
    <Name>HP Elite Folio 9480m Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/1/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92450.exe</Url>
    <Size>492160352</Size>
    <MD5>9e682e8cde5c5e0e0b7b48b54c52b50b</MD5>
    <SHA256>8C01C7C405A091A08DA7159C26D263ECE1BE9B2EF03FDCAA35E7F2A9440A7402</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92450.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92001-92500/sp92450.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio 9480m Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92557</Id>
    <Name>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/8/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92557.exe</Url>
    <Size>491921664</Size>
    <MD5>393843adbee417a1e62d272fcd2a9f6d</MD5>
    <SHA256>219096E347F0C1FC906A03B710CDDD85E8B6FA1ED2142F720CEEB59297D34A83</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92557.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92557.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92558</Id>
    <Name>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/8/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92558.exe</Url>
    <Size>491857432</Size>
    <MD5>1e97130fcec85f7e0466a097784113e9</MD5>
    <SHA256>AD12AF68B18E8B9CA361362D2E1CA8C1B1A783D602CDC0B5BD36AABFA3EC364F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92558.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92558.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92559</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/8/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92559.exe</Url>
    <Size>700933512</Size>
    <MD5>5e5b731b0733a5dafeb82dbbf2bea1b0</MD5>
    <SHA256>A5E5ADB7B1C12D06B34E62246D4A6D855930ECFBA1C6E54577321800886D0872</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92559.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92559.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92562</Id>
    <Name>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/8/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92562.exe</Url>
    <Size>506033224</Size>
    <MD5>ea8bf4e1c02c4f41c075652a534c15ca</MD5>
    <SHA256>6EA8160DAC9C2DE5D6B10E993C3453BF0032F5E1D1E68E22EDD5945E0C3152C5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92562.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92562.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/Pro G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92588</Id>
    <Name>HP Elite x2 1011 G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/9/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92588.exe</Url>
    <Size>493891736</Size>
    <MD5>d1e5cd5d0fc9f29606bcc83e2796a476</MD5>
    <SHA256>CC3258D9119B0B9E8A405096A31A7D65DFE0FD41D561E4450BDE42053FA15B9A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92588.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92588.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1011 G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92593</Id>
    <Name>HP Z2 Mini G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.2018 M 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/3/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92593.exe</Url>
    <Size>736600160</Size>
    <MD5>2cf4084da531239ed1e37c2888156c3e</MD5>
    <SHA256>5A0CF7FA28EAC2D9D1D64E05297C5EEF96F27207C26BECBAA70980FD52A52411</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92593.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92593.html</ReleaseNotesUrl>
    <CvaTitle>HP Z2 Mini G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92597</Id>
    <Name>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/9/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92597.exe</Url>
    <Size>384302088</Size>
    <MD5>c6e45aa4706f5aee8f59c9a3cca71edb</MD5>
    <SHA256>5FF06A046BDC3C1956CDFDAEB07DB8E5F67FB175994429403C148D72FCBDF20B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92597.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92597.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92598</Id>
    <Name>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/9/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92598.exe</Url>
    <Size>486686272</Size>
    <MD5>8bc4398409ed26cf85fb3fa5c6d95405</MD5>
    <SHA256>43FFFBE903414407CE1F2FE2C7578DF89A40C2555E24A72074162016F8713399</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92598.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92598.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92635</Id>
    <Name>HP ProBook 4x0 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92635.exe</Url>
    <Size>724563760</Size>
    <MD5>cda0ba2a25a0503c56642243721609de</MD5>
    <SHA256>9CEA8FE9DD53E5B2EB850AEA5033BCC5E388EB237451B7C5D238E29C1356A65C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92635.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92635.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92636</Id>
    <Name>HP ProBook 4x5 G2 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/12/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92636.exe</Url>
    <Size>486561848</Size>
    <MD5>6ca5140634852539fbbb59ac18b23a8e</MD5>
    <SHA256>5CCA1A56989A161B937933F60191AF2CAB555176F8BE4E2B1CDC2500432A1706</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92636.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92636.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92706</Id>
    <Name>HP ElitePro 400-800 G1 PC Win10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92706.exe</Url>
    <Size>870293</Size>
    <MD5>9e9876b8bd3e03e68bd408bfa4481dbf</MD5>
    <SHA256>3AF9FD5F61ADA79A1683AF3430C200FBCE85EE5DCE23F59AC36AE6554B682850</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92706.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92706.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400-800 G1 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92707</Id>
    <Name>HP ProBook 6x0 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92707.exe</Url>
    <Size>599990336</Size>
    <MD5>7d542ac4d5b974a1a34a27a19c2fbb1a</MD5>
    <SHA256>D5586B7B8BB8972751894D665D1B4C679904759CDE8DDB77D1ABFDA7163EB337</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92707.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92707.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 6x0 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92708</Id>
    <Name>HP ProBook 6x5 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92708.exe</Url>
    <Size>352130576</Size>
    <MD5>e20cd3732692fd14ca916161eda04e88</MD5>
    <SHA256>D9EA31354074DA580063CF223F949A89865573E4B75383529BDB6BEF9BE52C52</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92708.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92708.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 6x5 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92709</Id>
    <Name>HP EliteBook 1040 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92709.exe</Url>
    <Size>374705856</Size>
    <MD5>2247f9597c45fb8192404f6ec70855cd</MD5>
    <SHA256>DB975A1B0CAB234AF452AD177332D1F03498FDD6C1B384FB64FF2BC775E2CFF0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92709.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92709.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp92710</Id>
    <Name>HP EliteBook 7x0/8x0 G1 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92710.exe</Url>
    <Size>596764840</Size>
    <MD5>2ea16c24ec9a5c6c3c1f00a4dc7c000d</MD5>
    <SHA256>BBE860541399897BDFA671450C1D6A2183DB5677B8E82D152F803ECC5A4ED5B4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92710.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp92501-93000/sp92710.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93009</Id>
    <Name>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/26/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93009.exe</Url>
    <Size>524253072</Size>
    <MD5>3001385103d0be6ccbb48ce33b711836</MD5>
    <SHA256>E3B21135494775E84E5610AED91C10D23E9C28790C458DA89D52A2E08F5B4341</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93009.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93009.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93203</Id>
    <Name>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</Name>
    <Version>12.2018 B 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/5/2018 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93203.exe</Url>
    <Size>501200200</Size>
    <MD5>c9f9ebf8ebbdb0b7b113d1fcb018faa2</MD5>
    <SHA256>C65E37655DB4561E6FC9F061C5B9D339AFBAB4ECA2AF3C362C1CF8A79328FDB3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93203.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93203.html</ReleaseNotesUrl>
    <CvaTitle>HP Z VR Backpack G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93254</Id>
    <Name>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93254.exe</Url>
    <Size>544581088</Size>
    <MD5>b8ede917f55ce515cee4a566668d6106</MD5>
    <SHA256>3E1BA22B123C244FA16855246F264C15CA4D1911D706EB9CB36EDA2ED5769F8A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93254.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93254.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93458</Id>
    <Name>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/1/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93458.exe</Url>
    <Size>596794608</Size>
    <MD5>2f0943ae99b68b09cd12c16d40358d0c</MD5>
    <SHA256>19256ED13FF97AD5A5302913E6D1C1F1B4884EA285EA48ACB1B9BCCC07E0DB36</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93458.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93458.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93466</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93466.exe</Url>
    <Size>730278424</Size>
    <MD5>1821f3b4e3a231007ab6bf29ce5d084b</MD5>
    <SHA256>9B91902411EC40F382F000F334EF6F8C895BFD8DDCEA09A0363AEB0422E4C460</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93466.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93466.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93468</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93468.exe</Url>
    <Size>782918024</Size>
    <MD5>78bef01e1f31acb321b6de6d7bd06359</MD5>
    <SHA256>D14CDD6EDE203BECB84FF6D51ECF867000CE73AC6EF61F144C6B2360A53619D2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93468.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93001-93500/sp93468.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93501</Id>
    <Name>HP ZBook 15v G5 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93501.exe</Url>
    <Size>945372984</Size>
    <MD5>1188da4dcfe172dcd516e12100052ba2</MD5>
    <SHA256>D5AEB548A73DC0E233DCC68C9A5811985EF00A13DCFD75CA76461926F3A55B94</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93501.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93501.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15v G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93503</Id>
    <Name>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93503.exe</Url>
    <Size>479615752</Size>
    <MD5>eb7f1c219971a4b3043203f0faf20c02</MD5>
    <SHA256>A7111C8C00195DF4A0157A12465156CF8820D81879433CCBA298C94D44390F99</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93503.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93503.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93505</Id>
    <Name>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/10/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93505.exe</Url>
    <Size>613101960</Size>
    <MD5>4043a5de7b406fd2f9dd76e07c61bf4c</MD5>
    <SHA256>1153F4BE3859E3A34928149165F118DDE51216584511424F93F33B8F4EE22BC4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93505.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93505.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93537</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93537.exe</Url>
    <Size>725158808</Size>
    <MD5>3b2acf9e07a8b4d6c6ce485623ff1e7a</MD5>
    <SHA256>111ACAFEFE08B74343E878166A6CF7BE5E7697DE180B876DA6B779235F34E0E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93537.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93537.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93538</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93538.exe</Url>
    <Size>453575064</Size>
    <MD5>0ce3cc734a5557b37907f9bfbc68ffd5</MD5>
    <SHA256>E9612BE9F6FACCFAE9DC57A3BEB05CF40C09E2DD32F90FEFEC22052EEF1BDE50</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93538.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93538.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93539</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93539.exe</Url>
    <Size>1010426232</Size>
    <MD5>4b689f95c5a93c9179d183cb48cff59a</MD5>
    <SHA256>E086CE2C70E80709A018F0DFA9BB562FAE5E934C1CA0018BA2F25FFBC89F6683</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93539.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93539.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93540</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93540.exe</Url>
    <Size>865656488</Size>
    <MD5>1e54c6dde98fa1000423dc36611ae1ea</MD5>
    <SHA256>B759BCD38A632E03CE1B21D2864BFB6B62B451B01F60F0BFC782A0C0C1309ED5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93540.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93540.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp93541</Id>
    <Name>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93541.exe</Url>
    <Size>844575968</Size>
    <MD5>257ad3d5eaa5bfd0d3f5ba912eadd704</MD5>
    <SHA256>ABB7B4B486716598E3CF6E01C012D133FF4322D36667445E539AD613139650F5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93541.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp93501-94000/sp93541.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x0/8x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94541</Id>
    <Name>HP Probook 6xx G2 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94541.exe</Url>
    <Size>853352384</Size>
    <MD5>7da6680bfe19c9de9ee30d616ba94082</MD5>
    <SHA256>B41AF666DF95339B2F1D06C6E4D11E1228AA8E30D28E5E77B643A557AC78D039</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94541.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94541.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94580</Id>
    <Name>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94580.exe</Url>
    <Size>843309480</Size>
    <MD5>3e7122b875d01a2b65503792f03762a3</MD5>
    <SHA256>73CFDE34C5691692531C4DBDE6B7681B1B117B816E77063DB33278ABD7A11240</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94580.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94580.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94581</Id>
    <Name>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/1/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94581.exe</Url>
    <Size>377552872</Size>
    <MD5>6d1a4c900157caa8991280e3c3a5b7db</MD5>
    <SHA256>2B8F2524C5A4F3924CE1C0CCEFAB683BA5C4A12C2C5B9D2E54C7F2D373251FF7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94581.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94581.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94589</Id>
    <Name>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94589.exe</Url>
    <Size>995448528</Size>
    <MD5>478df5aa2d9935ef876008ec83381f91</MD5>
    <SHA256>2F760EE5EB0AABD21635D41563B75C260C9E76AD39205576F09761761D426939</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94589.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94589.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94592</Id>
    <Name>HP Elite Folio G1 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94592.exe</Url>
    <Size>572304264</Size>
    <MD5>d7a33482266e221610c9d6f00abd9f92</MD5>
    <SHA256>DA392F6DDA55F3EE93039369C08EC847B5248FE0ED0BB04E1C6D53D8EEF0F817</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94592.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94592.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94743</Id>
    <Name>HP EliteBook x360 830 G5 Windows 10 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94743.exe</Url>
    <Size>617205528</Size>
    <MD5>b7c3b25d3b44b910761bc3ea168714b3</MD5>
    <SHA256>93E6AFC81D1140217032C1B22422FCE260AC12108516D711FAB704EFFDD73E79</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94743.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94743.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G5 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94853</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/28/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94853.exe</Url>
    <Size>740522944</Size>
    <MD5>0c274b52c0a990f11b29c2ec216acb57</MD5>
    <SHA256>663079EE4707F0BFA675E75AD2DD60398FB98AB7EE34E237BF6502ABF706209D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94853.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94853.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94902</Id>
    <Name>HP ElitePro 600/800 G3 PC Win7 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94902.exe</Url>
    <Size>1003414928</Size>
    <MD5>4d5308e20f428bc125e933d39f7749ab</MD5>
    <SHA256>920FD3A557C330FDB3276ED12A39FDCEEE1B7FD3BD626DE3C549180203111EB0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94902.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94902.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94910</Id>
    <Name>HP Engage One G1 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94910.exe</Url>
    <Size>420818944</Size>
    <MD5>f095a7daf23bbd0e1dde1d4fa469bfb8</MD5>
    <SHA256>92B9CF5BF3C3FCB02F78C3DAD363A9EA9648EA44FB16786C6224FA061DAC8BBD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94910.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94910.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94916</Id>
    <Name>HP RP5 5810 IoT10 2016 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94916.exe</Url>
    <Size>1038883000</Size>
    <MD5>b6aa4ef4b4f4063135b4563975b5373a</MD5>
    <SHA256>6D3B83B3DFE6704C8847C45146D0AA6BBCC7E25D95ECE14DE5F970DE814D8482</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94916.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94916.html</ReleaseNotesUrl>
    <CvaTitle>HP RP5 5810 IoT10 2016 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94917</Id>
    <Name>HP RP5 5810 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94917.exe</Url>
    <Size>1048856184</Size>
    <MD5>6a134eb8ded8a5c225fe5343f2b6c1fd</MD5>
    <SHA256>0B34BCD04E6681FB9E35FC9DA4BC37BD88F883F096678CDB38965B319F5736FE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94917.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94917.html</ReleaseNotesUrl>
    <CvaTitle>HP RP5 5810 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94920</Id>
    <Name>HP RP9 G1 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94920.exe</Url>
    <Size>532136504</Size>
    <MD5>7b3465298ab51f9d97e704ba930716a7</MD5>
    <SHA256>AA45B88B9915D7B2103CA35C7C980A563DC6015FDC84329179140D7CA1C34760</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94920.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94920.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp94975</Id>
    <Name>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94975.exe</Url>
    <Size>600263224</Size>
    <MD5>1af85ce934955fd8c94317176bc0f9e4</MD5>
    <SHA256>7727E95D71A7B28F708C690724979BE36121449A15C68EA22A07F211E0828775</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94975.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp94501-95000/sp94975.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5R G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95002</Id>
    <Name>HP ProDesk 405 G4 DM Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/2/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95002.exe</Url>
    <Size>361739704</Size>
    <MD5>7a59fa69de83fb3400867b04505074f8</MD5>
    <SHA256>E633F403198406FAC3CE30D0D9C84AFF5EAFF94A29F106C013F757D1EABB9987</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95002.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95002.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 DM Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95056</Id>
    <Name>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95056.exe</Url>
    <Size>670887624</Size>
    <MD5>65a96b8a7964604213afa65f033a8fc7</MD5>
    <SHA256>3ED92BA885A2A7CDE0832DAB5D49A97520FEA0FA3476889E3468671EBBC292E4</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95056.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95056.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95057</Id>
    <Name>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95057.exe</Url>
    <Size>1005624728</Size>
    <MD5>a6d84f5533f4ef748206d1569061000b</MD5>
    <SHA256>5F10AE49DD9A0EC5D89B60A2D1A40A319AFFD6B5211232EA5CBF97A77A72D537</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95057.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95057.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95240</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95240.exe</Url>
    <Size>670524400</Size>
    <MD5>853b47e593000866692f68a735246380</MD5>
    <SHA256>50889C8DCDB7AFA6096708A10786635309AA7F41E6ED819A247DF5AE0979BF43</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95240.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95240.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95241</Id>
    <Name>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95241.exe</Url>
    <Size>771321216</Size>
    <MD5>9295b3801cf862e46918bd8718c91021</MD5>
    <SHA256>9C295E8FB05AB505CC90C38255E883473D87422AC1CAB82C693FCAA57B82D46F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95241.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95241.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95252</Id>
    <Name>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95252.exe</Url>
    <Size>891696560</Size>
    <MD5>3ceadd2785ec3b13af2e27e9326ef856</MD5>
    <SHA256>2C3392A96FABC2FD3428EE05E0C13A27D99F4B6268AC209C199E829F5EA893CB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95252.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95252.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook/Studio 15/17 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95270</Id>
    <Name>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95270.exe</Url>
    <Size>782957176</Size>
    <MD5>769fc3d14fa55e27379a2f1eade68d9c</MD5>
    <SHA256>BF8A238BC94B97B27F6BFA77DAE471FB2B9624A0BB4BB33C5BC657555C08F8D1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95270.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95270.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1020 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95271</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95271.exe</Url>
    <Size>795097120</Size>
    <MD5>925a3f211818f60a4f459073cd903387</MD5>
    <SHA256>588ECE1E0863C8B0E44AE3D7DA6D46909A1DDEF5626CE4E2ABADFCF589D35683</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95271.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95271.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95287</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95287.exe</Url>
    <Size>671939744</Size>
    <MD5>3ede924902cf49f5ba871710043ee6ed</MD5>
    <SHA256>33AF09D066CE62F7E952E7A36C61A0D4A4BDC4DA3349710E808DCB9FF78B5B18</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95287.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95287.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95291</Id>
    <Name>HP ZBook Studio G3 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95291.exe</Url>
    <Size>958607512</Size>
    <MD5>f6efb2bfa1a3779552dbcb0e73dee4b0</MD5>
    <SHA256>D7CE099644E24E52050473195BEF3E9B7545628BE177E01D54AD8CF036BB742A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95291.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95291.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook Studio G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95292</Id>
    <Name>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95292.exe</Url>
    <Size>572464400</Size>
    <MD5>dfac9edee219c36d9dccd9e0a9b0c26a</MD5>
    <SHA256>3D51D35FBD03CA886C5E4D4D8C85E538515551DD414BCB77371EE53A837D8293</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95292.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95292.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95313</Id>
    <Name>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95313.exe</Url>
    <Size>665264408</Size>
    <MD5>cbf58deabdebeead98fff22156418e7a</MD5>
    <SHA256>EA1F07E8908EE63EC23437E367838DF8BC4C8CA80D31A8BC8E3290953E859B40</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95313.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95313.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95314</Id>
    <Name>HP Folio 1040 G3 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95314.exe</Url>
    <Size>590992608</Size>
    <MD5>a5cfcac810f39cff133afe30e7b87d6b</MD5>
    <SHA256>76DD3BFD35D43575858D2474029B3F2E56D1848CC5011FF01760E8B3F78A6330</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95314.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95314.html</ReleaseNotesUrl>
    <CvaTitle>HP Folio 1040 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95315</Id>
    <Name>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95315.exe</Url>
    <Size>641928800</Size>
    <MD5>149ac349404c46e61c15e3360e02425c</MD5>
    <SHA256>EB1EC4393C404CC3E79B87F65B484F98824780B0D025C363113D353A46D09518</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95315.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95315.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95327</Id>
    <Name>HP ProBook 455 G3 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95327.exe</Url>
    <Size>499488304</Size>
    <MD5>deab8a67728fe28edd60a0bdddfa200f</MD5>
    <SHA256>9ACDE0A8B3E05310C7FB98EAE701CEEAF59C09C3F6D3CE2F394DE725BB434FC1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95327.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95327.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95328</Id>
    <Name>HP EliteDesk 705 G3 Win10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95328.exe</Url>
    <Size>686161672</Size>
    <MD5>dd0616bfbb4fa4b1daddd27e429bc05e</MD5>
    <SHA256>ED62A85FCF27140F7D2ACB2D1460CD54AF2440775D2F266CD39D0974F2D51BF2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95328.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95328.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95330</Id>
    <Name>HP ElitePro 600/800 G2 PC Windows 10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95330.exe</Url>
    <Size>861386416</Size>
    <MD5>ae6996f3d52ad51ebc31e00b1c706c94</MD5>
    <SHA256>2B4B7A06B38CD926F3344D6072B120DDECAC8BB1322EA9ABA565AD2666298FCE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95330.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95330.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 PC Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95331</Id>
    <Name>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>12.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95331.exe</Url>
    <Size>616276760</Size>
    <MD5>da750a0a12c535376f919fd3e66446cf</MD5>
    <SHA256>19828AACCF1215454E465B3738D19D3B9871CC501E6C30B8C507FD373B6E8882</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95331.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95331.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95338</Id>
    <Name>HP Z6/Z8 Windows 10 x64 Driver Pack</Name>
    <Version>4.2019 H 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/10/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95338.exe</Url>
    <Size>699438296</Size>
    <MD5>1e2cb670af29571751d69f837969a413</MD5>
    <SHA256>EFE7EEDA2629F1792DAA00450D279A91E00430BC62C68B5ADFB624921043B4D5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95338.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95338.html</ReleaseNotesUrl>
    <CvaTitle>HP Z6/Z8 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95358</Id>
    <Name>HP EliteDesk 705 G2 Windows 7 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95358.exe</Url>
    <Size>736342400</Size>
    <MD5>974b4d09cabd72559c43c6ba270da506</MD5>
    <SHA256>67782246D57A91A5ED58D4F28A364167065A3BDF2F5F9B9AE780BAAF52E9FAE5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95358.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95358.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95359</Id>
    <Name>HP EliteDesk 705 G2 Win 7 x86 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95359.exe</Url>
    <Size>501128560</Size>
    <MD5>fa705ece74c51483e372e1679acb8d79</MD5>
    <SHA256>DB02914C27E71602D22D781F1E1FEA0223F4F291977C6E39ADA38A5BA0230C83</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95359.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95359.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95369</Id>
    <Name>HP EliteBook 1030 G1 Windows 7 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95369.exe</Url>
    <Size>446932664</Size>
    <MD5>a38fea48d6a30e60716d731251ff79a0</MD5>
    <SHA256>D423044E3B56463C6E169D83A46CB7D41B0EDD978E21668C5AEEC6487E0BD778</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95369.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95369.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1030 G1 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95371</Id>
    <Name>HP EliteBook 7x5 G3 Windows 7 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95371.exe</Url>
    <Size>605147752</Size>
    <MD5>05b100913ea2997de5a3834dd57e75f3</MD5>
    <SHA256>778D9F33ECFD87FB2F208F114AB9B53193DF714D45408087F896D5F6F2F8D295</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95371.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95371.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95372</Id>
    <Name>HP EliteBook 7x5 G3 Windows 7 x86 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95372.exe</Url>
    <Size>337130744</Size>
    <MD5>c13db6beb33f968c6571d78906b57e0b</MD5>
    <SHA256>836E9CAD3B04F4BC6B9A61D206834999DAE37DE04971A4100C8179550DDDD470</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95372.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95372.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G3 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95373</Id>
    <Name>HP Probook 6x5 G3 Windows 7 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95373.exe</Url>
    <Size>511696800</Size>
    <MD5>9f4ad9f75fb71839fcf12b6ef6a29b30</MD5>
    <SHA256>E51B5BFAA072C47D80D346A841A29A4D684A8A7C33F64690D81783A73E6ACE99</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95373.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95373.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95374</Id>
    <Name>HP EliteBook 7x5 G4 Windows 7 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95374.exe</Url>
    <Size>643525368</Size>
    <MD5>e72dfafcad1a0aa72af2fd269e15e739</MD5>
    <SHA256>92B9D46837E5E5F4539E0DBB89237AC7E22C89BE21E4257A9036EEA82D8027B2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95374.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95374.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95375</Id>
    <Name>HP Probook 6xx G2 Windows 7 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95375.exe</Url>
    <Size>746252088</Size>
    <MD5>52bc000aa9a646c9ead5ec5020d97bdb</MD5>
    <SHA256>CAB8BB123DFC5039156D8BF05E03CEA2E4C5BCAF3C2963360403DE9979D84360</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95375.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95375.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95383</Id>
    <Name>HP Probook 6xx G2 Windows 7 x86 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/18/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95383.exe</Url>
    <Size>489385648</Size>
    <MD5>b135595af5c985939c86045f12ac364c</MD5>
    <SHA256>43193034F7B690161798B8666D9316C220A5910F11B1716F1E2A2F65A10CA8EC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95383.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95383.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6xx G2 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95385</Id>
    <Name>HP EliteOne 1000 G1 AiO Win 7 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/18/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95385.exe</Url>
    <Size>374563952</Size>
    <MD5>0440a06989f15ec390747565e19f9aff</MD5>
    <SHA256>0BF6E7B22E259CB9A2A7E1F760A2B67863BDF45E6635826D5115CD38335AF63D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95385.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95385.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95386</Id>
    <Name>HP EliteOne 1000 G1 AiO Win 7 x86 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95386.exe</Url>
    <Size>245388552</Size>
    <MD5>223668b3fac9133f613bd1bd66d65c9b</MD5>
    <SHA256>63B470D6E42EC2CADCD21D00217E3A2C9827AF845CFC377A1BA401ADF6B10100</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95386.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95386.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G1 AiO Win 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95411</Id>
    <Name>HP ProBook 455 G3 Windows 7 x86 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95411.exe</Url>
    <Size>347881872</Size>
    <MD5>f3573c71633735bd6d4796853cb7922a</MD5>
    <SHA256>FAD382AAEAACAA647E9F5E152CE29012139E906D8B976B5483BF065F5CF1B995</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95411.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95411.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95413</Id>
    <Name>HP ProBook 455 G3 Windows 7 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95413.exe</Url>
    <Size>483142048</Size>
    <MD5>0fb8d84f5b6b391eeadc824a05c1662c</MD5>
    <SHA256>5EBCC27FBA87D1DD965462B0D4F239BD0612C53C6EE6F3C8136995020CD7396E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95413.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95413.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G3 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95431</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>14.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95431.exe</Url>
    <Size>703707000</Size>
    <MD5>d85a4845ade1d86bf1f5bdfe9ea36379</MD5>
    <SHA256>9821F72E6524B1340DAC0DC9B598B946796A81D571E338552F92A08B9B83D936</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95431.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95431.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95432</Id>
    <Name>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95432.exe</Url>
    <Size>621437848</Size>
    <MD5>f4993aef972c6f863cf3c7b205ba9d30</MD5>
    <SHA256>EC7D45BC1F18061671C33047BE7B144F47DF73834F7F04D4BFCC0C0BC1D9DD2F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95432.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95432.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1040 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95434</Id>
    <Name>HP Elite/ZBook 8x0 G5 Win 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95434.exe</Url>
    <Size>770097552</Size>
    <MD5>77cbef2e5fafa77503efd4c9f484ab39</MD5>
    <SHA256>8CAF43D8484EB8C81F4B10C33508A1E653DF325508D5A61E1EE414A7327B12EA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95434.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95434.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95435</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95435.exe</Url>
    <Size>739890328</Size>
    <MD5>531180998fdd5c1c06027202e6692f25</MD5>
    <SHA256>7AA503B6C3F6E98CAB075D9C8522DDEDF75279D0B110962C08B31DD52BEE42EA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95435.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95435.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95450</Id>
    <Name>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95450.exe</Url>
    <Size>795510296</Size>
    <MD5>3a3dd67a03998582635f4169e4eb66bf</MD5>
    <SHA256>9BD456B79FBFA39430DAFF4F45D748FEDD894B0BF07848E6709E394D8F99A867</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95450.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95450.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 680 G4 MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95451</Id>
    <Name>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95451.exe</Url>
    <Size>832862712</Size>
    <MD5>60679540cb4d2ca62001fb4e5fb7b32f</MD5>
    <SHA256>AED1AEF83C131B774BFE9EE827654C23FB010D42E2E7A92C530233FA1A551BC3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95451.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95451.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 840r G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95452</Id>
    <Name>HP ZBook x2 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95452.exe</Url>
    <Size>1012767032</Size>
    <MD5>5ac5aa8b771c6c80351ce074546839df</MD5>
    <SHA256>89AE3D472F1FA1058526BBB57837DC1FA756CD6508DE101130D12040FF9E5900</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95452.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95452.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook x2 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95453</Id>
    <Name>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95453.exe</Url>
    <Size>727305208</Size>
    <MD5>18ab739d87f1fdbdf655d86dc9f8c7bf</MD5>
    <SHA256>76B2E71C9BF2B13E72A234BCE4037FBA180D7B43C313C5A77D309B1153F740A6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95453.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95453.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1012 G2 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95455</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95455.exe</Url>
    <Size>722719408</Size>
    <MD5>9428c86bea02237c1784186e0bb5be2a</MD5>
    <SHA256>5981B3F7CD9B52DA16EE568BD274943D9B2A6C5419ECE817A510ACE98664BF92</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95455.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95455.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95456</Id>
    <Name>HP ElitePro 4/6/800 G4 AiO Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95456.exe</Url>
    <Size>598812944</Size>
    <MD5>e25763075571cdb92842f551c4e6c041</MD5>
    <SHA256>6D40114322A2C0618969ABA198863B0D0BFC6E49E58F0CD12391830947DCDE8D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95456.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95456.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G4 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95457</Id>
    <Name>HP ElitePro 4/6/800 G4 PC Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95457.exe</Url>
    <Size>780404384</Size>
    <MD5>e4854b947b8c1af474ddc4b5aa485288</MD5>
    <SHA256>FF1ACFE395016AB8E9FAAAB95CBB0C9BB8171A718EC5F171E128B6C215E99514</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95457.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95457.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G4 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95459</Id>
    <Name>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95459.exe</Url>
    <Size>593979520</Size>
    <MD5>a75c2aeadf5ad3d313515df990f6c279</MD5>
    <SHA256>C4883B6BED20C4DD4DA7C6EFD5DE24176E24991BE2CC01B558830CD2681247E1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95459.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95459.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95460</Id>
    <Name>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95460.exe</Url>
    <Size>694959912</Size>
    <MD5>317cef5aaca2fee8e9a8c8480446ad6e</MD5>
    <SHA256>BCF78733DD83DFC8B1ED3CC8CA9DED191F44D6AFCD5B02691A274DC6FBF4A6B1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95460.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95460.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95461</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95461.exe</Url>
    <Size>798782224</Size>
    <MD5>165a3b2de62df0b79be8499e66d26de1</MD5>
    <SHA256>9D600A2E0F61E7057F6ACE86222794DB99D0A4B49B93962720A45D113AA2B96F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95461.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95461.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95462</Id>
    <Name>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95462.exe</Url>
    <Size>817803536</Size>
    <MD5>f6af8f19dd14e674ab60c508f6800152</MD5>
    <SHA256>9A37A023AB9729CFD2D798D86058B70A8CBECB2C480F8C0719F5E0B074B2563A</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95462.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95462.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95463</Id>
    <Name>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95463.exe</Url>
    <Size>1069444944</Size>
    <MD5>d07b0bc8fe6f16b5b30482d30784b8b6</MD5>
    <SHA256>5CAA6C56F85C4CC157E523B9BE3819505255D21C0CDAE707487606F314F1EA81</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95463.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95463.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 440 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95491</Id>
    <Name>HP ProBook 455 G4 Windows 7 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/27/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95491.exe</Url>
    <Size>500404088</Size>
    <MD5>29cee144d3f78f60dfad29f4e6ca0da2</MD5>
    <SHA256>1C299D4B1308046AFD02F0EE2F81C1196C031BACF64F38DEA580E3522F665E66</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95491.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95491.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95493</Id>
    <Name>HP ProBook 4x0 G4 Windows 7 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/27/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95493.exe</Url>
    <Size>789707792</Size>
    <MD5>c77a5fb2a151c6ffbdfcf8bb1d24a60a</MD5>
    <SHA256>E72F9BA6E200DAE801E14EC5F5479342C83AACD20A04862787128FD2446A52D7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95493.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95493.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G4 Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95494</Id>
    <Name>HP ElitePro 4/6/800 G2 PC Win7 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95494.exe</Url>
    <Size>954244216</Size>
    <MD5>e337b8f660fbd21c080258550ec39057</MD5>
    <SHA256>E0BC4622C5F184B515932B8C6052A60731B0B29CA88852C188BFE3D01C23E2C9</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95494.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95494.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G2 PC Win7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95509</Id>
    <Name>HP ElitePro 4/6/800 G2 PC Win7 x86 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>3/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95509.exe</Url>
    <Size>668413752</Size>
    <MD5>957034f605889ca0eed772aa2e006072</MD5>
    <SHA256>C9B5C53293FA65456F7AF29C1B546B005678C6B2A1863C7FFAC34C1BF543C101</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95509.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95509.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G2 PC Win7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95547</Id>
    <Name>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/5/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95547.exe</Url>
    <Size>808743040</Size>
    <MD5>ad147a3345afc9357b8fd51f5e30440f</MD5>
    <SHA256>6A712E6546150F21FCBF77235BB46152D82B3A49D754813071A2A44C29CC7C93</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95547.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95547.html</ReleaseNotesUrl>
    <CvaTitle>HP Zbook 15/17 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95549</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/5/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95549.exe</Url>
    <Size>817369240</Size>
    <MD5>f4dcec5a1dbe3522256ed1b59526d6dd</MD5>
    <SHA256>49D85F07E62FE370616EE1C73AA6CF151C6B2749C42CAACD53D8BDBA31B2D9AD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95549.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95549.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95749</Id>
    <Name>HP Engage Go G1 Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95749.exe</Url>
    <Size>749210592</Size>
    <MD5>6c3a5651b99b1175558f01def874a3e1</MD5>
    <SHA256>45F8E0715AF9006891F02C2DD3697DED637BF2DCFFF2115CDBAB8579F654445C</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95749.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95749.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp95968</Id>
    <Name>HP EliteBook x360 830 G6 Windows 10 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>4/26/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95968.exe</Url>
    <Size>691615016</Size>
    <MD5>3e4e983e2d98f5d22711a85e78ac74e7</MD5>
    <SHA256>A1FA128B8CE8EE37994A7588C8DDD6727E3C69EEEC77F7575F8D8FA6509EB268</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95968.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp95501-96000/sp95968.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 830 G6 Windows 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96024</Id>
    <Name>HP Z VR Backpack G2 Windows 10 x64 Driver Pack</Name>
    <Version>05.2019 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96024.exe</Url>
    <Size>457864576</Size>
    <MD5>49ef17eca4be032199e05c5305d3755c</MD5>
    <SHA256>4E51E2E10C644CC9CF6A144C7315B5C17ACE64E569547CD12C5DEB76B9410EFB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96024.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96024.html</ReleaseNotesUrl>
    <CvaTitle>HP Z VR Backpack G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96027</Id>
    <Name>HP ElitePro 4/6/800 G2 AiO Win 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/1/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96027.exe</Url>
    <Size>785697008</Size>
    <MD5>a866ec67a09821919e6adca373d72ae8</MD5>
    <SHA256>34B6485BC73A830EB1553D8CBDA6688AEA355F44900F8DDB7E80213B9DA376A8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96027.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96027.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G2 AiO Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96028</Id>
    <Name>HP ElitePro 4/6/800 G2 PC Win 10 x64 Driver Pack</Name>
    <Version>13.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/1/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96028.exe</Url>
    <Size>834454408</Size>
    <MD5>f4fd4fa16098b96e51499c76e2dfb608</MD5>
    <SHA256>417899D00C7512DDF7335B5C20676E1AC8A72F585E66A139753B73D5A36CE4D1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96028.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96028.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G2 PC Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96058</Id>
    <Name>HP EliteDesk 705 G2 Win10 x64 Driver Pack</Name>
    <Version>11.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/2/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96058.exe</Url>
    <Size>827904560</Size>
    <MD5>f57a54c15d5ec79ff844bca19c79980d</MD5>
    <SHA256>465D8C982BBC2569ECF7B516EAE57128B225117414A0099BA26DD5286FB50F1F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96058.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96058.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G2 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96059</Id>
    <Name>HP EliteDesk 705 G3 Win10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/2/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96059.exe</Url>
    <Size>789795000</Size>
    <MD5>82b73924a228c9fd12d24e74d7f40f3c</MD5>
    <SHA256>532D17DBB2ADE328DAD3583DC1619CD32CBEE7D5BB10BAC4FBC99330460A8C86</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96059.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96059.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G3 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96289</Id>
    <Name>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/13/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96289.exe</Url>
    <Size>809115856</Size>
    <MD5>0142a2335f69e31ed3e6d0790e94dee0</MD5>
    <SHA256>1BF3851A3FB28E48647C41FCF8CA1202E60F78E98A84734C5D2C0E47B1E00635</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96289.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96289.html</ReleaseNotesUrl>
    <CvaTitle>HP ZHAN 66 Pro G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96411</Id>
    <Name>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96411.exe</Url>
    <Size>480085128</Size>
    <MD5>21099eb3cfc8e883a3c71adb479664b0</MD5>
    <SHA256>E01BF60B0BE6F5BBBF5F82E315345B43665D690DD40F42E5934713498A782910</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96411.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96001-96500/sp96411.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96717</Id>
    <Name>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/28/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96717.exe</Url>
    <Size>693033784</Size>
    <MD5>99f2964b8f96016cf9524a9bafd6be20</MD5>
    <SHA256>9419B3D782CE4B69E939BC351E4598D9E9F0DD711C7A9112DB25CF02E07C17B3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96717.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96717.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 7x/8x G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96718</Id>
    <Name>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/28/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96718.exe</Url>
    <Size>456228472</Size>
    <MD5>ff54a797245d24658e62f9231591ad83</MD5>
    <SHA256>99C963C21D4C3255C9313BB838431C78C33534B721F4F87C4E1FD676BBC024BD</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96718.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96718.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96748</Id>
    <Name>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96748.exe</Url>
    <Size>469639416</Size>
    <MD5>54cb064afc073a20a704cfec3f8d20b8</MD5>
    <SHA256>08B126BBF6A1819FA65D61BBF82864FF3C684F41E2CF835274AA28949FA1C2E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96748.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96748.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96749</Id>
    <Name>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96749.exe</Url>
    <Size>483388768</Size>
    <MD5>d168ab0f2ebb17a539cb86730d9d83c6</MD5>
    <SHA256>BA4295F458FFB265A718BB54D3AB9B84487E47206214599AD7914EBA262FA6AF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96749.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96749.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Folio 1020 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96750</Id>
    <Name>HP Elite x2 1011 G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96750.exe</Url>
    <Size>485213296</Size>
    <MD5>4bc7a09d2627f98ff3fd29c093a9aec6</MD5>
    <SHA256>2E6DCA5D5E8604E9FC8A5A1C9846CBFE59C6D5E79F438B0ABAFF23BB0D71AE76</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96750.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96750.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite x2 1011 G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96751</Id>
    <Name>HP Pro x2 612 G1 Tablet Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96751.exe</Url>
    <Size>497582144</Size>
    <MD5>db45156232e6eeccbe5388b397d9eb35</MD5>
    <SHA256>A1C55F6964A27B609869A81A98EE92E2AD06829980403D910BFEB9695A6AAF42</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96751.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96751.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G1 Tablet Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96753</Id>
    <Name>HP Elite Folio 9480m Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96753.exe</Url>
    <Size>484249768</Size>
    <MD5>1dc1e1dc63631c965d67d18e2dfdc561</MD5>
    <SHA256>EFA2C2C9F5F95FF552A00AF9DC30C3B902774C73214539BF35BC5F0257F07AB3</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96753.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96753.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Folio 9480m Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96754</Id>
    <Name>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96754.exe</Url>
    <Size>1021325144</Size>
    <MD5>cb718230602c2120425c78486ef404f8</MD5>
    <SHA256>9E78B9A2BBFB381089CBABE575B5FAAC1C0BAF7C1415271AF7E72CEDB32AC401</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96754.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96754.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96755</Id>
    <Name>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96755.exe</Url>
    <Size>389956040</Size>
    <MD5>7f56e8cf6ef386b3c183ed14da9196d5</MD5>
    <SHA256>1830C8C4FA3F11D1EB2EC84CD8D16A33F49ED4572B0A9D4B8603F907D0D15A8F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96755.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96755.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook Revolve 810 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96756</Id>
    <Name>HP ProBook 6x5 G1 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96756.exe</Url>
    <Size>352121184</Size>
    <MD5>7749fb014971fdd00d323f8bdfb76746</MD5>
    <SHA256>8C022C5FF20BBE3710613E1A3EEE291754CB3110D0D7E00A5C5458A32399363B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96756.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96756.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 6x5 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96757</Id>
    <Name>HP ProBook 6x0 G1 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96757.exe</Url>
    <Size>593042048</Size>
    <MD5>43b99cdcd5baf5c3e3facf6f58516525</MD5>
    <SHA256>A26127151A970C659723DAAF1F8347A530FFFDF1CB60905299D152E92E2010CB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96757.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96757.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 6x0 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96758</Id>
    <Name>HP ElitePro 400-800 G1 PC Win10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96758.exe</Url>
    <Size>900475256</Size>
    <MD5>ee96507bd1530ae92e134ab781320a03</MD5>
    <SHA256>A717EB418E19F452950A24CB30C6CF18B0AFA63308BF2CD128EEA844C8EBE6D1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96758.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96758.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400-800 G1 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96760</Id>
    <Name>HP ZBook 15v G5 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96760.exe</Url>
    <Size>931778688</Size>
    <MD5>5c664d71495205cab3fdea6861fc1b65</MD5>
    <SHA256>0D0CFE088E4822F5267F6103F5DF5D4848FFF6D5E639D356AF703B02BF2431D1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96760.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96760.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15v G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96781</Id>
    <Name>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96781.exe</Url>
    <Size>812260784</Size>
    <MD5>a9f98a759828fe824747bc966afb4c22</MD5>
    <SHA256>23EE32166C64E850BD567A7C1EA71ABDFA96A59D6A738035AC8E170EB3F0E362</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96781.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96781.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G6 SFF/MT Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96782</Id>
    <Name>HP ElitePro 4/6/800 G5 AiO Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>5/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96782.exe</Url>
    <Size>738862328</Size>
    <MD5>eebb0157f59933272493e925deef3d33</MD5>
    <SHA256>640FCE37A390965D243F9507B42AB1C637FBBF62C6A4A80CF88381123812F09D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96782.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96782.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 AiO Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96860</Id>
    <Name>HP Z4G4 Windows 10 x64 Driver Pack</Name>
    <Version>4.2019 G 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96860.exe</Url>
    <Size>698936808</Size>
    <MD5>b3040ff6d62d7ac3986f453c8b25ddf5</MD5>
    <SHA256>EA4A9551B1BD732FD7B8B83877EC382E55DAE82950BE5A75B0AB6B30D62B647D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96860.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96860.html</ReleaseNotesUrl>
    <CvaTitle>HP Z4G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96931</Id>
    <Name>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96931.exe</Url>
    <Size>591627104</Size>
    <MD5>320d037440a253dc14397a08c8a82ec0</MD5>
    <SHA256>34FCC5631FA4B7C0CE12F4FF0EB68A03236722E6EA19E503CE78288B12014DC1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96931.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96931.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp96974</Id>
    <Name>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/10/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96974.exe</Url>
    <Size>799163936</Size>
    <MD5>c35413e055cd8f55929d0189b996f043</MD5>
    <SHA256>64602B88D3EB990B76B2854AE81EE14FD4EE8CD8F440DC19E1F99F142284A446</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96974.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96974.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp97017</Id>
    <Name>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/16/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97017.exe</Url>
    <Size>703717080</Size>
    <MD5>3ba4b65502ff8b2217079f5b2c556869</MD5>
    <SHA256>D59100DFE0B31FD3187A9E6EAD7B7E522D0F6C3FF8FD0CE3A6CB2C51DA21E5BA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97017.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97017.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp97052</Id>
    <Name>HP Engage Flex Pro G1 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/13/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97052.exe</Url>
    <Size>781081840</Size>
    <MD5>4dffb8f902147dd008c40dfc3992e817</MD5>
    <SHA256>FB7BA2C513C084FA1CB213C373B615901BF0CA49D31511BC57F4D68CBC8EA2CC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97052.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97052.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp97057</Id>
    <Name>HP Elite Dragonfly Windows 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/13/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97057.exe</Url>
    <Size>778516464</Size>
    <MD5>00cb0554440cba4e01dda3d51a1de94f</MD5>
    <SHA256>4EA4139871D383C17B1ABC12CBB630ED168FD8752233B999181B641CB4AB6558</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97057.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97057.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Dragonfly Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp97069</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>6/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97069.exe</Url>
    <Size>774963712</Size>
    <MD5>3e0a16208de1c99b235bdd714a270492</MD5>
    <SHA256>CB3AD8CC01E4A7A540C5AA1248BBC4A73762CB595E0787C369E3C0841E3C39AF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97069.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp97001-97500/sp97069.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp98435</Id>
    <Name>HP MP9 G4 Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/16/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98435.exe</Url>
    <Size>820782632</Size>
    <MD5>2b81ad0f12589ef1cca87f7ba03354f7</MD5>
    <SHA256>6511E9D92B8B6C3C2D3D44F2F3351BB46F8B7C80B5874403B3D7759421B7410E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98435.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98435.html</ReleaseNotesUrl>
    <CvaTitle>HP MP9 G4 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp98438</Id>
    <Name>HP Engage Go G1 Win10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>7/31/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98438.exe</Url>
    <Size>825810392</Size>
    <MD5>28e46d5fce7c6b37c7b7eaa32cd8c53d</MD5>
    <SHA256>4AE75EAB218332E4EE92045289BDF743F1689C0E37F09F278E2B8458B52E2D84</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98438.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp98001-98500/sp98438.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Go G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp98793</Id>
    <Name>HP Elite Slice Windows 7 x64 Driver Pack</Name>
    <Version>9.00 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/5/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98793.exe</Url>
    <Size>352542096</Size>
    <MD5>b05c03a3948d0c3240ee7752bc743223</MD5>
    <SHA256>B4491BF6B9B16E194395E8121036E143E0FCE42230340811C4B7FF111E89ED36</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98793.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98793.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp98794</Id>
    <Name>HP Elite Slice Windows 7 x86 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>8/5/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98794.exe</Url>
    <Size>229440744</Size>
    <MD5>0DB6585C9F2148D95515DE8FB498BD5C</MD5>
    <SHA256>983E976759D3A592D14D453FA06A9CD165D68568AA4012A7CBFDE3C1C72AFE8E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98794.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp98501-99000/sp98794.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99081</Id>
    <Name>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</Name>
    <Version>16.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/9/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99081.exe</Url>
    <Size>688474824</Size>
    <MD5>421316deb92430a9b151fa07faa4d4e7</MD5>
    <SHA256>5001BCDF83ADFA664F038F298B064FAFC8BD12A55D7F890E5B21E8A433626DBE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99081.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99081.html</ReleaseNotesUrl>
    <CvaTitle>HP Pro x2 612 G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99125</Id>
    <Name>HP ElitePro 600/800 G3 PC Win7 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/12/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99125.exe</Url>
    <Size>972914032</Size>
    <MD5>9f8b08ae58dfca884766e42ff9150be7</MD5>
    <SHA256>5FC13AFD2BBA71F58D8799ED7DFD5EA84DC69FB4796892D0A63CC1A4CC4EE511</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99125.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99125.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99219</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win7 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/13/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99219.exe</Url>
    <Size>933434896</Size>
    <MD5>5ae819fe1cc8c1707b941eb6a28f9d0c</MD5>
    <SHA256>C490F86F82A714C884779E11F47501082C0A4799D08FC3960862A0E6E5678DFF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99219.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99219.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win7 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99244</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Windows 7 x86 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/17/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99244.exe</Url>
    <Size>458060576</Size>
    <MD5>2639B2DA4AD3BB97F99264BB68DE73B3</MD5>
    <SHA256>833B273B11CA79DB27FA203B5945BD6E274851E99F61DF3D30D4FF035C8F0FBC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99244.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99244.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Windows 7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99245</Id>
    <Name>HP ElitePro 600/800 G3 PC Win7 x86 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99245.exe</Url>
    <Size>618425112</Size>
    <MD5>5357e55aad22f8f5f38b22edf9bc2f1d</MD5>
    <SHA256>8971678AB5E3E7E62B57163332A775340A359BEAF76A3BEE2B1D63F08903A4AB</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99245.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99245.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win7 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99374</Id>
    <Name>HP Z420, Z620, Z820 Windows 10 x86 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99374.exe</Url>
    <Size>516628904</Size>
    <MD5>4599957981B3B19EEC881FFDC4ED430E</MD5>
    <SHA256>FD6C16028890B2AA6955A3648C8E472237F89446A75DE5337AF23E92540490B2</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99374.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99374.html</ReleaseNotesUrl>
    <CvaTitle>HP Z420, Z620, Z820 Windows 10 x86 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99401</Id>
    <Name>HP Z240 Windows 10 x64 Driver Pack</Name>
    <Version>2.2019 N 3</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/26/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99401.exe</Url>
    <Size>824912944</Size>
    <MD5>3acee6fd73900c1c713e7524619ea776</MD5>
    <SHA256>A1ECD3882018ADEEA239A10B50508A0DCD480B7762A0C4C722801CEE5FF3BC97</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99401.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99401.html</ReleaseNotesUrl>
    <CvaTitle>HP Z240 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99461</Id>
    <Name>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>9/30/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99461.exe</Url>
    <Size>704514272</Size>
    <MD5>0bd09714dc4dce2b72162937b9a403cc</MD5>
    <SHA256>589FFA7164D273EC0894C521A2B4B3DFD7D89A91F391F084D40724A0B8560A50</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99461.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99001-99500/sp99461.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99512</Id>
    <Name>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/3/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99512.exe</Url>
    <Size>802586784</Size>
    <MD5>DEB658EC88EC0B42763E07C580F844A5</MD5>
    <SHA256>4A5F5F48BAC85DC32BC07AF8BE6C2F194974167C8CDD7328B300E22355B114C1</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99512.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99512.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99513</Id>
    <Name>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</Name>
    <Version>15.0 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/3/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99513.exe</Url>
    <Size>820635216</Size>
    <MD5>B606982D46350405CE252C36A2BCEAC7</MD5>
    <SHA256>75153790DC55EEA72E13674F3B0BE3828D44C4847FFA37CD9089C902F72B30E6</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99513.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99513.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99523</Id>
    <Name>HP ProBook 455 G4 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 2</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/4/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99523.exe</Url>
    <Size>840051272</Size>
    <MD5>3DC6735178F31BC21518024C993E7034</MD5>
    <SHA256>5D1FBE15DE2594DB8664E5B04ECF3274DB479A93717EBAB7670FE646EE5834A0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99523.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99523.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99525</Id>
    <Name>HP ProBook 455 G5 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99525.exe</Url>
    <Size>859846224</Size>
    <MD5>42506962b1199538661c52af3ee5f409</MD5>
    <SHA256>25D0316C2B5DC83623367DD98651145D6F75E41865646827283D3EF79A65C7CA</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99525.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99525.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 455 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99541</Id>
    <Name>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/7/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99541.exe</Url>
    <Size>734282928</Size>
    <MD5>9ef2f20d87a22afc739b42588d61dd2c</MD5>
    <SHA256>A83F5A8F0A2011EF54219D201832B93B92EFC4E788E3371ECC71CCA905B03A53</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99541.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99541.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 1040 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99542</Id>
    <Name>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/9/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99542.exe</Url>
    <Size>751569776</Size>
    <MD5>8444FF03352A5BF67313A87D0475EE93</MD5>
    <SHA256>0512FA4DB4F3C493297F59F61F5907B19F2C2F56735986475F9A801341D3A43F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99542.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99542.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99544</Id>
    <Name>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/9/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99544.exe</Url>
    <Size>901882232</Size>
    <MD5>4c26e35b4656e344796a9ea9ed49ac8f</MD5>
    <SHA256>C078831E211B90A64E6358499D6FB4D263A52F5164C6DD471EAE5493FE03E262</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99544.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99544.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15/17 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99557</Id>
    <Name>HP ProBook 4x0 G7/ZHAN G3 Win 10 x64 Driver Pack</Name>
    <Version>1.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/8/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99557.exe</Url>
    <Size>859617296</Size>
    <MD5>9c85663d2963aed5787996e530c7335e</MD5>
    <SHA256>958A2F7ED4134E27154EA83FAB370EF8B97C592375E58E412F4ECC6D80EDC144</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99557.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99557.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook 4x0 G7/ZHAN G3 Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99578</Id>
    <Name>HP Engage Flex Pro G1 Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/15/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99578.exe</Url>
    <Size>818199480</Size>
    <MD5>529da75357d03befea35f3f9ad7c05dd</MD5>
    <SHA256>1D09B21F3B45198C3A093A3D76A7CD95F7178985609FB45E8E1535A5130DB5E7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99578.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99578.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage Flex Pro G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99581</Id>
    <Name>HP Engage One G1 Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99581.exe</Url>
    <Size>451078304</Size>
    <MD5>978bcc24ff84725dc82e7ca87d2f88a8</MD5>
    <SHA256>1817852E2588067F341525CAC5918D82361AF250F8E78864DAC2D37AAD7FB366</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99581.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99581.html</ReleaseNotesUrl>
    <CvaTitle>HP Engage One G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99585</Id>
    <Name>HP RP9 G1 Win10 x64 Driver Pack</Name>
    <Version>5.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99585.exe</Url>
    <Size>561777712</Size>
    <MD5>2B5E141B215F8A18D8EE1D10197FF5F9</MD5>
    <SHA256>8356468EBF60D01A9C85606824607834CC1411C461CF2F05BDFE70D54CC73E1D</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99585.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99585.html</ReleaseNotesUrl>
    <CvaTitle>HP RP9 G1 Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99588</Id>
    <Name>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/17/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99588.exe</Url>
    <Size>832327416</Size>
    <MD5>a178e51dd931676497168a7014185bb1</MD5>
    <SHA256>8342C3984EDD09DB2D15FA81B640F4328FB243F0C59A83E56774F33420BEC45B</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99588.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99588.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 PC Win 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99589</Id>
    <Name>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/16/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99589.exe</Url>
    <Size>772852928</Size>
    <MD5>3f736a6f5889beeac649c0e14040f7be</MD5>
    <SHA256>1300B46BD15DC8A76BFF89E89B743BB24401F6FE512F34999CAB5D398BBBFB4E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99589.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99589.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 4/6/800 G5 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99623</Id>
    <Name>HP ProDesk 4x0 G6 SFF/MT Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/17/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99623.exe</Url>
    <Size>830748224</Size>
    <MD5>caf952f16ff2264132facff1524b72a9</MD5>
    <SHA256>169C110F2C7D886D669E2B674A597434B73D865E0B8DCF7EC38D764193464ADF</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99623.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99623.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G6 SFF/MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99624</Id>
    <Name>HP ProDesk 405 G4 DM Win 10 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99624.exe</Url>
    <Size>397164064</Size>
    <MD5>FC8F643113A63657255261439A2BB7E8</MD5>
    <SHA256>6756600709E391ECFF0839D8BA32DB4774F9FB602E2DCDF1DB4774947E5C53AE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99624.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99624.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 405 G4 DM Win 10 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99651</Id>
    <Name>HP ProDesk 680 G4 MT Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99651.exe</Url>
    <Size>817336008</Size>
    <MD5>6ee749d402f24d47a45ff5c74e95d4b5</MD5>
    <SHA256>DECE7CE4D745EB7A8F60DEE4D83C6C2DE58A5D726E3160E1B522E4484355154F</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99651.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99651.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 680 G4 MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99665</Id>
    <Name>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/31/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99665.exe</Url>
    <Size>805421472</Size>
    <MD5>f143f94b0ff730c898e6f48cd88ac78b</MD5>
    <SHA256>E918BE2767CE44B918CFEF6B4D1E6B5DD250DFB3334995A57F0A75FBB38845CE</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99665.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99665.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99666</Id>
    <Name>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</Name>
    <Version>3.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>1/15/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99666.exe</Url>
    <Size>836791920</Size>
    <MD5>0572d36aca83c3c2448917841d575874</MD5>
    <SHA256>E956E5FBB45015C671AE6BCC7788C7FD5E595213A940369B2270EDD4582C9D24</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99666.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99666.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G6 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99671</Id>
    <Name>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99671.exe</Url>
    <Size>682289688</Size>
    <MD5>31e34c28897494dee4ac8c7a9b7e8eaf</MD5>
    <SHA256>143404C64F695C48E8F37CDB30182648C648D292D31FD263362BD4BA09A688E7</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99671.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99671.html</ReleaseNotesUrl>
    <CvaTitle>HP ProBook x360 11 G3 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99707</Id>
    <Name>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/11/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99707.exe</Url>
    <Size>808122336</Size>
    <MD5>0b4452549fe4c7b4215b690aa240223c</MD5>
    <SHA256>0E1D703291E73450602301625ADD9B8B66894C5AAF7E5A50FA4F3D7EBC9A8C91</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99707.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99707.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x0 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99708</Id>
    <Name>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/22/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99708.exe</Url>
    <Size>848397040</Size>
    <MD5>df8cccdfae4ff9eba67364e050b5f204</MD5>
    <SHA256>B52DF648A7C3F83DBA5142FE3D3F897A3258ADAAA0E4ACEE892D9476E16C0CA5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99708.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99708.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite/ZBook 8x0 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99710</Id>
    <Name>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/19/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99710.exe</Url>
    <Size>847736304</Size>
    <MD5>c39164173a122c5d0250a93bc441f2b0</MD5>
    <SHA256>0781CA872AE46B90F58839C2BB52DEA86EB5811FE08A442B6C47F12FC37933D8</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99710.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99710.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook 7x5 G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99717</Id>
    <Name>HP ZBook 15v G5 Windows 10 x64 Driver Pack</Name>
    <Version>4.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>2/19/2020 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99717.exe</Url>
    <Size>926505976</Size>
    <MD5>161a5d08870d223dbfe97cb4a6e4e6b1</MD5>
    <SHA256>9E0386F5433D92D004BAC1C24B77156991607AF975BEAD0B2ABC27533CFEB579</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99717.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99717.html</ReleaseNotesUrl>
    <CvaTitle>HP ZBook 15v G5 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99719</Id>
    <Name>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</Name>
    <Version>6.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>12/9/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99719.exe</Url>
    <Size>814213376</Size>
    <MD5>2196cca0455bd7befb71b8d935bf8346</MD5>
    <SHA256>54BC09AF7D48A8B25C9ABE857B11885241FBBA840045B36672AA3A7B6467BB33</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99719.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99719.html</ReleaseNotesUrl>
    <CvaTitle>HP Probook 6x5 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99720</Id>
    <Name>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/14/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99720.exe</Url>
    <Size>890260152</Size>
    <MD5>bf4ced07dd7348f601ce1d177af7bdce</MD5>
    <SHA256>D8FA514DA8DE294D61D48528E7123E1C51D3E858A6003625DF334EB4B689EE99</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99720.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99720.html</ReleaseNotesUrl>
    <CvaTitle>HP ZB Studio G5/EB 1050 G1 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99723</Id>
    <Name>HP ProDesk 4x0 G5 SFF/MT Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/21/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99723.exe</Url>
    <Size>816261432</Size>
    <MD5>57cca03f4faf25b7afcad951e8d332e5</MD5>
    <SHA256>7C5D2F26E57E6485C37A8E8CE3C967276FEE6CBDF062031D87ABE6DB161B7972</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99723.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99723.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G5 SFF/MT Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99724</Id>
    <Name>HP ElitePro 400/600/800 G4 AiO Windows 10 x64 Driver Pack</Name>
    <Version>10.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99724.exe</Url>
    <Size>461064528</Size>
    <MD5>d29909b13c1eccee1e5ea5dc88db283b</MD5>
    <SHA256>2D0D9963C16ACFCD3D5707092EBC0F8F8C2C14CC4E0627AB1A948EE437E6F4BC</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99724.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99724.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 400/600/800 G4 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99725</Id>
    <Name>HP EliteOne 1000 G2 AiO Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/23/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99725.exe</Url>
    <Size>848635704</Size>
    <MD5>8eae45ccaa86c634bca168a0803e8424</MD5>
    <SHA256>FC536097B268946BF27F89B96D5D5A07312D5000EA3DBE7253952E84BE99A601</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99725.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99725.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteOne 1000 G2 AiO Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99766</Id>
    <Name>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</Name>
    <Version>7.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>11/6/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99766.exe</Url>
    <Size>1253226328</Size>
    <MD5>804d3ca0370f4425d656630fb008f6d1</MD5>
    <SHA256>9911A46F9742D9F1F6BD73554378945E58D44703085029C7A4D5FE4D2D689292</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99766.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99766.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteDesk 705 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99813</Id>
    <Name>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</Name>
    <Version>8.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/25/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99813.exe</Url>
    <Size>962806512</Size>
    <MD5>afe329a60af7a2915feefa0bbcc4e7d4</MD5>
    <SHA256>4C7ECCFB43F3FCD53105F06AE4D5E98A747651AD2599D030C1EAAEE9F5F0009E</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99813.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99813.html</ReleaseNotesUrl>
    <CvaTitle>HP ProDesk 4x0 G4 SFF/MT Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99814</Id>
    <Name>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</Name>
    <Version>18.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/25/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99814.exe</Url>
    <Size>961073272</Size>
    <MD5>a14372c2394f3f6e8c28c54e8e7c1e5c</MD5>
    <SHA256>3B4B351CA9967DDF6181915815E915B7E0A992A678CFAECA56425B79F02B57E5</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99814.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99814.html</ReleaseNotesUrl>
    <CvaTitle>HP ElitePro 600/800 G3 PC Win10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99864</Id>
    <Name>HP Elite Slice G2 Windows 10 x64 Driver Pack</Name>
    <Version>9.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/28/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99864.exe</Url>
    <Size>512118576</Size>
    <MD5>4A73FAA3CACE6E4126BD4A4E288E6834</MD5>
    <SHA256>39F4D9BDC693E75CC98BEE75823EE18FB2E006FABB65D13E0D13A73978843833</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99864.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99864.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice G2 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99891</Id>
    <Name>HP Elite Slice Windows 10 x64 Driver Pack</Name>
    <Version>17.0 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/28/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99891.exe</Url>
    <Size>507055712</Size>
    <MD5>d7ad7eeae18506a7988eeab50227c828</MD5>
    <SHA256>F21C02513B31E24E73D642C5E0D1A0C1702DC8C72E3915B2F9C37B676F3C1135</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99891.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99891.html</ReleaseNotesUrl>
    <CvaTitle>HP Elite Slice Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
  <SoftPaq>
    <Id>sp99900</Id>
    <Name>HP EliteBook x360 1030 G4 Windows 10 x64 Driver Pack</Name>
    <Version>2.00 A 1</Version>
    <Category>Manageability - Driver Pack</Category>
    <DateReleased>10/29/2019 12:00:00 AM</DateReleased>
    <Url>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99900.exe</Url>
    <Size>896436696</Size>
    <MD5>5b024ec9ef2f676b319256c7d248dcd8</MD5>
    <SHA256>5BE03B68148CD2653CC23AEF6433A177932B81EC7206CE33344B83B4B0E171D0</SHA256>
    <CvaFileUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99900.cva</CvaFileUrl>
    <ReleaseNotesUrl>https://ftp.hp.com/pub/softpaq/sp99501-100000/sp99900.html</ReleaseNotesUrl>
    <CvaTitle>HP EliteBook x360 1030 G4 Windows 10 x64 Driver Pack</CvaTitle>
  </SoftPaq>
</SoftPaqList><ProductOSDriverPackList>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1489</SystemId>
    <SystemName>HP Compaq 6000 Pro All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59235</SoftPaqId>
    <ProductId>4209968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1459</SystemId>
    <SystemName>HP Compaq 6005 Pro Ultra-slim Desktop PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59233</SoftPaqId>
    <ProductId>4169007</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1497</SystemId>
    <SystemName>HP Compaq 6200 Pro Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59225</SoftPaqId>
    <ProductId>5037911</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1497</SystemId>
    <SystemName>HP Compaq 6200 Pro Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59225</SoftPaqId>
    <ProductId>5037902</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>304b</SystemId>
    <SystemName>HP Compaq 8100 Elite Convertible Minitower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66134</SoftPaqId>
    <ProductId>4098499</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>304a</SystemId>
    <SystemName>HP Compaq 8100 Elite Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66134</SoftPaqId>
    <ProductId>4098511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3395</SystemId>
    <SystemName>HP Compaq 8200 Elite All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59222</SoftPaqId>
    <ProductId>5078592</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1494</SystemId>
    <SystemName>HP Compaq 8200 Elite Convertible Minitower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59222</SoftPaqId>
    <ProductId>5037951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1495</SystemId>
    <SystemName>HP Compaq 8200 Elite Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59222</SoftPaqId>
    <ProductId>5037942</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1495</SystemId>
    <SystemName>HP Compaq 8200 Elite Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59222</SoftPaqId>
    <ProductId>5037933</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1496</SystemId>
    <SystemName>HP Compaq 8200 Elite Ultra-slim PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59222</SoftPaqId>
    <ProductId>5037960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3399</SystemId>
    <SystemName>HP Compaq Elite 8300 All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61385</SoftPaqId>
    <ProductId>5272029</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3396</SystemId>
    <SystemName>HP Compaq Elite 8300 Convertible Minitower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61385</SoftPaqId>
    <ProductId>5232848</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3397</SystemId>
    <SystemName>HP Compaq Elite 8300 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61385</SoftPaqId>
    <ProductId>5232862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3397</SystemId>
    <SystemName>HP Compaq Elite 8300 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61385</SoftPaqId>
    <ProductId>5232855</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3398</SystemId>
    <SystemName>HP Compaq Elite 8300 Ultra-slim PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61385</SoftPaqId>
    <ProductId>5232869</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339b</SystemId>
    <SystemName>HP Compaq Pro 6300 All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61387</SoftPaqId>
    <ProductId>5272041</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339a</SystemId>
    <SystemName>HP Compaq Pro 6300 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61387</SoftPaqId>
    <ProductId>5232877</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339a</SystemId>
    <SystemName>HP Compaq Pro 6300 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61387</SoftPaqId>
    <ProductId>5232884</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1850</SystemId>
    <SystemName>HP Compaq Pro 6305 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59776</SoftPaqId>
    <ProductId>5296279</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1850</SystemId>
    <SystemName>HP Compaq Pro 6305 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59776</SoftPaqId>
    <ProductId>5296270</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp98793</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp98793</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70366</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70366</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95369</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp92096</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95371</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95374</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95371</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95374</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95371</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95374</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70363</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70363</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70164</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91959</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>18f8</SystemId>
    <SystemName>HP EliteBook Revolve 810 G1 Tablet</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp61536</SoftPaqId>
    <ProductId>5298040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>21b3</SystemId>
    <SystemName>HP EliteBook Revolve 810 G2 Tablet</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>6617055</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70167</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 700 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>7263126</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95358</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95358</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95358</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp90190</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp90190</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp90190</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95385</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95385</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95385</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95385</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95358</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp94902</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp94902</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp94902</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp94902</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68066</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68066</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68066</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91991</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95493</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91991</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95493</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91991</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91991</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95493</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95413</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95491</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91991</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95493</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95375</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95375</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95373</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95375</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95375</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95373</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99219</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99219</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99219</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp99125</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69540</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp95494</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp65875</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp79268</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>3561</SystemId>
    <SystemName>HP Z1 All-in-One Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69429</SoftPaqId>
    <ProductId>5230512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88424</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1587</SystemId>
    <SystemName>HP Z210 Convertible Minitower Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp58950</SoftPaqId>
    <ProductId>5053201</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1588</SystemId>
    <SystemName>HP Z210 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp58950</SoftPaqId>
    <ProductId>5053192</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1790</SystemId>
    <SystemName>HP Z220 Convertible Minitower Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59688</SoftPaqId>
    <ProductId>5260576</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1791</SystemId>
    <SystemName>HP Z220 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp59688</SoftPaqId>
    <ProductId>5260569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69686</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp69686</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88423</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88423</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88426</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0ae4,0b4c</SystemId>
    <SystemName>HP Z400 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp58949</SoftPaqId>
    <ProductId>3718669</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68644</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88422</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88425</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0ae8,0b54</SystemId>
    <SystemName>HP Z600 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp58949</SoftPaqId>
    <ProductId>3718664</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68644</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88422</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88425</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0aec</SystemId>
    <SystemName>HP Z800 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp58949</SoftPaqId>
    <ProductId>3718646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68644</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp88422</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91973</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1909</SystemId>
    <SystemName>HP ZBook 15 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5387801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp70143</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91988</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp68887</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91973</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>190a</SystemId>
    <SystemName>HP ZBook 17 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp66432</SoftPaqId>
    <ProductId>5387513</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 7 64-bit</OSName>
    <OSId>4059</OSId>
    <SoftPaqId>sp91972</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70365</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70365</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80899</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80899</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80899</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70362</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70362</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70163</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>21b3</SystemId>
    <SystemName>HP EliteBook Revolve 810 G2 Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp71402</SoftPaqId>
    <ProductId>6617055</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70166</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 700 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>7263126</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80910</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80910</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80910</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80910</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2157</SystemId>
    <SystemName>HP ElitePad 1000 G2 Healthcare Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp67945</SoftPaqId>
    <ProductId>7468170</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2157</SystemId>
    <SystemName>HP ElitePad 1000 G2 Rugged Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp67945</SoftPaqId>
    <ProductId>7468175</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2157</SystemId>
    <SystemName>HP ElitePad 1000 G2 Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp67945</SoftPaqId>
    <ProductId>6629140</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp76717</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8042</SystemId>
    <SystemName>HP Pro Tablet 608 G1</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp75486</SoftPaqId>
    <ProductId>7484084</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68914</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68914</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68914</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85322</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85322</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85322</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85322</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85321</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp85322</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80903</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80903</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80903</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80903</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp69541</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80907</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8197,8198</SystemId>
    <SystemName>HP Spectre Pro x360 G2 Convertible PC</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80890</SoftPaqId>
    <ProductId>8737499</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp65876</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp65557</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp65557</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68648</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp76299</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68648</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp76299</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68648</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp76299</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1909</SystemId>
    <SystemName>HP ZBook 15 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5387801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp70142</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80895</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp68878</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>190a</SystemId>
    <SystemName>HP ZBook 17 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp66435</SoftPaqId>
    <ProductId>5387513</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 8.1 64-bit</OSName>
    <OSId>4158</OSId>
    <SoftPaqId>sp80917</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80493</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80493</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80845</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80845</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp78544</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80846</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80904</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80896</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80486</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80896</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80486</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80896</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80486</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92709</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80844</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80488</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80906</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80906</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80906</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79039</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79039</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79039</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80524</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80524</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80524</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80524</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80906</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79203</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79203</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2157</SystemId>
    <SystemName>HP ElitePad 1000 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp77446</SoftPaqId>
    <ProductId>6629140</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp76714</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8042</SystemId>
    <SystemName>HP Pro Tablet 608 G1</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp77445</SoftPaqId>
    <ProductId>7484084</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp77225</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp77225</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp77225</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80489</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80900</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80490</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80900</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80491</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80900</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80490</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80490</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80490</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80900</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80491</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80525</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80525</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80526</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e9</SystemId>
    <SystemName>HP ProDesk 400 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389540</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e</SystemId>
    <SystemName>HP ProDesk 480 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448290</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 490 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448297</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 498 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448304</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80492</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79203</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79203</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8197,8198</SystemId>
    <SystemName>HP Spectre Pro x360 G2 Convertible PC</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80891</SoftPaqId>
    <ProductId>8737499</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp79263</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80258</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80255</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80255</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80255</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80905</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80494</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87392</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80905</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80494</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80916</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80494</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2b5c</SystemId>
    <SystemName>Sprout Pro by HP</SystemName>
    <OSName>Windows 10 64-bit, 1607</OSName>
    <OSId>4243</OSId>
    <SoftPaqId>sp80155</SoftPaqId>
    <ProductId>9027339</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83811</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83811</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Intel Unite</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85545</SoftPaqId>
    <ProductId>21034702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Skype Room Systems</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85545</SoftPaqId>
    <ProductId>21034706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Audio Ready with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85545</SoftPaqId>
    <ProductId>27872032</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Partner Ready with Microsoft Teams Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85545</SoftPaqId>
    <ProductId>26294681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85545</SoftPaqId>
    <ProductId>27872015</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79218</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79218</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81622</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81622</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp78544</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81618</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80523</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80239</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp88881</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79214</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80415</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80515</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84352</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79214</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80415</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80515</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84352</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79214</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80415</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80515</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84352</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84353</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84353</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84353</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79216</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79216</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Special Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79216</SoftPaqId>
    <ProductId>7527886</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92709</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79220</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79223</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81621</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79221</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp78542</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80518</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79202</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79202</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79202</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83810</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83810</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83810</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83809</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83809</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83809</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp83809</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79202</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8042</SystemId>
    <SystemName>HP Pro Tablet 608 G1</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79217</SoftPaqId>
    <ProductId>7484084</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79219</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79219</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79219</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80519</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84696</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84695</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84239</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84696</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84695</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84239</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84696</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84696</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84695</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84239</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85041</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85040</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp86824</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84696</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84695</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84239</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81620</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80516</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87575</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81620</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80517</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84351</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81620</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80516</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80516</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80516</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87575</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81620</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80517</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80525</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80525</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80526</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84654</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e9</SystemId>
    <SystemName>HP ProDesk 400 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389540</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85218</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85218</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e</SystemId>
    <SystemName>HP ProDesk 480 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448290</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85218</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85217</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 490 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448297</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 498 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448304</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85468</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84657</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp85276</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80306</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81850</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84800</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84802</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84798</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84801</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84798</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84801</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp84798</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79213</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80521</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80520</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp88880</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79215</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp81619</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp87003</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79213</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80521</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80520</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp88880</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80522</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80520</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp88881</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp88881</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp79057</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2b5c</SystemId>
    <SystemName>Sprout Pro by HP</SystemName>
    <OSName>Windows 10 64-bit, 1703</OSName>
    <OSId>4244</OSId>
    <SoftPaqId>sp80155</SoftPaqId>
    <ProductId>9027339</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp97057</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90256</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90256</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Intel Unite</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>21034702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Skype Room Systems</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>21034706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Audio Ready with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>27872032</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Partner Ready with Microsoft Teams Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>26294681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>27872015</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87396</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87396</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90221</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91837</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87391</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90254</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90224</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91840</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87395</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90225</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90334</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87395</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90225</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90334</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87395</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90225</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90334</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88717</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88717</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88717</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Special Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7527886</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92709</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92557</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92450</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90255</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92597</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90253</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90223</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91842</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92312</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90191</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90191</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90191</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88987</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88987</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88987</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88987</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88986</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88986</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88986</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88986</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88413</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90194</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2246</SystemId>
    <SystemName>HP ProBook 430 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943804</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91658</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87414</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88921</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2247,224a</SystemId>
    <SystemName>HP ProBook 440 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943812</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91658</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87414</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88921</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2234,2236</SystemId>
    <SystemName>HP ProBook 445 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943820</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91658</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2248,224a</SystemId>
    <SystemName>HP ProBook 450 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943828</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91658</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87414</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88921</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2235,2236</SystemId>
    <SystemName>HP ProBook 455 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943836</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87397</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87413</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88922</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2249,224a</SystemId>
    <SystemName>HP ProBook 470 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91658</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87414</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88921</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87393</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87407</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91854</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87393</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87416</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91601</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87393</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87407</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87407</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87407</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91854</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87393</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87416</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90154</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90154</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90155</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp93458</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91750</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e9</SystemId>
    <SystemName>HP ProDesk 400 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389540</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8061</SystemId>
    <SystemName>HP ProDesk 400 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>7638326</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8062</SystemId>
    <SystemName>HP ProDesk 400 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>8354587</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89053</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89053</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp86888</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp86888</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e</SystemId>
    <SystemName>HP ProDesk 480 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448290</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8060</SystemId>
    <SystemName>HP ProDesk 480 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>7638335</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89053</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp86888</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 490 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448297</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 490 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>7633359</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 498 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448304</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 498 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>8354579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87288</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90296</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp85475</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp82682</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87516</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp96860</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp95338</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp95338</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90228</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90226</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91839</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91449</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp87609</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92372</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90228</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90226</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91839</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90227</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90226</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91840</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91840</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp91405</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp90193</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1709</OSName>
    <OSId>4249</OSId>
    <SoftPaqId>sp89032</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp101917</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93538</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93538</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Intel Unite</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>21034702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Skype Room Systems</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>21034706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Audio Ready with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>27872032</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Partner Ready with Microsoft Teams Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>26294681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99864</SoftPaqId>
    <ProductId>27872015</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95313</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95313</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95453</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102028</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp101918</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95292</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95314</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95271</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95549</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94853</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93466</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96411</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94853</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93466</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96411</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94853</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93466</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95451</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95451</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95451</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Special Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7527886</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92709</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92557</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92450</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94592</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92597</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95270</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95460</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102027</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99900</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95432</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp101914</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94743</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95968</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92293</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94581</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94581</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94581</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94581</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95459</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95459</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95459</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95459</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87289</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp91373</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp91373</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp91375</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92264</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92264</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92264</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92266</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92268</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp88417</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95431</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2246</SystemId>
    <SystemName>HP ProBook 430 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943804</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95462</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2247,224a</SystemId>
    <SystemName>HP ProBook 440 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943812</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95462</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2234,2236</SystemId>
    <SystemName>HP ProBook 445 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943820</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93254</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 445R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94975</SoftPaqId>
    <ProductId>26575218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2248,224a</SystemId>
    <SystemName>HP ProBook 450 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943828</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95462</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2235,2236</SystemId>
    <SystemName>HP ProBook 455 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943836</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95327</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95240</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93468</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93254</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94975</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2249,224a</SystemId>
    <SystemName>HP ProBook 470 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95462</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95435</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95056</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95287</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93537</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95435</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95056</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95287</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93503</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93503</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93505</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93009</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp101912</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95463</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e9</SystemId>
    <SystemName>HP ProDesk 400 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389540</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8061</SystemId>
    <SystemName>HP ProDesk 400 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7638326</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8062</SystemId>
    <SystemName>HP ProDesk 400 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>8354587</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93540</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93540</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95455</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95455</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96781</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96781</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95002</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e</SystemId>
    <SystemName>HP ProDesk 480 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448290</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8060</SystemId>
    <SystemName>HP ProDesk 480 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7638335</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93540</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95455</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96781</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 490 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448297</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 490 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7633359</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 498 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448304</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 498 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>8354579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95450</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95457</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp88958</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>2175</SystemId>
    <SystemName>HP RP5 Retail System Model 5810</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92270</SoftPaqId>
    <ProductId>6950958</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92272</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92272</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92272</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92272</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp88851</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96974</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp88653</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp108840</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96860</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95338</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95338</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94589</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95547</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp97017</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95434</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp93501</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp94589</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95547</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp97017</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95291</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95549</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95549</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95452</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95461</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp96782</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1803</OSName>
    <OSId>4254</OSId>
    <SoftPaqId>sp95456</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110415</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110415</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp102472</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110393</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110393</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110393</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp92265</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110529</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp92074</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>2175</SystemId>
    <SystemName>HP RP5 Retail System Model 5810</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp94916</SoftPaqId>
    <ProductId>6950958</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110431</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110431</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110431</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 IoT Enterprise 2016 LTSB, 64-bit</OSName>
    <OSId>4260</OSId>
    <SoftPaqId>sp110431</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110417</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110417</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp107339</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110398</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110398</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110398</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8740,874F</SystemId>
    <SystemName>HP Engage One Pro AIO System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp111401</SoftPaqId>
    <ProductId>38462048</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110530</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110432</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110432</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110432</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 IoT Enterprise 2019 LTSC, 64-bit</OSName>
    <OSId>4261</OSId>
    <SoftPaqId>sp110432</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101917</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99891</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99891</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92588</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95313</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95313</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95453</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102028</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101918</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95292</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95314</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95271</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99720</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99710</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99542</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99710</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99542</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92598</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95315</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99710</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>31971706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 840 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>33386519</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724</SystemId>
    <SystemName>HP EliteBook 850 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>33386510</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Special Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92558</SoftPaqId>
    <ProductId>7527886</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92709</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92557</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92450</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94592</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92597</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95270</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100088</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102027</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101913</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102088</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101914</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102072</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102064</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8725</SystemId>
    <SystemName>HP EliteBook x360 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp103984</SoftPaqId>
    <ProductId>33376054</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99766</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99766</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92421</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92421</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92421</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95328</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99766</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99766</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8619</SystemId>
    <SystemName>HP EliteDesk 705 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101929</SoftPaqId>
    <ProductId>27035864</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8617,8618</SystemId>
    <SystemName>HP EliteDesk 705 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101928</SoftPaqId>
    <ProductId>27015960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,872C,8834</SystemId>
    <SystemName>HP EliteDesk 805 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>35865690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,8833</SystemId>
    <SystemName>HP EliteDesk 805 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>35865695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99725</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99725</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99725</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99725</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92421</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp97052</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp97052</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95749</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94910</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94910</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94910</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp97069</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92562</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99081</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100226</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2246</SystemId>
    <SystemName>HP ProBook 430 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943804</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869b</SystemId>
    <SystemName>HP ProBook 430 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99557</SoftPaqId>
    <ProductId>29060974</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2247,224a</SystemId>
    <SystemName>HP ProBook 440 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943812</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869d</SystemId>
    <SystemName>HP ProBook 440 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99557</SoftPaqId>
    <ProductId>29089947</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2234,2236</SystemId>
    <SystemName>HP ProBook 445 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943820</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99461</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 445R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94975</SoftPaqId>
    <ProductId>26575218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2248,224a</SystemId>
    <SystemName>HP ProBook 450 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943828</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a0</SystemId>
    <SystemName>HP ProBook 450 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99557</SoftPaqId>
    <ProductId>29089952</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2235,2236</SystemId>
    <SystemName>HP ProBook 455 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92636</SoftPaqId>
    <ProductId>6943836</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95327</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99523</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99525</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99461</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94975</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2249,224a</SystemId>
    <SystemName>HP ProBook 470 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92635</SoftPaqId>
    <ProductId>6943844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94580</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95241</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99707</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101915</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99513</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93537</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92707</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95057</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99707</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101915</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92708</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94541</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99513</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100366</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100366</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93505</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99671</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101912</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86cf</SystemId>
    <SystemName>HP ProBook x360 11 G5 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100011</SoftPaqId>
    <ProductId>30734496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp101495</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e9</SystemId>
    <SystemName>HP ProDesk 400 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5389540</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8061</SystemId>
    <SystemName>HP ProDesk 400 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7638326</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8062</SystemId>
    <SystemName>HP ProDesk 400 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>8354587</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99723</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99723</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99623</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99623</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99624</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8</SystemId>
    <SystemName>HP ProDesk 405 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100259</SoftPaqId>
    <ProductId>31286502</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872D,8835</SystemId>
    <SystemName>HP ProDesk 405 G6 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>38230307</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872E,8836</SystemId>
    <SystemName>HP ProDesk 405 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>2100032622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e</SystemId>
    <SystemName>HP ProDesk 480 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448290</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8060</SystemId>
    <SystemName>HP ProDesk 480 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7638335</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99723</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99623</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 490 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448297</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 490 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>7633359</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18eb</SystemId>
    <SystemName>HP ProDesk 498 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448304</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805f</SystemId>
    <SystemName>HP ProDesk 498 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93539</SoftPaqId>
    <ProductId>8354579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95330</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99651</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100497</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92706</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95331</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>2175</SystemId>
    <SystemName>HP RP5 Retail System Model 5810</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94917</SoftPaqId>
    <ProductId>6950958</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94920</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94920</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94920</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp94920</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8590</SystemId>
    <SystemName>HP VR Backpack G2</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp96024</SoftPaqId>
    <ProductId>22892663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93203</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99588</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92593</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110209</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110209</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110209</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp107668</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110210</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110211</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110211</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92710</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102120</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99544</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92559</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93541</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99665</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp93501</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp92424</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102120</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99544</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Create G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33731699</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723,8724,8726</SystemId>
    <SystemName>HP ZBook Firefly 14 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>32849631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724,8727</SystemId>
    <SystemName>HP ZBook Firefly 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>32849626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EC</SystemId>
    <SystemName>HP ZBook Power G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp108884</SoftPaqId>
    <ProductId>34926380</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95291</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95252</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99720</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Studio G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33692133</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99720</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp100225</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>873E</SystemId>
    <SystemName>HP ZCentral 4R Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp110208</SoftPaqId>
    <ProductId>38215218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99557</SoftPaqId>
    <ProductId>29378762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp102073</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a8</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99557</SoftPaqId>
    <ProductId>29428905</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp95461</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99589</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1809</OSName>
    <OSId>4263</OSId>
    <SoftPaqId>sp99724</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101917</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101468</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101468</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Intel Unite</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105671</SoftPaqId>
    <ProductId>21034702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Skype Room Systems</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105671</SoftPaqId>
    <ProductId>21034706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Audio Ready with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105671</SoftPaqId>
    <ProductId>27872032</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Partner Ready with Microsoft Teams Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105671</SoftPaqId>
    <ProductId>26294681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105671</SoftPaqId>
    <ProductId>27872015</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96750</SoftPaqId>
    <ProductId>7357750</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2009</SystemId>
    <SystemName>HP Elite x2 1011 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96750</SoftPaqId>
    <ProductId>7786620</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101086</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101086</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100700</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102028</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101988</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101081</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101080</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99541</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101326</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96748</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101496</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99666</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96748</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101496</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99666</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96748</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99512</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101496</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>31971706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460777</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 835 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp106199</SoftPaqId>
    <ProductId>37506807</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 840 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>33386519</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 840 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460774</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 845 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp106199</SoftPaqId>
    <ProductId>37506819</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724</SystemId>
    <SystemName>HP EliteBook 850 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>33386510</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP EliteBook 850 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38455639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 855 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp106199</SoftPaqId>
    <ProductId>37506835</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96749</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96749</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Special Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96749</SoftPaqId>
    <ProductId>7527886</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96718</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22da</SystemId>
    <SystemName>HP EliteBook Folio 9480m Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96753</SoftPaqId>
    <ProductId>7089927</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101084</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>22fb</SystemId>
    <SystemName>HP EliteBook Revolve 810 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96755</SoftPaqId>
    <ProductId>7429242</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100752</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100088</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102027</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101913</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1030 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108939</SoftPaqId>
    <ProductId>34766745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102088</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101914</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1040 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108939</SoftPaqId>
    <ProductId>34766960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102072</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102064</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8725</SystemId>
    <SystemName>HP EliteBook x360 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103984</SoftPaqId>
    <ProductId>33376054</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101773</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101773</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96058</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96058</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96058</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96059</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96059</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96059</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101773</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101773</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8619</SystemId>
    <SystemName>HP EliteDesk 705 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101929</SoftPaqId>
    <ProductId>27035864</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8617,8618</SystemId>
    <SystemName>HP EliteDesk 705 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101928</SoftPaqId>
    <ProductId>27015960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Base Model Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633272</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870f,8710,8711</SystemId>
    <SystemName>HP EliteDesk 800 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>34658464</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>35390271</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>35390268</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,872C,8834</SystemId>
    <SystemName>HP EliteDesk 805 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>35865690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,8833</SystemId>
    <SystemName>HP EliteDesk 805 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>35865695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101466</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101466</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101466</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101466</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96058</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP EliteOne 800 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp109005</SoftPaqId>
    <ProductId>38461874</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874D,874E</SystemId>
    <SystemName>HP EliteOne 800 G6 27 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp109005</SoftPaqId>
    <ProductId>38461890</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99578</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99578</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp98438</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99581</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99581</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99581</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp98435</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96751</SoftPaqId>
    <ProductId>7102968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Power Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96751</SoftPaqId>
    <ProductId>7102969</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221b</SystemId>
    <SystemName>HP Pro x2 612 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96751</SoftPaqId>
    <ProductId>7102970</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99081</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100226</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869b</SystemId>
    <SystemName>HP ProBook 430 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100529</SoftPaqId>
    <ProductId>29060974</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869d</SystemId>
    <SystemName>HP ProBook 440 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100529</SoftPaqId>
    <ProductId>29089947</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103578</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 445 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>32764495</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 445R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103577</SoftPaqId>
    <ProductId>26575218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a0</SystemId>
    <SystemName>HP ProBook 450 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100529</SoftPaqId>
    <ProductId>29089952</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101087</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99523</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99525</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103578</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 455 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>32780050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103577</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100045</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 630 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110267</SoftPaqId>
    <ProductId>38456381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8830</SystemId>
    <SystemName>HP ProBook 635 Aero G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110626</SoftPaqId>
    <ProductId>38216661</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96757</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99707</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101915</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 640 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110267</SoftPaqId>
    <ProductId>38460872</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96756</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100811</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99719</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96757</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99707</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101915</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882d</SystemId>
    <SystemName>HP ProBook 650 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104424</SoftPaqId>
    <ProductId>35704817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 650 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110267</SoftPaqId>
    <ProductId>38456316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96756</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100811</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100366</SoftPaqId>
    <ProductId>13414396</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ee</SystemId>
    <SystemName>HP ProBook x360 11 G1 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100366</SoftPaqId>
    <ProductId>13414397</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96931</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103588</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100598</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86cf</SystemId>
    <SystemName>HP ProBook x360 11 G5 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101746</SoftPaqId>
    <ProductId>30734496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86d0</SystemId>
    <SystemName>HP ProBook x360 11 G6 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101475</SoftPaqId>
    <ProductId>30927509</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>887D</SystemId>
    <SystemName>HP ProBook x360 11 G7 EE</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112210</SoftPaqId>
    <ProductId>2100176599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8735</SystemId>
    <SystemName>HP ProBook x360 435 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp103625</SoftPaqId>
    <ProductId>32611824</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101495</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8076</SystemId>
    <SystemName>HP ProDesk 400 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>7519862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>198e,21f6</SystemId>
    <SystemName>HP ProDesk 400 G1 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>5389536</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101758</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101758</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871a</SystemId>
    <SystemName>HP ProDesk 400 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35390259</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101210</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101210</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8717</SystemId>
    <SystemName>HP ProDesk 400 G7 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37933823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8719</SystemId>
    <SystemName>HP ProDesk 400 G7 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719306</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101450</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8</SystemId>
    <SystemName>HP ProDesk 405 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101806</SoftPaqId>
    <ProductId>31286502</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872D,8835</SystemId>
    <SystemName>HP ProDesk 405 G6 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>38230307</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872E,8836</SystemId>
    <SystemName>HP ProDesk 405 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>2100032622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101758</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101210</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8718</SystemId>
    <SystemName>HP ProDesk 480 G7 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37933833</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8715</SystemId>
    <SystemName>HP ProDesk 600 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8712</SystemId>
    <SystemName>HP ProDesk 600 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37884571</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 600 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37884578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8714</SystemId>
    <SystemName>HP ProDesk 600 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96028</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99651</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101465</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 680 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37932999</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18ea</SystemId>
    <SystemName>HP ProOne 400 G1 19.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>5448325</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6663584</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2179</SystemId>
    <SystemName>HP ProOne 400 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96758</SoftPaqId>
    <ProductId>6950966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 400 G6 20 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871B,871C,880F,8810</SystemId>
    <SystemName>HP ProOne 400 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 440 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>37972729</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96027</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ProOne 600 G6 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99585</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99585</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99585</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99585</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8590</SystemId>
    <SystemName>HP VR Backpack G2</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100647</SoftPaqId>
    <ProductId>22892663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp93203</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101208</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>870b,870c</SystemId>
    <SystemName>HP Z1 Entry Tower G6</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>34934228</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp92593</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112391</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2253</SystemId>
    <SystemName>HP ZBook 15 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96754</SoftPaqId>
    <ProductId>6978816</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102120</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101896</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96717</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100597</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96760</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2255</SystemId>
    <SystemName>HP ZBook 17 G2 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96754</SoftPaqId>
    <ProductId>6978823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102120</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101896</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Create G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33731699</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723,8724,8726</SystemId>
    <SystemName>HP ZBook Firefly 14 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>32849631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP ZBook Firefly 14 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100176564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724,8727</SystemId>
    <SystemName>HP ZBook Firefly 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp104372</SoftPaqId>
    <ProductId>32849626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP ZBook Firefly 15.6 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100188578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8783</SystemId>
    <SystemName>HP ZBook Fury 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp107667</SoftPaqId>
    <ProductId>34386155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8780</SystemId>
    <SystemName>HP ZBook Fury 17 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp107667</SoftPaqId>
    <ProductId>34386189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EC</SystemId>
    <SystemName>HP ZBook Power G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp108884</SoftPaqId>
    <ProductId>34926380</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101089</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101326</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Studio G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33692133</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101326</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100225</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>873E</SystemId>
    <SystemName>HP ZCentral 4R Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp112394</SoftPaqId>
    <ProductId>38215218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100529</SoftPaqId>
    <ProductId>29378762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp102074</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a8</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp100529</SoftPaqId>
    <ProductId>29428905</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876b</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>33165514</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp96289</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101209</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>37972710</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>38820081</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1903</OSName>
    <OSId>4279</OSId>
    <SoftPaqId>sp101775</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8716</SystemId>
    <SystemName>HP Elite Dragonfly G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>34514047</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8890</SystemId>
    <SystemName>HP Elite Dragonfly Max Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>2100387050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110433</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104102</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104102</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Intel Unite</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111242</SoftPaqId>
    <ProductId>21034702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms G2 for Skype Room Systems</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111242</SoftPaqId>
    <ProductId>21034706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Audio Ready with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111242</SoftPaqId>
    <ProductId>27872032</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 - Partner Ready with Microsoft Teams Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111242</SoftPaqId>
    <ProductId>26294681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8396</SystemId>
    <SystemName>HP Elite Slice G2 with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111242</SoftPaqId>
    <ProductId>27872015</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101086</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101086</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100700</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103620</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110397</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fb</SystemId>
    <SystemName>HP EliteBook 1030 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101081</SoftPaqId>
    <ProductId>8674930</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fa</SystemId>
    <SystemName>HP EliteBook 1040 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101080</SoftPaqId>
    <ProductId>8654821</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99541</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100697</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110177</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110137</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100697</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110177</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110137</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101085</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100697</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110177</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>31971706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460777</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 835 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506807</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 840 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>33386519</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 840 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460774</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 845 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506819</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724</SystemId>
    <SystemName>HP EliteBook 850 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>33386510</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP EliteBook 850 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38455639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 855 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506835</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101084</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100752</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100088</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103614</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111344</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1030 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1030 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103610</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110180</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1040 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1040 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103622</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110765</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8725</SystemId>
    <SystemName>HP EliteBook x360 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110182</SoftPaqId>
    <ProductId>33376054</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8847</SystemId>
    <SystemName>HP EliteBook x360 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112208</SoftPaqId>
    <ProductId>38226210</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100849</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100849</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100849</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100030</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100030</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100030</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8619</SystemId>
    <SystemName>HP EliteDesk 705 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111171</SoftPaqId>
    <ProductId>27035864</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8617,8618</SystemId>
    <SystemName>HP EliteDesk 705 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110346</SoftPaqId>
    <ProductId>27015960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Base Model Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633272</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870f,8710,8711</SystemId>
    <SystemName>HP EliteDesk 800 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>34658464</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>35390271</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>35390268</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,872C,8834</SystemId>
    <SystemName>HP EliteDesk 805 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>35865690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,8833</SystemId>
    <SystemName>HP EliteDesk 805 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>35865695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109029</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109029</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109029</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109029</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100849</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP EliteOne 800 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109005</SoftPaqId>
    <ProductId>38461874</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874D,874E</SystemId>
    <SystemName>HP EliteOne 800 G6 27 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109005</SoftPaqId>
    <ProductId>38461890</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101287</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101287</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101388</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101288</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101288</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101288</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101387</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100226</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100638</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869b</SystemId>
    <SystemName>HP ProBook 430 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110123</SoftPaqId>
    <ProductId>29060974</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87DF</SystemId>
    <SystemName>HP ProBook 430 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999755</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100638</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869d</SystemId>
    <SystemName>HP ProBook 440 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110123</SoftPaqId>
    <ProductId>29089947</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E0</SystemId>
    <SystemName>HP ProBook 440 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103578</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 445 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>32764495</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8861</SystemId>
    <SystemName>HP ProBook 445 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228749</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 445R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103577</SoftPaqId>
    <ProductId>26575218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100638</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a0</SystemId>
    <SystemName>HP ProBook 450 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110123</SoftPaqId>
    <ProductId>29089952</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E1</SystemId>
    <SystemName>HP ProBook 450 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999769</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101087</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100810</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100567</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103578</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 455 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>32780050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8864</SystemId>
    <SystemName>HP ProBook 455 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103577</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101088</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100680</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100638</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 630 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8830</SystemId>
    <SystemName>HP ProBook 635 Aero G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110626</SoftPaqId>
    <ProductId>38216661</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103616</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110080</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882c</SystemId>
    <SystemName>HP ProBook 640 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110196</SoftPaqId>
    <ProductId>35704808</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 640 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38460872</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100811</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103626</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100787</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103616</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110080</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882d</SystemId>
    <SystemName>HP ProBook 650 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110196</SoftPaqId>
    <ProductId>35704817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 650 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101083</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100811</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100808</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103588</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103538</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86cf</SystemId>
    <SystemName>HP ProBook x360 11 G5 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp107518</SoftPaqId>
    <ProductId>30734496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86d0</SystemId>
    <SystemName>HP ProBook x360 11 G6 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108792</SoftPaqId>
    <ProductId>30927509</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>887D</SystemId>
    <SystemName>HP ProBook x360 11 G7 EE</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112210</SoftPaqId>
    <ProductId>2100176599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8735</SystemId>
    <SystemName>HP ProBook x360 435 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110313</SoftPaqId>
    <ProductId>32611824</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8886</SystemId>
    <SystemName>HP ProBook x360 435 G8 Notebook PC IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112708</SoftPaqId>
    <ProductId>38492693</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103624</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>806a</SystemId>
    <SystemName>HP ProDesk 400 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7638317</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871a</SystemId>
    <SystemName>HP ProDesk 400 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35390259</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111234</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111234</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8717</SystemId>
    <SystemName>HP ProDesk 400 G7 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37933823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8719</SystemId>
    <SystemName>HP ProDesk 400 G7 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719306</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110348</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8</SystemId>
    <SystemName>HP ProDesk 405 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110349</SoftPaqId>
    <ProductId>31286502</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872D,8835</SystemId>
    <SystemName>HP ProDesk 405 G6 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>38230307</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872E,8836</SystemId>
    <SystemName>HP ProDesk 405 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111016</SoftPaqId>
    <ProductId>2100032622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99813</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111234</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8718</SystemId>
    <SystemName>HP ProDesk 480 G7 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37933833</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8715</SystemId>
    <SystemName>HP ProDesk 600 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8712</SystemId>
    <SystemName>HP ProDesk 600 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37884571</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 600 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37884578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8714</SystemId>
    <SystemName>HP ProDesk 600 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105836</SoftPaqId>
    <ProductId>35719311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100851</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108885</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 680 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>37932999</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 400 G6 20 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871B,871C,880F,8810</SystemId>
    <SystemName>HP ProOne 400 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 440 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>37972729</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100850</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99814</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ProOne 600 G6 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>35719316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101289</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101289</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101289</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101289</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8590</SystemId>
    <SystemName>HP VR Backpack G2</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100647</SoftPaqId>
    <ProductId>22892663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp93203</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>870b,870c</SystemId>
    <SystemName>HP Z1 Entry Tower G6</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108773</SoftPaqId>
    <ProductId>34934228</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp92593</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112391</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99708</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d5</SystemId>
    <SystemName>HP ZBook 15 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693771</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103584</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110037</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101082</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103617</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp99717</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d6</SystemId>
    <SystemName>HP ZBook 17 G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100350</SoftPaqId>
    <ProductId>8693766</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103584</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110037</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Create G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33731699</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723,8724,8726</SystemId>
    <SystemName>HP ZBook Firefly 14 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>32849631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP ZBook Firefly 14 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100176564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724,8727</SystemId>
    <SystemName>HP ZBook Firefly 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>32849626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP ZBook Firefly 15.6 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100188578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8783</SystemId>
    <SystemName>HP ZBook Fury 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8780</SystemId>
    <SystemName>HP ZBook Fury 17 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EC</SystemId>
    <SystemName>HP ZBook Power G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp108884</SoftPaqId>
    <ProductId>34926380</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80d4</SystemId>
    <SystemName>HP ZBook Studio G3 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp101089</SoftPaqId>
    <ProductId>8934840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100809</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Studio G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110361</SoftPaqId>
    <ProductId>33692133</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100225</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>873E</SystemId>
    <SystemName>HP ZCentral 4R Workstation</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112394</SoftPaqId>
    <ProductId>38215218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110123</SoftPaqId>
    <ProductId>29378762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E2</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37935501</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a8</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp110123</SoftPaqId>
    <ProductId>29428905</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876b</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp107648</SoftPaqId>
    <ProductId>33165514</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8867</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38226219</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp100592</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp109028</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>37972710</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp105884</SoftPaqId>
    <ProductId>38820081</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 1909</OSName>
    <OSId>4283</OSId>
    <SoftPaqId>sp103580</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP Collaboration G6 27 All-in-One with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>35865773</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8716</SystemId>
    <SystemName>HP Elite Dragonfly G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>34514047</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8890</SystemId>
    <SystemName>HP Elite Dragonfly Max Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>2100387050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111403</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104102</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104102</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105959</SoftPaqId>
    <ProductId>8741944</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fc</SystemId>
    <SystemName>HP Elite x2 1012 G1 Tablet with Travel Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105959</SoftPaqId>
    <ProductId>9259211</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105761</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111638</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111435</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105670</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105958</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105897</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111364</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105958</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105897</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111364</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105958</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105897</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>31971706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460777</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 835 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506807</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 840 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>33386519</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 840 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460774</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 845 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506819</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp102099</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724</SystemId>
    <SystemName>HP EliteBook 850 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>33386510</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP EliteBook 850 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38455639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 855 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506835</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105937</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105760</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112131</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111579</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111344</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1030 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1030 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111559</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111424</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1040 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1040 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103622</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110765</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8725</SystemId>
    <SystemName>HP EliteBook x360 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110930</SoftPaqId>
    <ProductId>33376054</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8847</SystemId>
    <SystemName>HP EliteBook x360 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112208</SoftPaqId>
    <ProductId>38226210</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105919</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105919</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105919</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105595</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105595</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105595</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8619</SystemId>
    <SystemName>HP EliteDesk 705 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111171</SoftPaqId>
    <ProductId>27035864</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8617,8618</SystemId>
    <SystemName>HP EliteDesk 705 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110945</SoftPaqId>
    <ProductId>27015960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870f,8710,8711</SystemId>
    <SystemName>HP EliteDesk 800 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112401</SoftPaqId>
    <ProductId>34658464</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>35390271</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>35390268</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,872C,8834</SystemId>
    <SystemName>HP EliteDesk 805 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112464</SoftPaqId>
    <ProductId>35865690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,8833</SystemId>
    <SystemName>HP EliteDesk 805 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>35865695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104100</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105919</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP EliteOne 800 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>38461874</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874D,874E</SystemId>
    <SystemName>HP EliteOne 800 G6 27 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>38461890</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>840a,8476</SystemId>
    <SystemName>HP Engage Flex Pro Retail System</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110418</SoftPaqId>
    <ProductId>22488599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8476</SystemId>
    <SystemName>HP Engage Flex Pro-C Retail System</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110418</SoftPaqId>
    <ProductId>22488605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>846f</SystemId>
    <SystemName>HP Engage Go Mobile System</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp107359</SoftPaqId>
    <ProductId>23588899</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 141</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104128</SoftPaqId>
    <ProductId>16748240</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 143</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104128</SoftPaqId>
    <ProductId>16748245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>830a</SystemId>
    <SystemName>HP Engage One All-in-One System Model 145</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104128</SoftPaqId>
    <ProductId>16748247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8740,874F</SystemId>
    <SystemName>HP Engage One Pro AIO System</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111578</SoftPaqId>
    <ProductId>38462048</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP MP9 G4 Retail System</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110458</SoftPaqId>
    <ProductId>21183478</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105798</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105798</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822c,8301</SystemId>
    <SystemName>HP ProBook 430 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105834</SoftPaqId>
    <ProductId>10477245</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105525</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869b</SystemId>
    <SystemName>HP ProBook 430 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29060974</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87DF</SystemId>
    <SystemName>HP ProBook 430 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999755</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>822e</SystemId>
    <SystemName>HP ProBook 440 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105834</SoftPaqId>
    <ProductId>10477250</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105525</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869d</SystemId>
    <SystemName>HP ProBook 440 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29089947</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E0</SystemId>
    <SystemName>HP ProBook 440 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112398</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 445 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>32764495</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8861</SystemId>
    <SystemName>HP ProBook 445 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228749</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 445R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103577</SoftPaqId>
    <ProductId>26575218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8231</SystemId>
    <SystemName>HP ProBook 450 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105834</SoftPaqId>
    <ProductId>10477360</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a0</SystemId>
    <SystemName>HP ProBook 450 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29089952</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E1</SystemId>
    <SystemName>HP ProBook 450 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999769</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105772</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp104229</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112398</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 455 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>32780050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8864</SystemId>
    <SystemName>HP ProBook 455 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111434</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8234</SystemId>
    <SystemName>HP ProBook 470 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105834</SoftPaqId>
    <ProductId>10477370</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105525</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 630 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8830</SystemId>
    <SystemName>HP ProBook 635 Aero G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110626</SoftPaqId>
    <ProductId>38216661</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 640 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105734</SoftPaqId>
    <ProductId>11623683</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111592</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111747</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882c</SystemId>
    <SystemName>HP ProBook 640 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111117</SoftPaqId>
    <ProductId>35704808</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 640 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38460872</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105835</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103626</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105734</SoftPaqId>
    <ProductId>11623697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82aa</SystemId>
    <SystemName>HP ProBook 650 G3 Notebook PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105734</SoftPaqId>
    <ProductId>11623568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ab</SystemId>
    <SystemName>HP ProBook 650 G3 Quad Core Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105734</SoftPaqId>
    <ProductId>15973627</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111592</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111747</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882d</SystemId>
    <SystemName>HP ProBook 650 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111117</SoftPaqId>
    <ProductId>35704817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 650 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105835</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8334</SystemId>
    <SystemName>HP ProBook x360 11 G2 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105669</SoftPaqId>
    <ProductId>15441159</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103588</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111353</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86cf</SystemId>
    <SystemName>HP ProBook x360 11 G5 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111342</SoftPaqId>
    <ProductId>30734496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86d0</SystemId>
    <SystemName>HP ProBook x360 11 G6 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110840</SoftPaqId>
    <ProductId>30927509</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>887D</SystemId>
    <SystemName>HP ProBook x360 11 G7 EE</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112210</SoftPaqId>
    <ProductId>2100176599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8735</SystemId>
    <SystemName>HP ProBook x360 435 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110995</SoftPaqId>
    <ProductId>32611824</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8886</SystemId>
    <SystemName>HP ProBook x360 435 G8 Notebook PC IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112708</SoftPaqId>
    <ProductId>38492693</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103624</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105758</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105758</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871a</SystemId>
    <SystemName>HP ProDesk 400 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35390259</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8717</SystemId>
    <SystemName>HP ProDesk 400 G7 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37933823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8719</SystemId>
    <SystemName>HP ProDesk 400 G7 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719306</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110348</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8</SystemId>
    <SystemName>HP ProDesk 405 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110349</SoftPaqId>
    <ProductId>31286502</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872D,8835</SystemId>
    <SystemName>HP ProDesk 405 G6 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>38230307</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872E,8836</SystemId>
    <SystemName>HP ProDesk 405 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112464</SoftPaqId>
    <ProductId>2100032622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105758</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103579</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8718</SystemId>
    <SystemName>HP ProDesk 480 G7 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37933833</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8715</SystemId>
    <SystemName>HP ProDesk 600 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8712</SystemId>
    <SystemName>HP ProDesk 600 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37884571</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 600 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37884578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8714</SystemId>
    <SystemName>HP ProDesk 600 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111365</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103581</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 680 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37932999</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 400 G6 20 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871B,871C,880F,8810</SystemId>
    <SystemName>HP ProOne 400 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 440 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>37972729</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105920</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b5</SystemId>
    <SystemName>HP ProOne 600 G3 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105672</SoftPaqId>
    <ProductId>15292427</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ProOne 600 G6 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9015</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110454</SoftPaqId>
    <ProductId>8737476</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9018</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110454</SoftPaqId>
    <ProductId>8737485</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9115</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110454</SoftPaqId>
    <ProductId>20017565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8139,8397</SystemId>
    <SystemName>HP RP9 G1 Retail System Model 9118</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110454</SoftPaqId>
    <ProductId>20017569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8590</SystemId>
    <SystemName>HP VR Backpack G2</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105743</SoftPaqId>
    <ProductId>22892663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp93203</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>192F</SystemId>
    <SystemName>HP Z1 All-in-One G2 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp72467</SoftPaqId>
    <ProductId>5394629</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>870b,870c</SystemId>
    <SystemName>HP Z1 Entry Tower G6</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>34934228</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp92593</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112391</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp99374</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111558</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111243</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>847b</SystemId>
    <SystemName>HP ZBook 15v G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103586</SoftPaqId>
    <ProductId>20269993</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111558</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111243</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Create G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111050</SoftPaqId>
    <ProductId>33731699</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723,8724,8726</SystemId>
    <SystemName>HP ZBook Firefly 14 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>32849631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP ZBook Firefly 14 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100176564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724,8727</SystemId>
    <SystemName>HP ZBook Firefly 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110181</SoftPaqId>
    <ProductId>32849626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP ZBook Firefly 15.6 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100188578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8783</SystemId>
    <SystemName>HP ZBook Fury 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8780</SystemId>
    <SystemName>HP ZBook Fury 17 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EC</SystemId>
    <SystemName>HP ZBook Power G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110888</SoftPaqId>
    <ProductId>34926380</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Studio G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111050</SoftPaqId>
    <ProductId>33692133</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110038</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105759</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>873E</SystemId>
    <SystemName>HP ZCentral 4R Workstation</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112394</SoftPaqId>
    <ProductId>38215218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29378762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E2</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37935501</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp103623</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a8</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29428905</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876b</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>33165514</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8867</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38226219</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp105524</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>37972710</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>38820081</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 2004</OSName>
    <OSId>4285</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP Collaboration G6 27 All-in-One with Zoom Rooms</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>35865773</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8716</SystemId>
    <SystemName>HP Elite Dragonfly G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>34514047</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8890</SystemId>
    <SystemName>HP Elite Dragonfly Max Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111812</SoftPaqId>
    <ProductId>2100387050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>861f</SystemId>
    <SystemName>HP Elite Dragonfly Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111403</SoftPaqId>
    <ProductId>29734677</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111613</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111613</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82ca</SystemId>
    <SystemName>HP Elite x2 1012 G2 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112088</SoftPaqId>
    <ProductId>15257615</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8414</SystemId>
    <SystemName>HP Elite x2 1013 G3 Tablet</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111638</SoftPaqId>
    <ProductId>21019708</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85b9</SystemId>
    <SystemName>HP Elite x2 G4 Tablet with Keyboard</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111435</SoftPaqId>
    <ProductId>26867572</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>82de,8417</SystemId>
    <SystemName>HP EliteBook 1040 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112022</SoftPaqId>
    <ProductId>11623739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84e9</SystemId>
    <SystemName>HP EliteBook 1050 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111612</SoftPaqId>
    <ProductId>22060471</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8238</SystemId>
    <SystemName>HP EliteBook 725 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112090</SoftPaqId>
    <ProductId>11084767</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83da</SystemId>
    <SystemName>HP EliteBook 735 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>18809660</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8589</SystemId>
    <SystemName>HP EliteBook 735 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111364</SoftPaqId>
    <ProductId>27442432</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236,82eb</SystemId>
    <SystemName>HP EliteBook 745 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112090</SoftPaqId>
    <ProductId>11084776</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 745 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>18819803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8584</SystemId>
    <SystemName>HP EliteBook 745 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111364</SoftPaqId>
    <ProductId>27690690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8236</SystemId>
    <SystemName>HP EliteBook 755 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112090</SoftPaqId>
    <ProductId>11122165</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d5</SystemId>
    <SystemName>HP EliteBook 755 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111813</SoftPaqId>
    <ProductId>19753488</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8292</SystemId>
    <SystemName>HP EliteBook 820 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122282</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18477188</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110847</SoftPaqId>
    <ProductId>31971706</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460777</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 835 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506807</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b3</SystemId>
    <SystemName>HP EliteBook 836 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503840</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>854a</SystemId>
    <SystemName>HP EliteBook 836 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>29348625</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 840 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122292</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>845d</SystemId>
    <SystemName>HP EliteBook 840 G5 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 840 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18491275</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Healthcare Edition Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>27690830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 840 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723</SystemId>
    <SystemName>HP EliteBook 840 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110847</SoftPaqId>
    <ProductId>33386519</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP EliteBook 840 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38460774</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 840r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111640</SoftPaqId>
    <ProductId>19503865</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 845 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506819</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 846 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>19503854</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111640</SoftPaqId>
    <ProductId>19880034</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8418</SystemId>
    <SystemName>HP EliteBook 846r G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111640</SoftPaqId>
    <ProductId>19880031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 848 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14785517</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP EliteBook 850 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>11122334</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP EliteBook 850 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18491280</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP EliteBook 850 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>26609809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724</SystemId>
    <SystemName>HP EliteBook 850 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110847</SoftPaqId>
    <ProductId>33386510</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP EliteBook 850 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>38455639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8760</SystemId>
    <SystemName>HP EliteBook 855 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110931</SoftPaqId>
    <ProductId>37506835</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8300</SystemId>
    <SystemName>HP EliteBook x360 1020 G2</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112001</SoftPaqId>
    <ProductId>16425523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>827d</SystemId>
    <SystemName>HP EliteBook x360 1030 G2 Base Model</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112131</SoftPaqId>
    <ProductId>14169373</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8438</SystemId>
    <SystemName>HP EliteBook x360 1030 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111579</SoftPaqId>
    <ProductId>19753496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8637</SystemId>
    <SystemName>HP EliteBook x360 1030 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111344</SoftPaqId>
    <ProductId>26938574</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1030 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1030 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8470</SystemId>
    <SystemName>HP EliteBook x360 1040 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111559</SoftPaqId>
    <ProductId>19753391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>857f</SystemId>
    <SystemName>HP EliteBook x360 1040 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111424</SoftPaqId>
    <ProductId>26938568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876d</SystemId>
    <SystemName>HP EliteBook x360 1040 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110783</SoftPaqId>
    <ProductId>34766960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8720</SystemId>
    <SystemName>HP EliteBook x360 1040 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111581</SoftPaqId>
    <ProductId>38228605</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>853d</SystemId>
    <SystemName>HP EliteBook x360 830 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111689</SoftPaqId>
    <ProductId>24269598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8548</SystemId>
    <SystemName>HP EliteBook x360 830 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110765</SoftPaqId>
    <ProductId>26625612</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8725</SystemId>
    <SystemName>HP EliteBook x360 830 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110930</SoftPaqId>
    <ProductId>33376054</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8847</SystemId>
    <SystemName>HP EliteBook x360 830 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112208</SoftPaqId>
    <ProductId>38226210</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353697</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e9,8464</SystemId>
    <SystemName>HP EliteDesk 705 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353689</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8266</SystemId>
    <SystemName>HP EliteDesk 705 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111957</SoftPaqId>
    <ProductId>10669601</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111957</SoftPaqId>
    <ProductId>10669606</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8265,835b</SystemId>
    <SystemName>HP EliteDesk 705 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111957</SoftPaqId>
    <ProductId>10669611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e7,8460,8461</SystemId>
    <SystemName>HP EliteDesk 705 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21351258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8,8462,8463</SystemId>
    <SystemName>HP EliteDesk 705 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111437</SoftPaqId>
    <ProductId>21353681</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8619</SystemId>
    <SystemName>HP EliteDesk 705 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111171</SoftPaqId>
    <ProductId>27035864</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8617,8618</SystemId>
    <SystemName>HP EliteDesk 705 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110945</SoftPaqId>
    <ProductId>27015960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 35W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353728</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 65W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353735</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e2,8409,845a</SystemId>
    <SystemName>HP EliteDesk 800 95W G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e1</SystemId>
    <SystemName>HP EliteDesk 800 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353719</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 800 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353704</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8593,8594,8595</SystemId>
    <SystemName>HP EliteDesk 800 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066641</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8592</SystemId>
    <SystemName>HP EliteDesk 800 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066580</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 800 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27066579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870f,8710,8711</SystemId>
    <SystemName>HP EliteDesk 800 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112401</SoftPaqId>
    <ProductId>34658464</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>35390271</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>870B,870C</SystemId>
    <SystemName>HP EliteDesk 800 G6 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>35390268</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,872C,8834</SystemId>
    <SystemName>HP EliteDesk 805 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112464</SoftPaqId>
    <ProductId>35865690</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872B,8833</SystemId>
    <SystemName>HP EliteDesk 805 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>35865695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e0</SystemId>
    <SystemName>HP EliteDesk 880 G4 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21353711</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP EliteDesk 880 G5 Tower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>29378355</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111642</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111642</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111642</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111642</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761634</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e5</SystemId>
    <SystemName>HP EliteOne 1000 G2 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111483</SoftPaqId>
    <ProductId>21761806</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-in Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>19960967</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Non-Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353753</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e4</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353760</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e3</SystemId>
    <SystemName>HP EliteOne 800 G4 23.8-inch Touch GPU All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21353745</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-in Healthcare Edition All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27090298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859f,85a0,85eb</SystemId>
    <SystemName>HP EliteOne 800 G5 23.8-inch All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>25277898</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874d,874e</SystemId>
    <SystemName>HP EliteOne 800 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>38461874</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>874D,874E</SystemId>
    <SystemName>HP EliteOne 800 G6 27 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111204</SoftPaqId>
    <ProductId>38461890</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Retail Solution with Retail Case</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112093</SoftPaqId>
    <ProductId>14627354</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828b</SystemId>
    <SystemName>HP Pro x2 612 G2 Tablet Base Model</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112093</SoftPaqId>
    <ProductId>14432800</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8377</SystemId>
    <SystemName>HP ProBook 430 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111980</SoftPaqId>
    <ProductId>17047127</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8536</SystemId>
    <SystemName>HP ProBook 430 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>23200810</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869b</SystemId>
    <SystemName>HP ProBook 430 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29060974</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87DF</SystemId>
    <SystemName>HP ProBook 430 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999755</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837b</SystemId>
    <SystemName>HP ProBook 440 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111980</SoftPaqId>
    <ProductId>17047138</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8537</SystemId>
    <SystemName>HP ProBook 440 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>23201163</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>869d</SystemId>
    <SystemName>HP ProBook 440 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29089947</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E0</SystemId>
    <SystemName>HP ProBook 440 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 445 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112398</SoftPaqId>
    <ProductId>25017114</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 445 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>32764495</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8861</SystemId>
    <SystemName>HP ProBook 445 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228749</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837d</SystemId>
    <SystemName>HP ProBook 450 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111980</SoftPaqId>
    <ProductId>17047144</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8538</SystemId>
    <SystemName>HP ProBook 450 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>23201169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a0</SystemId>
    <SystemName>HP ProBook 450 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29089952</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E1</SystemId>
    <SystemName>HP ProBook 450 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37999769</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823c,823e</SystemId>
    <SystemName>HP ProBook 455 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112154</SoftPaqId>
    <ProductId>10477365</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>836e,8370</SystemId>
    <SystemName>HP ProBook 455 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111865</SoftPaqId>
    <ProductId>17047155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85d9</SystemId>
    <SystemName>HP ProBook 455 G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112398</SoftPaqId>
    <ProductId>24975593</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8730</SystemId>
    <SystemName>HP ProBook 455 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>32780050</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8864</SystemId>
    <SystemName>HP ProBook 455 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38228739</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85ad</SystemId>
    <SystemName>HP ProBook 455R G6 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111434</SoftPaqId>
    <ProductId>26575337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>837f</SystemId>
    <SystemName>HP ProBook 470 G5 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111980</SoftPaqId>
    <ProductId>17047162</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 630 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8830</SystemId>
    <SystemName>HP ProBook 635 Aero G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110626</SoftPaqId>
    <ProductId>38216661</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83d2</SystemId>
    <SystemName>HP ProBook 640 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111592</SoftPaqId>
    <ProductId>18602169</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856d</SystemId>
    <SystemName>HP ProBook 640 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111747</SoftPaqId>
    <ProductId>27391189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882c</SystemId>
    <SystemName>HP ProBook 640 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111117</SoftPaqId>
    <ProductId>35704808</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 640 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38460872</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 645 G3 Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112091</SoftPaqId>
    <ProductId>11623565</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8401</SystemId>
    <SystemName>HP ProBook 645 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111801</SoftPaqId>
    <ProductId>18602177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8416,844a</SystemId>
    <SystemName>HP ProBook 650 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111592</SoftPaqId>
    <ProductId>18640070</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>856e</SystemId>
    <SystemName>HP ProBook 650 G5 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111747</SoftPaqId>
    <ProductId>27391197</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>882d</SystemId>
    <SystemName>HP ProBook 650 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111117</SoftPaqId>
    <ProductId>35704817</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EA,87ED</SystemId>
    <SystemName>HP ProBook 650 G8 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112089</SoftPaqId>
    <ProductId>38456316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>823a</SystemId>
    <SystemName>HP ProBook 655 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112091</SoftPaqId>
    <ProductId>11623703</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8521</SystemId>
    <SystemName>HP ProBook x360 11 G3 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111752</SoftPaqId>
    <ProductId>23462610</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8524</SystemId>
    <SystemName>HP ProBook x360 11 G4 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111353</SoftPaqId>
    <ProductId>23897837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86cf</SystemId>
    <SystemName>HP ProBook x360 11 G5 EE Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111342</SoftPaqId>
    <ProductId>30734496</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86d0</SystemId>
    <SystemName>HP ProBook x360 11 G6 EE Base Model Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110840</SoftPaqId>
    <ProductId>30927509</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>887D</SystemId>
    <SystemName>HP ProBook x360 11 G7 EE</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112210</SoftPaqId>
    <ProductId>2100176599</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8735</SystemId>
    <SystemName>HP ProBook x360 435 G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110995</SoftPaqId>
    <ProductId>32611824</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8886</SystemId>
    <SystemName>HP ProBook x360 435 G8 Notebook PC IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112708</SoftPaqId>
    <ProductId>38492693</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>84d8</SystemId>
    <SystemName>HP ProBook x360 440 G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111854</SoftPaqId>
    <ProductId>21019722</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f3</SystemId>
    <SystemName>HP ProDesk 400 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21351206</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111982</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111982</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859c</SystemId>
    <SystemName>HP ProDesk 400 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27780466</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 400 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111946</SoftPaqId>
    <ProductId>21351182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f2</SystemId>
    <SystemName>HP ProDesk 400 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111946</SoftPaqId>
    <ProductId>21351198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871a</SystemId>
    <SystemName>HP ProDesk 400 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35390259</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 400 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27733966</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>859b</SystemId>
    <SystemName>HP ProDesk 400 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27733972</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8717</SystemId>
    <SystemName>HP ProDesk 400 G7 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37933823</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8719</SystemId>
    <SystemName>HP ProDesk 400 G7 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719306</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8626</SystemId>
    <SystemName>HP ProDesk 405 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110348</SoftPaqId>
    <ProductId>26673040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83e8</SystemId>
    <SystemName>HP ProDesk 405 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110349</SoftPaqId>
    <ProductId>31286502</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872D,8835</SystemId>
    <SystemName>HP ProDesk 405 G6 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111033</SoftPaqId>
    <ProductId>38230307</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>872E,8836</SystemId>
    <SystemName>HP ProDesk 405 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112464</SoftPaqId>
    <ProductId>2100032622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111982</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83f0,83f1</SystemId>
    <SystemName>HP ProDesk 480 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111946</SoftPaqId>
    <ProductId>21351190</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8599,859a</SystemId>
    <SystemName>HP ProDesk 480 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112656</SoftPaqId>
    <ProductId>27780598</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8718</SystemId>
    <SystemName>HP ProDesk 480 G7 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37933833</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ef</SystemId>
    <SystemName>HP ProDesk 600 G4 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21341203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21341168</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 600 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21331418</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ee</SystemId>
    <SystemName>HP ProDesk 600 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>21341194</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8598</SystemId>
    <SystemName>HP ProDesk 600 G5 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27067525</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8596,861a</SystemId>
    <SystemName>HP ProDesk 600 G5 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27733960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8597</SystemId>
    <SystemName>HP ProDesk 600 G5 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>27090293</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8715</SystemId>
    <SystemName>HP ProDesk 600 G6 Desktop Mini PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8712</SystemId>
    <SystemName>HP ProDesk 600 G6 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37884571</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 600 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37884578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8714</SystemId>
    <SystemName>HP ProDesk 600 G6 Small Form Factor PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111141</SoftPaqId>
    <ProductId>35719311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8580</SystemId>
    <SystemName>HP ProDesk 680 G4 Base Model Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111365</SoftPaqId>
    <ProductId>25468497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ec,83ed</SystemId>
    <SystemName>HP ProDesk 680 G4 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111738</SoftPaqId>
    <ProductId>22410663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8713</SystemId>
    <SystemName>HP ProDesk 680 G6 PCI Microtower PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>37932999</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 20-inch HD+ Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351214</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 400 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351229</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 20-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780473</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 400 G5 23.8-inch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780483</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 400 G6 20 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871B,871C,880F,8810</SystemId>
    <SystemName>HP ProOne 400 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 440 G4 23.8-inch Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 440 G5 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29060913</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ProOne 440 G6 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>37972729</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111958</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Non-Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341243</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ProOne 600 G4 21.5-inch FHD Touch All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341230</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ProOne 600 G5 21.5-in All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>27780459</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ProOne 600 G6 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>35719316</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8590</SystemId>
    <SystemName>HP VR Backpack G2</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp105743</SoftPaqId>
    <ProductId>22892663</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8376</SystemId>
    <SystemName>HP Z VR Backpack G1 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp93203</SoftPaqId>
    <ProductId>16569561</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8115</SystemId>
    <SystemName>HP Z1 All-in-One G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp80814</SoftPaqId>
    <ProductId>10273066</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8591</SystemId>
    <SystemName>HP Z1 Entry Tower G5</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111207</SoftPaqId>
    <ProductId>28722763</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>870b,870c</SystemId>
    <SystemName>HP Z1 Entry Tower G6</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111173</SoftPaqId>
    <ProductId>34934228</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>82bf,82c0</SystemId>
    <SystemName>HP Z2 Mini G3 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp92593</SoftPaqId>
    <ProductId>12716709</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8457,8458</SystemId>
    <SystemName>HP Z2 Mini G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>19968626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8754,8755</SystemId>
    <SystemName>HP Z2 Mini G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407177</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8456</SystemId>
    <SystemName>HP Z2 Small Form Factor G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063448</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8752,8753</SystemId>
    <SystemName>HP Z2 Small Form Factor G5 Workstation IDS Base Model</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407172</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8455</SystemId>
    <SystemName>HP Z2 Tower G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112392</SoftPaqId>
    <ProductId>20063441</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>8750,8751</SystemId>
    <SystemName>HP Z2 Tower G5 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112393</SoftPaqId>
    <ProductId>34407182</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp72465</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802e</SystemId>
    <SystemName>HP Z240 Small Form Factor Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>802f</SystemId>
    <SystemName>HP Z240 Tower Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp99401</SoftPaqId>
    <ProductId>8354564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c5</SystemId>
    <SystemName>HP Z4 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112391</SoftPaqId>
    <ProductId>16449894</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212b</SystemId>
    <SystemName>HP Z440 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978830</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c6</SystemId>
    <SystemName>HP Z6 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449796</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>212a</SystemId>
    <SystemName>HP Z640 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978837</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>81c7</SystemId>
    <SystemName>HP Z8 G4 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112395</SoftPaqId>
    <ProductId>16449805</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>2129</SystemId>
    <SystemName>HP Z840 Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp87513</SoftPaqId>
    <ProductId>6978844</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 14u G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>15435158</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 14u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18865579</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 14u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892883</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8275</SystemId>
    <SystemName>HP ZBook 15 G4 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840013</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842a</SystemId>
    <SystemName>HP ZBook 15 G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111558</SoftPaqId>
    <ProductId>18865646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860f</SystemId>
    <SystemName>HP ZBook 15 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111243</SoftPaqId>
    <ProductId>22892897</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>828c</SystemId>
    <SystemName>HP ZBook 15u G4 Mobile Workstation (ENERGY STAR)</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112019</SoftPaqId>
    <ProductId>14523303</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83b2</SystemId>
    <SystemName>HP ZBook 15u G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111643</SoftPaqId>
    <ProductId>18865639</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8549</SystemId>
    <SystemName>HP ZBook 15u G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110579</SoftPaqId>
    <ProductId>22892889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8270</SystemId>
    <SystemName>HP ZBook 17 G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840019</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>842d</SystemId>
    <SystemName>HP ZBook 17 G5 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111558</SoftPaqId>
    <ProductId>18865649</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>860c</SystemId>
    <SystemName>HP ZBook 17 G6 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111243</SoftPaqId>
    <ProductId>22892906</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Create G7 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111050</SoftPaqId>
    <ProductId>33731699</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8723,8724,8726</SystemId>
    <SystemName>HP ZBook Firefly 14 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110847</SoftPaqId>
    <ProductId>32849631</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>880D</SystemId>
    <SystemName>HP ZBook Firefly 14 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100176564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8724,8727</SystemId>
    <SystemName>HP ZBook Firefly 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110847</SoftPaqId>
    <ProductId>32849626</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8846</SystemId>
    <SystemName>HP ZBook Firefly 15.6 inch G8 Mobile Workstation PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112207</SoftPaqId>
    <ProductId>2100188578</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8783</SystemId>
    <SystemName>HP ZBook Fury 15 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386155</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8780</SystemId>
    <SystemName>HP ZBook Fury 17 G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110547</SoftPaqId>
    <ProductId>34386189</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87EC</SystemId>
    <SystemName>HP ZBook Power G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110888</SoftPaqId>
    <ProductId>34926380</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>826b</SystemId>
    <SystemName>HP ZBook Studio G4 Base Model Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112002</SoftPaqId>
    <ProductId>14840027</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio G5 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111612</SoftPaqId>
    <ProductId>18865655</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8736</SystemId>
    <SystemName>HP ZBook Studio G7 Mobile Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111050</SoftPaqId>
    <ProductId>33692133</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8427,844f</SystemId>
    <SystemName>HP ZBook Studio x360 G5 Convertible Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111612</SoftPaqId>
    <ProductId>20075827</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>824c</SystemId>
    <SystemName>HP ZBook x2 G4 Detachable Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112035</SoftPaqId>
    <ProductId>13556324</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>873E</SystemId>
    <SystemName>HP ZCentral 4R Workstation</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112394</SoftPaqId>
    <ProductId>38215218</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a3</SystemId>
    <SystemName>HP ZHAN 66 Pro 13 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>26532308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>24930154</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a5</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29378762</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>87E2</SystemId>
    <SystemName>HP ZHAN 66 Pro 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp110423</SoftPaqId>
    <ProductId>37935501</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>85aa</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G2 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111915</SoftPaqId>
    <ProductId>27066500</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>86a8</SystemId>
    <SystemName>HP ZHAN 66 Pro 15 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111451</SoftPaqId>
    <ProductId>29428905</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>876b</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G3 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111015</SoftPaqId>
    <ProductId>33165514</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8867</SystemId>
    <SystemName>HP ZHAN 66 Pro A 14 G4 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp112129</SoftPaqId>
    <ProductId>38226219</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 23.8 inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>26020845</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>83fd,8471</SystemId>
    <SystemName>HP ZHAN 66 Pro G1 Notebook PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111810</SoftPaqId>
    <ProductId>17996596</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 21.5-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29121716</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>85a1,85a2</SystemId>
    <SystemName>HP ZHAN 66 Pro G2 23.8-in All-in-One</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111222</SoftPaqId>
    <ProductId>29121723</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 22 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>37972710</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>871b,871c,880f,8810</SystemId>
    <SystemName>HP ZHAN 66 Pro G3 24 All-in-One PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111183</SoftPaqId>
    <ProductId>38820081</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 21.5-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21341255</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>64-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>83ea,83eb</SystemId>
    <SystemName>HP Zhan60 G1 23.8-inch FHD Non-Touch GPU All-in-One Business PC</SystemName>
    <OSName>Windows 10 64-bit, 20H2</OSName>
    <OSId>4288</OSId>
    <SoftPaqId>sp111473</SoftPaqId>
    <ProductId>21351244</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1489</SystemId>
    <SystemName>HP Compaq 6000 Pro All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59234</SoftPaqId>
    <ProductId>4209968</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1459</SystemId>
    <SystemName>HP Compaq 6005 Pro Ultra-slim Desktop PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59232</SoftPaqId>
    <ProductId>4169007</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1497</SystemId>
    <SystemName>HP Compaq 6200 Pro Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59224</SoftPaqId>
    <ProductId>5037911</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1497</SystemId>
    <SystemName>HP Compaq 6200 Pro Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59224</SoftPaqId>
    <ProductId>5037902</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1408</SystemId>
    <SystemName>HP Compaq 8000f Elite Ultra-slim PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59230</SoftPaqId>
    <ProductId>4098653</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>304b</SystemId>
    <SystemName>HP Compaq 8100 Elite Convertible Minitower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66647</SoftPaqId>
    <ProductId>4098499</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>304a</SystemId>
    <SystemName>HP Compaq 8100 Elite Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66647</SoftPaqId>
    <ProductId>4098511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3395</SystemId>
    <SystemName>HP Compaq 8200 Elite All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59221</SoftPaqId>
    <ProductId>5078592</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1494</SystemId>
    <SystemName>HP Compaq 8200 Elite Convertible Minitower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59221</SoftPaqId>
    <ProductId>5037951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1495</SystemId>
    <SystemName>HP Compaq 8200 Elite Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59221</SoftPaqId>
    <ProductId>5037942</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1495</SystemId>
    <SystemName>HP Compaq 8200 Elite Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59221</SoftPaqId>
    <ProductId>5037933</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1496</SystemId>
    <SystemName>HP Compaq 8200 Elite Ultra-slim PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59221</SoftPaqId>
    <ProductId>5037960</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3399</SystemId>
    <SystemName>HP Compaq Elite 8300 All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61384</SoftPaqId>
    <ProductId>5272029</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3396</SystemId>
    <SystemName>HP Compaq Elite 8300 Convertible Minitower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61384</SoftPaqId>
    <ProductId>5232848</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3397</SystemId>
    <SystemName>HP Compaq Elite 8300 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61384</SoftPaqId>
    <ProductId>5232862</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3397</SystemId>
    <SystemName>HP Compaq Elite 8300 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61384</SoftPaqId>
    <ProductId>5232855</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>3398</SystemId>
    <SystemName>HP Compaq Elite 8300 Ultra-slim PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61384</SoftPaqId>
    <ProductId>5232869</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339b</SystemId>
    <SystemName>HP Compaq Pro 6300 All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61386</SoftPaqId>
    <ProductId>5272041</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339a</SystemId>
    <SystemName>HP Compaq Pro 6300 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61386</SoftPaqId>
    <ProductId>5232877</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>339a</SystemId>
    <SystemName>HP Compaq Pro 6300 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61386</SoftPaqId>
    <ProductId>5232884</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1850</SystemId>
    <SystemName>HP Compaq Pro 6305 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59775</SoftPaqId>
    <ProductId>5296279</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1850</SystemId>
    <SystemName>HP Compaq Pro 6305 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59775</SoftPaqId>
    <ProductId>5296270</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp98794</SoftPaqId>
    <ProductId>12716695</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>81c3,8396</SystemId>
    <SystemName>HP Elite Slice for Meeting Rooms</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp98794</SoftPaqId>
    <ProductId>12716702</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 720 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>7262975</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 720 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7420603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221d</SystemId>
    <SystemName>HP EliteBook 725 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66436</SoftPaqId>
    <ProductId>6732450</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8084</SystemId>
    <SystemName>HP EliteBook 725 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95372</SoftPaqId>
    <ProductId>7815276</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 740 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>7263329</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 740 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7420611</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 745 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66436</SoftPaqId>
    <ProductId>6732434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 745 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95372</SoftPaqId>
    <ProductId>7815281</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 750 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>7263337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 750 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7420619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>221c</SystemId>
    <SystemName>HP EliteBook 755 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66436</SoftPaqId>
    <ProductId>6732442</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807e</SystemId>
    <SystemName>HP EliteBook 755 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95372</SoftPaqId>
    <ProductId>7815286</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1991</SystemId>
    <SystemName>HP EliteBook 820 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405379</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>225a</SystemId>
    <SystemName>HP EliteBook 820 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7343198</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 820 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>7815291</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>807c</SystemId>
    <SystemName>HP EliteBook 828 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>11590564</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 840 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405363</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 840 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7343203</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 840 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>7815296</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 848 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>11590568</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP EliteBook 850 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405371</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP EliteBook 850 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7343212</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP EliteBook 850 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>7815301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Bang &amp; Olufsen Limited Edition</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70364</SoftPaqId>
    <ProductId>8811589</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2271</SystemId>
    <SystemName>HP EliteBook Folio 1020 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70364</SoftPaqId>
    <ProductId>7343090</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>213e</SystemId>
    <SystemName>HP EliteBook Folio 1040 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405387</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2270</SystemId>
    <SystemName>HP EliteBook Folio 1040 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70165</SoftPaqId>
    <ProductId>7393378</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8170</SystemId>
    <SystemName>HP EliteBook Folio G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91958</SoftPaqId>
    <ProductId>9764623</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>18f8</SystemId>
    <SystemName>HP EliteBook Revolve 810 G1 Tablet</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp61535</SoftPaqId>
    <ProductId>5298040</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>21b3</SystemId>
    <SystemName>HP EliteBook Revolve 810 G2 Tablet</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>6617055</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8027</SystemId>
    <SystemName>HP EliteDesk 700 G1 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>7263074</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 700 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>7263126</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225e</SystemId>
    <SystemName>HP EliteDesk 705 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6893889</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6893882</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>2215</SystemId>
    <SystemName>HP EliteDesk 705 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6893875</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805b</SystemId>
    <SystemName>HP EliteDesk 705 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95359</SoftPaqId>
    <ProductId>7633236</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95359</SoftPaqId>
    <ProductId>7633247</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805a</SystemId>
    <SystemName>HP EliteDesk 705 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95359</SoftPaqId>
    <ProductId>7633258</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8055,8056</SystemId>
    <SystemName>HP EliteDesk 800 35W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633267</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15234603</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 35W G3 Desktop Mini PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15234558</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8056</SystemId>
    <SystemName>HP EliteDesk 800 65W G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8741497</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829a</SystemId>
    <SystemName>HP EliteDesk 800 65W G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15497278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1998</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387481</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e5</SystemId>
    <SystemName>HP EliteDesk 800 G1 Base Model Ultra-slim PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387490</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>1825</SystemId>
    <SystemName>HP EliteDesk 800 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6595207</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 800 G1 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387468</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8054</SystemId>
    <SystemName>HP EliteDesk 800 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633278</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 800 G2 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633298</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8299</SystemId>
    <SystemName>HP EliteDesk 800 G3 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15257619</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 800 G3 Tower PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15257638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e4</SystemId>
    <SystemName>HP EliteDesk 880 G1 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5399301</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8053</SystemId>
    <SystemName>HP EliteDesk 880 G2 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8961043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8298</SystemId>
    <SystemName>HP EliteDesk 880 G3 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15776512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in All-in-One Business PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95386</SoftPaqId>
    <ProductId>17572031</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 23.8-in Touch All-in-One Business PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95386</SoftPaqId>
    <ProductId>17571953</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 27-in 4K UHD All-in-One Business PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95386</SoftPaqId>
    <ProductId>17571951</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829f</SystemId>
    <SystemName>HP EliteOne 1000 G1 34-in Curved All-in-One Business PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95386</SoftPaqId>
    <ProductId>17571949</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>225f</SystemId>
    <SystemName>HP EliteOne 705 G1 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6953323</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805c</SystemId>
    <SystemName>HP EliteOne 705 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95359</SoftPaqId>
    <ProductId>7638308</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>22ad</SystemId>
    <SystemName>HP EliteOne 800 G1 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6893903</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e6</SystemId>
    <SystemName>HP EliteOne 800 G1 All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387494</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8818662</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8057,8058</SystemId>
    <SystemName>HP EliteOne 800 G2 23-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8 Non-Touch Healthcare Edition All-in-One Business PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>16351110</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292421</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 23.8-inch Non-Touch All-in-One PC (ENERGY STAR)</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292422</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829b,829c,929C</SystemId>
    <SystemName>HP EliteOne 800 G3 Base Model 23.8-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292340</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>POS Systems/Retail Solutions</ProductType>
    <SystemId>8055</SystemId>
    <SystemName>HP MP9 G2 Retail System</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8592337</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ff</SystemId>
    <SystemName>HP ProBook 430 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91990</SoftPaqId>
    <ProductId>7834548</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 440 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91990</SoftPaqId>
    <ProductId>7834552</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8100</SystemId>
    <SystemName>HP ProBook 446 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91990</SoftPaqId>
    <ProductId>14309030</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8101</SystemId>
    <SystemName>HP ProBook 450 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91990</SoftPaqId>
    <ProductId>7834556</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80ef,80f0</SystemId>
    <SystemName>HP ProBook 455 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95411</SoftPaqId>
    <ProductId>7834638</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8102</SystemId>
    <SystemName>HP ProBook 470 G3 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91990</SoftPaqId>
    <ProductId>7834622</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,1994,2101,2102</SystemId>
    <SystemName>HP ProBook 640 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405395</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd</SystemId>
    <SystemName>HP ProBook 640 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95383</SoftPaqId>
    <ProductId>8430731</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 645 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405410</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 645 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95383</SoftPaqId>
    <ProductId>8430748</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1993,2101</SystemId>
    <SystemName>HP ProBook 650 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5405403</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fd,8125</SystemId>
    <SystemName>HP ProBook 650 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95383</SoftPaqId>
    <ProductId>8430740</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1992</SystemId>
    <SystemName>HP ProBook 655 G1 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5409288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>80fe</SystemId>
    <SystemName>HP ProBook 655 G2 Notebook PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95383</SoftPaqId>
    <ProductId>8430758</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8105</SystemId>
    <SystemName>HP ProDesk 400 G2.5 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8223650</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a5</SystemId>
    <SystemName>HP ProDesk 400 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15287511</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 400 G4 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99244</SoftPaqId>
    <ProductId>15292288</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a2</SystemId>
    <SystemName>HP ProDesk 400 G4 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99244</SoftPaqId>
    <ProductId>15292381</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a1,82a4,846e</SystemId>
    <SystemName>HP ProDesk 480 G4 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99244</SoftPaqId>
    <ProductId>15292391</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>21d0</SystemId>
    <SystemName>HP ProDesk 600 G1 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>6595199</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387449</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 600 G1 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8169</SystemId>
    <SystemName>HP ProDesk 600 G2 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8376394</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633311</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 600 G2 Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633320</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82b4</SystemId>
    <SystemName>HP ProDesk 600 G3 Base Model Small Form Factor PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15287507</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829e</SystemId>
    <SystemName>HP ProDesk 600 G3 Desktop Mini PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15257643</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15257652</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 600 G3 Microtower PC (with PCI slot)</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15497124</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e7</SystemId>
    <SystemName>HP ProDesk 680 G1 Tower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5399294</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805d</SystemId>
    <SystemName>HP ProDesk 680 G2 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8935026</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>829d,82b3</SystemId>
    <SystemName>HP ProDesk 680 G3 Microtower PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15776523</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8818670</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>8063</SystemId>
    <SystemName>HP ProOne 400 G2 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7638344</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292440</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292463</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 400 G3 Base Model 20-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>15292434</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>82a6</SystemId>
    <SystemName>HP ProOne 480 G3 20-inch Non-Touch All-in One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp99245</SoftPaqId>
    <ProductId>17626183</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>18e8</SystemId>
    <SystemName>HP ProOne 600 G1 All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69539</SoftPaqId>
    <ProductId>5387458</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Non-Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>7633349</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Desktops</ProductType>
    <SystemId>805e</SystemId>
    <SystemName>HP ProOne 600 G2 21.5-inch Touch All-in-One PC</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp95509</SoftPaqId>
    <ProductId>8818768</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>3561</SystemId>
    <SystemName>HP Z1 All-in-One Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58959</SoftPaqId>
    <ProductId>5230512</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1587</SystemId>
    <SystemName>HP Z210 Convertible Minitower Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58951</SoftPaqId>
    <ProductId>5053201</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1588</SystemId>
    <SystemName>HP Z210 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58951</SoftPaqId>
    <ProductId>5053192</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1790</SystemId>
    <SystemName>HP Z220 Convertible Minitower Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59687</SoftPaqId>
    <ProductId>5260576</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1791</SystemId>
    <SystemName>HP Z220 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp59687</SoftPaqId>
    <ProductId>5260569</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1906</SystemId>
    <SystemName>HP Z230 Small Form Factor Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69687</SoftPaqId>
    <ProductId>5367814</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1905</SystemId>
    <SystemName>HP Z230 Tower Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp69687</SoftPaqId>
    <ProductId>5367826</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0ae4,0b4c</SystemId>
    <SystemName>HP Z400 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58948</SoftPaqId>
    <ProductId>3718669</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>1589</SystemId>
    <SystemName>HP Z420 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp68647</SoftPaqId>
    <ProductId>5225035</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0ae8,0b54</SystemId>
    <SystemName>HP Z600 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58948</SoftPaqId>
    <ProductId>3718664</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158a</SystemId>
    <SystemName>HP Z620 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp68647</SoftPaqId>
    <ProductId>5225039</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>0aec</SystemId>
    <SystemName>HP Z800 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp58948</SoftPaqId>
    <ProductId>3718646</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Workstations</ProductType>
    <SystemId>158b</SystemId>
    <SystemName>HP Z820 Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp68647</SoftPaqId>
    <ProductId>5225043</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 14 G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>6978809</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>198f</SystemId>
    <SystemName>HP ZBook 14 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5403904</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>1909</SystemId>
    <SystemName>HP ZBook 15 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5387801</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>2216</SystemId>
    <SystemName>HP ZBook 15u G2 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp70144</SoftPaqId>
    <ProductId>7152803</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>8079</SystemId>
    <SystemName>HP ZBook 15u G3 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp91989</SoftPaqId>
    <ProductId>8693778</ProductId>
  </ProductOSDriverPack>
  <ProductOSDriverPack>
    <Architecture>32-bit</Architecture>
    <ProductType>Notebooks &amp; Tablets</ProductType>
    <SystemId>190a</SystemId>
    <SystemName>HP ZBook 17 Mobile Workstation</SystemName>
    <OSName>Windows 7 32-bit</OSName>
    <OSId>4053</OSId>
    <SoftPaqId>sp66434</SoftPaqId>
    <ProductId>5387513</ProductId>
  </ProductOSDriverPack>
</ProductOSDriverPackList>
</HPClientDriverPackCatalog>
</NewDataSet>