<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Windows Hardware Certification articles</title>
    <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/bg-p/windows-hardware-certification</link>
    <description>Windows Hardware Certification articles</description>
    <pubDate>Fri, 17 Apr 2026 22:34:56 GMT</pubDate>
    <dc:creator>windows-hardware-certification</dc:creator>
    <dc:date>2026-04-17T22:34:56Z</dc:date>
    <item>
      <title>Hardware Lab Kit API Updates and New Unreferenced File Check in February Refresh</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hardware-lab-kit-api-updates-and-new-unreferenced-file-check-in/ba-p/4495750</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What’s Changing?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;refreshed&amp;nbsp;Windows&amp;nbsp;Hardware Lab Kit (HLK)&amp;nbsp;available starting February 2026&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;for Windows 11, version 25H2,&amp;nbsp;Windows Server 2025, and Windows 11, version 24H2&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;will introduce&amp;nbsp;a new check during HLK packaging. If&amp;nbsp;the&amp;nbsp;attached driver package&amp;nbsp;includes&amp;nbsp;one or more files&amp;nbsp;that were not referenced by&amp;nbsp;an&amp;nbsp;.inf,&amp;nbsp;the following warning will display at the end of packaging:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;This&amp;nbsp;will not affect package generation. Even if the warning appears, an .hlkx&amp;nbsp;will still be created&amp;nbsp;regardless.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;It is highly recommended to&amp;nbsp;validate&amp;nbsp;that all files are referenced&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;before&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;testing. To do so, attach the driver&amp;nbsp;package, create an .hlkx&amp;nbsp;package (test results not necessary), and&amp;nbsp;observe&amp;nbsp;whether the warning appears. This validation can be performed&amp;nbsp;any&amp;nbsp;time&amp;nbsp;after target&amp;nbsp;selection.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriter-class" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;PackageWriter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;class in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;Microsoft.Windows.Kits.Hardware.ObjectModel.Submission&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;namespace&amp;nbsp;will include the following updates:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteradddriver-method-overload" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;AddDriver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteraddreplacementdriver-method-overload" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;AddReplacementDriver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;methods will include a new check for files in the driver package that were not referenced by an .inf file. This information will be available through the&amp;nbsp;warningMessages&amp;nbsp;output arg.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;There will also be new&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteradddriver-method-unreferenced" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;AddDriver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteraddreplacementdriver-method-unreferenced" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;AddReplacementDriver&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;overloads that expose the unreferenced file information through new output arguments in addition to&amp;nbsp;warningMessages.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;See&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/developer/creating-a-package" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Creating a Package&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;for code samples&amp;nbsp;accessing&amp;nbsp;data on unreferenced files&amp;nbsp;using the updated API.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="none"&gt;See&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/user/add-driver-and-supplemental-content-to-your-package" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;for more details.&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Actions Required&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To address an unreferenced file,&amp;nbsp;first&amp;nbsp;navigate to the log path to see which attached files were&amp;nbsp;not&amp;nbsp;referenced.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If creating an original submission package...&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-21"&gt;Option 1 (recommended):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;Remove the driver package&amp;nbsp;from&amp;nbsp;the project. Remove&amp;nbsp;the&amp;nbsp;unreferenced files from the driver package, then re-attach.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;SPAN class="lia-text-color-21"&gt;&lt;STRONG&gt;Option 2&amp;nbsp;(recommended):&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;Remove the driver package and&amp;nbsp;modify&amp;nbsp;the .inf to reference all the&amp;nbsp;files.&amp;nbsp;Re-test the driver&amp;nbsp;and attach the modified driver package.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Option 3:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;Keep the driver package attached, even with the unreferenced fil&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;es. If submitting to HDC, please see this &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/hardware-dev-center/attention-hdc-is-changing-the-policy-on-signing-unreferenced-files-in-driver-pac/4495518" data-lia-auto-title="documentation&amp;nbsp;" data-lia-auto-title-active="0" target="_blank"&gt;documentation&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;for&amp;nbsp;any&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;policy&amp;nbsp;updates&amp;nbsp;regarding&amp;nbsp;submissions&amp;nbsp;with unreferenced files.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If creating a DUA package...&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Option 1&amp;nbsp;(recommended):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Replace the&amp;nbsp;attached&amp;nbsp;driver package&amp;nbsp;with a new one.&amp;nbsp;Before re-attaching, remove any unreferenced files from the&amp;nbsp;driver&amp;nbsp;package.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Option 2:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Create a new original submission. Modify the .inf to reference all the attached files. Re-test the driver and attach the modified driver package.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Option 3:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN data-contrast="auto"&gt;&lt;U&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;Keep the driver package attached, even with&amp;nbsp;the unreferenced&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;files. If submitting to HDC, please see this &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/hardware-dev-center/attention-hdc-is-changing-the-policy-on-signing-unreferenced-files-in-driver-pac/4495518" data-lia-auto-title=" documentation " data-lia-auto-title-active="0" target="_blank"&gt;documentation &lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;for&amp;nbsp;any&amp;nbsp;policy updates&amp;nbsp;regarding&amp;nbsp;submission with unreferenced files.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Tips&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;new unreferenced file check supports&amp;nbsp;most&amp;nbsp;compressed files.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If a file is compressed and&amp;nbsp;its extension&amp;nbsp;ends in “_”,&amp;nbsp;the&amp;nbsp;new&amp;nbsp;warning will not appear&amp;nbsp;so long as the&amp;nbsp;decompressed&amp;nbsp;version of the&amp;nbsp;file is properly referenced&amp;nbsp;by&amp;nbsp;the .inf.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If a .cab is&amp;nbsp;included as a source location in&amp;nbsp;the .inf’s&amp;nbsp;[SourceDisksNames]&amp;nbsp;section,&amp;nbsp;HLK will&amp;nbsp;examine&amp;nbsp;the .cab’s&amp;nbsp;contents&amp;nbsp;during the unreferenced file check.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If a .cab is referenced as a driver file in the .inf, it will be treated as such&amp;nbsp;during the&amp;nbsp;unreferenced file check, and&amp;nbsp;the .cab’s&amp;nbsp;contents will not be examined.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;What is not supported:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Attaching&amp;nbsp;compressed&amp;nbsp;.cat files.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Attaching double-compressed&amp;nbsp;files (e.g.&amp;nbsp;A user compresses a file&amp;nbsp;individually, and&amp;nbsp;then packs the already-compressed file into a cab. Or a user compresses files into a .cab, and&amp;nbsp;then compresses the .cab a second&amp;nbsp;time&amp;nbsp;so it now ends with an underscore).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Troubleshooting&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Issue:&amp;nbsp;“Failed to analyze driver package for unreferenced files”&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This means that the&amp;nbsp;HLK&amp;nbsp;was not able to&amp;nbsp;successfully finish the unreferenced file&amp;nbsp;check. It does not&amp;nbsp;indicate&amp;nbsp;whether&amp;nbsp;the&amp;nbsp;attached files were referenced or not.&amp;nbsp;Confirm there are no&amp;nbsp;files missing from the attached driver package&amp;nbsp;(i.e.&amp;nbsp;the&amp;nbsp;.inf&amp;nbsp;referenced a file, but the file&amp;nbsp;wasn’t&amp;nbsp;attached).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Issue:&amp;nbsp;A file is being identified as unreferenced, but the .inf&amp;nbsp;includes the file.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;It could be that the file is included in the .inf, but the&amp;nbsp;.inf&amp;nbsp;section that&amp;nbsp;it’s&amp;nbsp;in is not referenced properly.&amp;nbsp;Run&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/infverif" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;infverif&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;to&amp;nbsp;identify&amp;nbsp;any unreferenced sections.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Also, check whether the file&amp;nbsp;should&amp;nbsp;(or should not)&amp;nbsp;be&amp;nbsp;placed&amp;nbsp;under a subdirectory.&amp;nbsp;The relative path of each driver file in the attached package must exactly mirror what is specified in the .inf file.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Issue: An .inf is being identified as an unreferenced file.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Confirm&amp;nbsp;that&amp;nbsp;the .inf&amp;nbsp;is&amp;nbsp;placed at the top root of the driver package&amp;nbsp;(not in a subdirectory).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Issue: How do I check whether a file is&amp;nbsp;signed?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:0,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Please see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/code-signing-validate" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;How to validate the Microsoft signature - Windows drivers | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Related Links&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/user/add-driver-and-supplemental-content-to-your-package" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Add driver and supplemental content to your package | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteradddriver-method-overload" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;PackageWriter.AddDriver Method | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriteraddreplacementdriver-method-overload" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;PackageWriter.AddReplacementDriver Method | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/developer/creating-a-package" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Creating a Package | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;For&amp;nbsp;additional&amp;nbsp;questions/assistance, please reach out to Microsoft support team by creating a support ticket here -&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/user/windows-hlk-support" target="_blank"&gt;Windows HLK Support&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 20:44:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hardware-lab-kit-api-updates-and-new-unreferenced-file-check-in/ba-p/4495750</guid>
      <dc:creator>Cymoki</dc:creator>
      <dc:date>2026-02-18T20:44:54Z</dc:date>
    </item>
    <item>
      <title>Updates to HLK Waiver Management - Coming Soon</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/updates-to-hlk-waiver-management-coming-soon/ba-p/4495712</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HLK Team is making some updates to how waivers are tracked internally. This will not have any effect on the submission process at a high-level; filters will be published/downloaded in the same way, filters will get applied in the HLK the same way, and manual waivers will be applied to submissions in the same way. However, the IDs of all manual waivers will be updated because of the switch (IDs for waivers with automatic filters will remain the same).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are aware that many of you keep track of waiver numbers internally so that you can track status/expiration and report to Microsoft if there are issues. So, if you have a list of waiver numbers that you track, please check the linked &lt;A href="https://aka.ms/ConvertedID" target="_blank" rel="noopener"&gt;conversion table&lt;/A&gt; to prepare for the updated IDs for manual submissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make the transition easier, there will be a &lt;STRONG&gt;grace period of 4 months after the effective date&lt;/STRONG&gt; where submissions with manual waivers that still use the old IDs will still be accepted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What Changes:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDs for manual waivers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What Doesn’t Change:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How filters are downloaded&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How filters get applied to HLK projects&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How manual waivers get applied to submissions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Effective Date:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This change will go into effect in mid-March.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action Required:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/ConvertedID" target="_blank" rel="noopener"&gt;Download the linked waiver ID conversion table&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Effective &lt;STRONG&gt;July 15, 2026&lt;/STRONG&gt; (after the grace period), submissions that reference legacy manual waiver IDs will be rejected. Partners should update the submission README to reference the new manuals waiver IDs during the transition period.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Questions?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have any questions now or have issues with waivers after the effective date, please reach out to HLK support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 18:02:48 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/updates-to-hlk-waiver-management-coming-soon/ba-p/4495712</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2026-02-18T18:02:48Z</dc:date>
    </item>
    <item>
      <title>HLK February Refresh Release for Windows 11 Version 25H2 and Windows Server 2025</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-february-refresh-release-for-windows-11-version-25h2-and/ba-p/4495505</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft is pleased to announce that a refreshed HLK for Windows 11, version 25H2 and Windows Server 2025 is available starting February 17, 2026.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;See below for detailed information on what’s new with this HLK refreshed version. The refreshed version of the HLK will replace the RTM version that is available on the&amp;nbsp;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/" target="_blank" rel="noopener"&gt;HLK Download site&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;. The VHLK version will be available in a week. Partners can&amp;nbsp;submit&amp;nbsp;to WHCP using either the RTM version of the HLK for Windows 11, version 25H2 and Windows Server 2025 or the refreshed HLK so long as passing results can be obtained (waivers acceptable).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;What's&amp;nbsp;new with this refresh?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We’ve&amp;nbsp;introduced a small update to the HLK ARM64 Client setup experience by defaulting the emulation test setting to x86. This change aligns ARM64 client testing more closely with the existing AMD64 workflow, allowing partners to use a single, unified playlist for ARM64 testing, including both full and emulation scenarios. By reducing the need to manage multiple architecture&amp;nbsp;specific playlists,&amp;nbsp;we’re&amp;nbsp;making it faster and easier for partners to stand up an ARM64 emulation test environment, minimize playlist configuration overhead, and focus on validating driver quality.  In the&amp;nbsp;February&amp;nbsp;refresh, partners&amp;nbsp;can point to x86 as default emulation during automated script&amp;nbsp;setup and&amp;nbsp;enjoy the benefit of the single playlist deployment; in the&amp;nbsp;following&amp;nbsp;quarterly refresh, the default UI change will be available as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In addition, the refreshed kit includes&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;a new check&amp;nbsp;for unreferenced files.&amp;nbsp;If the attached driver package includes one or more files that were not referenced by an .inf,&amp;nbsp;a new&amp;nbsp;warning will&amp;nbsp;display&amp;nbsp;at the end of&amp;nbsp;packaging.&amp;nbsp;The&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/api/packagewriter-class" target="_blank" rel="noopener"&gt;PackageWriter&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;class in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;Microsoft.Windows.Kits.Hardware.ObjectModel.Submission&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt; namespace&amp;nbsp;has been updated&amp;nbsp;to provide access to this&amp;nbsp;new information&amp;nbsp;from the HLK API.&amp;nbsp;Please see &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/hardware-dev-center/attention-hdc-is-changing-the-policy-on-signing-unreferenced-files-in-driver-pac/4495518" data-lia-auto-title="Attention: HDC is changing the policy on signing unreferenced files in driver packages | Microsoft Community Hub" data-lia-auto-title-active="0" target="_blank"&gt;Attention: HDC is changing the policy on signing unreferenced files in driver packages | Microsoft Community Hub&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;for details.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;25H2&amp;nbsp;Playlist updates: &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The following tables describe the playlist changes included with this refresh.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Removed tests:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;GUID&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;TestName&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;7bcca3c4-3853-4f22-8eb2-effa2feeba57&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bluetooth - LE Audio VSAP (Broadcast) - [Render] Default, 32_1, 1&amp;nbsp;channel&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;4a3813a2-b24c-4784-b932-f2aa1e559747&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bluetooth - LE Audio VSAP (Broadcast) - [Render] Default, 32_1, 1&amp;nbsp;channel&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;25a4e032-246f-491d-b246-5be7dd8abb3e&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bluetooth - LE Audio VSAP (Broadcast) - [Render] Default, 32_2, 1&amp;nbsp;channel&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;4981e0a5-3583-4c49-896f-8342c70d75dc&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bluetooth - LE Audio VSAP (Broadcast) - [Render] Default, 32_2, 2 channels&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;b88a8d7b-4e43-41c2-b8e6-e6cb63a1f431&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;DXGI - Hybrid WDDM 3.0&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;f4f5a8a2-91fe-4508-a75c-24fe46c2b1f3&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Display capture tests - Display Mode Change Performance&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;b80af82b-6d0b-4ac5-b649-4c02c1242570&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;DisplayMux&amp;nbsp;Acpi&amp;nbsp;block test&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;d0aaac5c-7c4c-488c-8352-14c49bc2ac67&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;NDISTest&amp;nbsp;6.0 - [1 Machine] - 1c_NdisRequestCov&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;5d6ac688-70fd-4163-8313-ffa2922b2afd&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;NDISTest&amp;nbsp;6.0 - [1 Machine] - 1c_WMICoverage&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;5f53cf62-a767-4469-92e6-1bca087193fd&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;NDISTest&amp;nbsp;6.0 - [2 Machine] - 2c_Priority&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;16084044-7baf-48ca-abe8-ae68062bebef&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatPublishWriteTag&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;d7e5b99f-d655-484c-a4ed-6467976d7813&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatTagReading&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;0cc234e0-9513-48fd-8b5d-1ef9ce168941&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatTagReadingLonghaul&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 50.00%" /&gt;&lt;col style="width: 50.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Added&amp;nbsp;tests:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;GUID&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;TestName&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Additional Information&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;9d59f9d8-ca18-42db-8bc7-a50bf071af00&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Driver Attribute Test&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This test is being added to the playlist. It reports the version of the WDK used to&amp;nbsp;build the&amp;nbsp;driver&amp;nbsp;package. This test does not currently cause any failures as it is reporting only.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;9f351400-f4fa-42b1-8c53-7affb526ee78&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;GRFX Adapter - Unreleased Features Block&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Our new GRFX Adapter Unreleased Features Block Test will prevent graphics drivers from showing full support for unreleased features.&amp;nbsp;Once a feature has been released, we will check that the system passes the corresponding HLK tests associated with the feature and&amp;nbsp;remove&amp;nbsp;it from the unreleased feature list.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;d3d5e718-9313-4de6-9b38-41facdfd6314&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Wlan&amp;nbsp;Test - Connect to an enterprise network using&amp;nbsp;MLO&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Adding&amp;nbsp;missing&amp;nbsp;test&amp;nbsp;that&amp;nbsp;supports&amp;nbsp;existing WHCP requirements.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;26H1&amp;nbsp;Playlist&amp;nbsp;(only)&amp;nbsp;updates, no new HLK Kit: &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Removed tests:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 86.2963%; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;GUID&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Test Name&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;b88a8d7b-4e43-41c2-b8e6-e6cb63a1f431&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;DXGI - Hybrid WDDM 3.0&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;16084044-7baf-48ca-abe8-ae68062bebef&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatPublishWriteTag&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;d7e5b99f-d655-484c-a4ed-6467976d7813&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatTagReading&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;0cc234e0-9513-48fd-8b5d-1ef9ce168941&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RepeatTagReadingLonghaul&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-teams="true"&gt;067dba2c-6ee8-48a8-bb23-11182608f64c&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM + PIN + USB and Recovery Password Tests&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;ce9e5b64-8903-4025-bccf-a99d65663cf8&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM and Recovery Password Tests for NONAOAC devices with Legacy PCRs&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;5aac52da-a57c-4a12-aaac-de878a62bb08&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker&amp;nbsp;Tpm&amp;nbsp;And Recovery Password tests for AOAC devices with&amp;nbsp;PCR[7]&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;8a4641a2-4fc6-4447-9d94-fdf402ca263c&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker&amp;nbsp;Tpm&amp;nbsp;And Recovery Password tests for AOAC devices with Legacy PCR's&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;8c7a62bb-7f02-4a16-b37d-711cc9026e17&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM and Recovery Password Tests for NONAOAC devices with&amp;nbsp;PCR[7]&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 50.00%" /&gt;&lt;col style="width: 50.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Added tests:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;GUID&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Test Name&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Additional Information&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;d3d5e718-9313-4de6-9b38-41facdfd6314&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Wlan&amp;nbsp;Test - Connect to an enterprise network using MLO&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Adding missing&amp;nbsp;test&amp;nbsp;that&amp;nbsp;supports&amp;nbsp;existing WHCP requirements.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-teams="true"&gt;067dba2c-6ee8-48a8-bb23-11182608f64c&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM + PIN + USB and Recovery Password Tests&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Replacing&amp;nbsp;existing&amp;nbsp;BitLocker&amp;nbsp;Tpm+PIN+ USB and Recovery Password tests.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;721864b7-a33e-4831-bfb3-7e04e67a6f87&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker Device Encryption Test&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;New&amp;nbsp;HLK&amp;nbsp;test,&amp;nbsp;doesn't&amp;nbsp;raise WHCP bar as we use software APIs to&amp;nbsp;determine&amp;nbsp;hardware capability for DE.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;ba380fe0-7d56-432e-b504-56b73201d08a&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM and Recovery Password Tests for AOAC devices&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Replacing BitLocker&amp;nbsp;Tpm&amp;nbsp;and Recovery password tests for AOAC devices with&amp;nbsp;PCR[7] &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;and &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; BitLocker&amp;nbsp;Tpm&amp;nbsp;and Recovery password tests for NONAOAC devices with Legacy PCRS.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;008d97d3-1535-4abe-b0c4-9663e5e12b1f&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM and Recovery Password Tests for NONAOAC devices with Legacy PCRs&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Replacing BitLocker&amp;nbsp;Tpm&amp;nbsp;and Recovery password tests for NONAOAC devices with Legacy PCRS.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;e922e6ac-a3ca-4e7f-a4c6-4b3ce685ec4f&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;BitLocker TPM and Recovery Password Tests for NONAOAC devices with&amp;nbsp;PCR[7]&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Replacing  BitLocker&amp;nbsp;Tpm&amp;nbsp;and Recovery password tests for NONAOAC devices with&amp;nbsp;PCR[7].&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Troubleshooting and Known Issues:&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Issue: "Failed to open package. Could not open package: (hlkx&amp;nbsp;filename)" when opening HLKX generated from this release on separate system.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Submission packages from this release are generated in a new&amp;nbsp;schema&amp;nbsp;and a newer version of the HLK Studio&amp;nbsp;is required to&amp;nbsp;open it.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Solution: Install/Update to a newer of HLK or HLK Studio&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Existing HLK Controller installations may be kept as is and do not need to be reinstalled as it is not supported to update just the HLK Studio on an existing HLK Controller instance. An HLK Studio only instance from the latest HLK may be installed on a separate system to open these&amp;nbsp;HLKXes.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun" data-ccp-charstyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;ac0262f4-8a9e-5820-b908-2d943c5f7113|1&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[201342446,&amp;quot;1&amp;quot;,201342447,&amp;quot;5&amp;quot;,201342448,&amp;quot;1&amp;quot;,201342449,&amp;quot;1&amp;quot;,469777841,&amp;quot;Aptos&amp;quot;,469777842,&amp;quot;&amp;quot;,469777843,&amp;quot;Aptos&amp;quot;,469777844,&amp;quot;Aptos&amp;quot;,201341986,&amp;quot;1&amp;quot;,469769226,&amp;quot;Aptos&amp;quot;,268442635,&amp;quot;24&amp;quot;,469775450,&amp;quot;normaltextrun&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;normaltextrun&amp;quot;,335572020,&amp;quot;1&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;Issue:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Wi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;F&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;i&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;tests regressed due to removal of TestNetv2.0&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;dependencies&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;The TestNetv2.0 was removed from the HLK test infrastructure, causing some Wi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;-F&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;f&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;i tests to regress due to not being able to invoke “testnetv2.0/ccrun.exe”. The list of affected tests&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;can be found below&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Basic Discovery Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Basic Pairing Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Basic Reconnect Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Legacy Pairing Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Service Discovery Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Wi-Fi Direct Service Pairing and Reconnect Tests – Functional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;This issue will be fixed on a future refresh of the 2&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;5&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;H2 Hardware Lab Kit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Frequently Asked Questions&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;What HLK version is being refreshed?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-hardware-certification/windows-hardware-compatibility-program---guidance-for-windows-11-version-25h2-re/4456319" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;25H2 RTM HLK&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is being refreshed, this HLK helps support certifying drivers for Windows 11, version 25H2 and Windows Server 2025.&amp;nbsp;For the following FAQ’s, the&amp;nbsp;25H2 RTM&amp;nbsp;release will be referenced to as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;“&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;RTM HLK&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;”&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and the upcoming release in&amp;nbsp;February 2026&amp;nbsp;will be referenced as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;“&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;refresh HLK.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;”&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;How can I tell what version of the HLK I have?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The distinction between RTM HLK and&amp;nbsp;refreshed HLK will be in the last digits of the HLK studio version, 10.1.26100.X&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The RTM HLK Studio version is&amp;nbsp;10.1.26100.1&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;refresh HLK Studio version is 10.1.26100.X&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN data-contrast="auto"&gt;The HLK Studio version information can be located by clicking ‘About’ in the upper right corner of studio.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;How do I install the&amp;nbsp;refreshed version of the HLK?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI style="list-style-type: none;"&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;To install the refreshed version of the HLK, visit the HLK download page: &lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit | Microsoft Learn&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Download the&amp;nbsp;refreshed HLK&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Run HLKSetup.exe&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;U&gt;&lt;SPAN data-contrast="auto"&gt;Notes&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="list-style-type: none;"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Ensure your current HLK projects are finished before&amp;nbsp;attempting&amp;nbsp;to use the same system for the HLK&amp;nbsp;refresh.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The&amp;nbsp;refreshed HLK cannot be installed on a system that already has the RTM&amp;nbsp;HLK,&amp;nbsp;this goes for both Controller and Client&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;. It is highly recommended to start with a clean install of the OS for both.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;How should I address a test that was passing on the RTM HLK but now failing on the refreshed HLK?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Triage&amp;nbsp;the failure&amp;nbsp;first. There&amp;nbsp;have been cases where a test issue is fixed, and the failure is still present,&amp;nbsp;but&amp;nbsp;it is&amp;nbsp;due to a driver issue that has the same failure message&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Next,&amp;nbsp;open a CSS case. Click the following link for more information on opening a CSS case: &lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/technical-support" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Going forward, will Microsoft&amp;nbsp;be updating&amp;nbsp;the HLK regularly?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Yes, Microsoft is transitioning into this servicing model for the HLK, which&amp;nbsp;maintains&amp;nbsp;overall test quality and reduces dependency on errata.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;How often are the HLK refresh releases expected?&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;​&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Our current plan is to evaluate releasing a refreshed HLK each quarter. &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;​&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Does this update apply to client and server?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Yes&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Can results from an RTM test run and a Refreshed test run be merged and used for submission?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;No, submission&amp;nbsp;should&amp;nbsp;be completed with either the RTM or&amp;nbsp;refreshed HLK.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Will the refreshed HLK continue to support merged packages for multiple-OS submissions?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Yes&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Is the VHLK also going to be updated?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Yes&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:03:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-february-refresh-release-for-windows-11-version-25h2-and/ba-p/4495505</guid>
      <dc:creator>Cymoki</dc:creator>
      <dc:date>2026-02-20T17:03:00Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program - Guidance for Windows 11, version 26H1 Release</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4471074</link>
      <description>&lt;P&gt;Building on the recent&amp;nbsp;&lt;A href="https://blogs.windows.com/windows-insider/2025/11/07/announcing-windows-11-insider-preview-build-28000-canary-channel/" target="_blank" rel="noopener"&gt;WIP Blog post&lt;/A&gt;, we’re releasing WHCP and HLK for Windows 11, version 26H1 to support partners working on engineering efforts.&lt;/P&gt;
&lt;P&gt;This release is focused on enabling new platforms and is &lt;STRONG&gt;not intended for existing or previously released silicon&lt;/STRONG&gt;. For mainstream products, continue using &lt;STRONG&gt;Windows 11 version 25H2&lt;/STRONG&gt; and its HLK to maintain compatibility with the current Windows 11 release.&lt;/P&gt;
&lt;P&gt;There’s no expectation for most devices or components to certify on both 25H2 and 26H1.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Submission Pre-requisites&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you’re submitting for 26H1, please ensure:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;OS Version:&lt;/STRONG&gt; Windows 11, version 26H1 (Build 28000)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;HLK Version:&lt;/STRONG&gt; Windows 11, version 26H1 (Build 28000), and using the matching 26H1 Playlist&lt;/LI&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;Downloads:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; HLK - &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp;&amp;nbsp; Playlists - &lt;EM&gt;&lt;A href="https://aka.ms/HLKPlaylist" target="_blank" rel="noopener"&gt;https://aka.ms/HLKPlaylist&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 795px; height: 145px; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr style="height: 39px;"&gt;&lt;td style="height: 39px; border-width: 1px;"&gt;
&lt;P&gt;Target Architecture&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 39px; border-width: 1px;"&gt;
&lt;P&gt;Required Playlist(s)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 67px;"&gt;&lt;td style="height: 67px; border-width: 1px;"&gt;
&lt;P&gt;ARM64&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67px; border-width: 1px;"&gt;
&lt;P&gt;HLK Version 26H1 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 26H1 CompatPlaylist ARM64_x86_on_ARM64.xml&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 39px;"&gt;&lt;td style="height: 39px; border-width: 1px;"&gt;
&lt;P&gt;X64&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 39px; border-width: 1px;"&gt;
&lt;P&gt;HLK Version 26H1 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;System-Level Submissions: &lt;STRONG&gt;Must use 26H1 certified/signed drivers&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;This alignment ensures consistency across WHCP and HLK for silicon enablement and validation.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;To avoid submission rejection, all required playlists and tests must be fully executed. For devices with ARM64 processors, HLK must run on each required playlist listed above, and the resulting logs should be included for submission.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Please refer to the HLK &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/getstarted/windows-hlk-getting-started" target="_blank" rel="noopener"&gt;Getting Started Guide&lt;/A&gt; for details on HLK client setup and playlist use.&lt;/P&gt;
&lt;H2&gt;Partner Dev Center Opening Date&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;Starting from &lt;STRONG&gt;11/18/2025&lt;/STRONG&gt;, Partner Dev Center will accept submissions for Windows 11, version 26H1 packages that meet the pre-requisites mentioned above.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;FAQ&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Will there be a 90-day transition period for system-level submission?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A: No – Since this release emphasizes new platform support, all components and drivers are expected to qualify under the same release. Therefore, the traditional 90-day transition period does not apply. In other words, system-level submissions for 26H1 must preinstall with drivers that are certified and signed for 26H1.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Can a pre-released version of OS and/or HLK be used for submission?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A: No – To ensure full compatibility, HLK logs generated from the final release of both the OS and HLK are required for 26H1 submissions.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 22:55:15 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4471074</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-11-18T22:55:15Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program - Windows 10 Certification Deprecation Plan</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-windows-10-certification/ba-p/4457374</link>
      <description>&lt;P&gt;As part of our ongoing commitment to transparency and ecosystem readiness, we are sharing the Windows Hardware Compatibility Program (WHCP) and Hardware Lab Kit (HLK) end-of-support plan for Windows 10, in alignment with its upcoming &lt;A href="https://learn.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro" target="_blank" rel="noopener"&gt;end-of-support (EOS) milestone on October 14, 2025&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Key Updates&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;WHCP Windows 10 Certification Deprecation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;WHCP will begin deprecating the certification process for Windows 10 following its official end-of-support date on October 14, 2025. Windows 10 LTSC 2021 release (22H2) and HLK 22H2, which will remain supported through the &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmicrosoft.com%2Fwindows%2Fextended-security-updates&amp;amp;data=05%7C02%7Candywen%40microsoft.com%7C21ac7685c5f74ec857eb08ddfab17725%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638942362334474756%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=gjIvgoZmo1pusTUt%2BnjMnLP0n9rK1S7LNk6NrTf5xQ0%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Extended Security Updates (ESU) program&lt;/A&gt; in 2026.&lt;/P&gt;
&lt;P&gt;For Windows Server certification, HLK versions 1809 and 22H2 will continue to be used for Windows Server LTSC releases until their respective EOS dates described under Server Policy. &lt;A href="https://aka.ms/WHCP" target="_blank" rel="noopener"&gt;https://aka.ms/WHCP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How this deprecation affects you&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Hardware Dev Center&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp; HDC will continue to accept HLK packages for all Windows 10 versions. We will announce timelines for when HDC will stop accepting packages built on unsupported HLK and Windows 10 versions. Further announcements on the timeline will be shared on our blog.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp; Partners are strongly encouraged to transition to supported HLK versions to avoid disruptions in certification workflows.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;HLK &amp;amp; Windows 10 Supports&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp; Effective October 14, 2025, Microsoft will end support for all unsupported Windows 10 versions and their corresponding HLK releases, except for the versions supported through Extended Security Updates (ESU) and Windows Server LTSC programs. After this date, Microsoft Premier Support will no longer accept HLK cases for unsupported versions.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;o&amp;nbsp;&amp;nbsp; As of October 14, 2025, downloads for unsupported HLK releases will be removed from &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows-hardware/test/hlk/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This deprecation plan is designed to provide clarity and predictability as we collectively transition toward modern platforms. For additional context on the Windows 10 ESU program and lifecycle, please refer to the public announcement: &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/when-to-use-windows-10-extended-security-updates/4102628" target="_blank" rel="noopener"&gt;https://techcommunity.microsoft.com/blog/windows-itpro-blog/when-to-use-windows-10-extended-security-updates/4102628&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.windows.com/windowsexperience/2025/06/24/stay-secure-with-windows-11-copilot-pcs-and-windows-365-before-support-ends-for-windows-10/" target="_blank" rel="noopener"&gt;Stay secure with Windows 11, Copilot+ PCs and Windows 365 before support ends for Windows 10 | Windows Experience Blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your continued partnership and look forward to supporting your success through this transition.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 19:14:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-windows-10-certification/ba-p/4457374</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-10-07T19:14:52Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program - Guidance for Windows 11, version 25H2 Release</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4456319</link>
      <description>&lt;P&gt;To support the Windows 11, version 25H2 release, the Windows Hardware Compatibility Program is set to accept submission for the release. However, any submission package must meet the pre-requisites to help ensure compatibility between OS and HLK.&lt;/P&gt;
&lt;P&gt;Windows Hardware Compatibility Requirements – Windows 11, version 25H2&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/whcp" target="_blank" rel="noopener"&gt;https://aka.ms/whcp&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Submission Pre-requisites&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;OS and HLK minimum acceptable build&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;o&amp;nbsp;&amp;nbsp; Windows 11, version 25H2 (Build &lt;EM&gt;26200.6584)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;o&amp;nbsp;&amp;nbsp; HLK Kit version will display as &lt;SPAN class="lia-text-color-8"&gt;26100&lt;/SPAN&gt;.6584&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Playlist and Kits –
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A class="lia-external-url" href="https://aka.ms/HLKPlaylist" target="_blank" rel="noopener"&gt;https://aka.ms/HLKPlaylist&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2335804" target="_blank" rel="noopener"&gt;https://go.microsoft.com/fwlink/?linkid=2335804&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The table below illustrates the required playlists for testing each processor architecture:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 607px; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;Target Architecture&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;Required Playlist(s)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;ARM64&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;HLK Version 25H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 25H2 CompatPlaylist ARM64_x86_on_ARM64.xml&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;X64&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 1px;"&gt;
&lt;P&gt;HLK Version 25H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the HLK &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/getstarted/windows-hlk-getting-started" target="_blank" rel="noopener"&gt;Getting Started Guide&lt;/A&gt; for details on HLK client setup and playlist use.&lt;/P&gt;
&lt;P&gt;Deferment of Partner Dev Center SBOM Validation&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The WHCP SBOM requirement (Device.DevFund.Security.SoftwareBillofMaterials) is deferred and will be enforced by Hardware Dev Center for CRA compliance beginning in H2 of 2026. However, Microsoft recommends all driver submissions to include SBOMs. Additional guidance for Device.DevFund.Security.SoftwareBillofMaterials will be provided in advance to H2 2026.&lt;/LI&gt;
&lt;LI&gt;Partners will be given notice as soon as there is a set enforcement date during a future release, along with guidance on how to meet any new requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;WHCP continues to support a secure supply chain throughout our signing process. That said, the EO on Cyber Security is a call to action from the U.S. Government, so we continue to encourage that our partners seek to enable a secure supply chain as stated in the NIST guidance.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;90-day N-1 Driver Transition Period for System-level submissions&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To qualify for Windows 11, version 25H2 system-level qualification with Windows 11, 24H2 qualified drivers, the standard 90-day transition period can be applied through &lt;STRONG&gt;01/09/2026&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Errata 225900 is available to filter the “System Logo Check” failure when testing Windows 11, version 25H2 system with Windows 11, version 24H2 qualified drivers. To apply, please download and apply the &lt;A href="https://aka.ms/hlkfilters" target="_blank" rel="noopener"&gt;latest Errata Filter Package&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 03 Oct 2025 21:14:45 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4456319</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-10-03T21:14:45Z</dc:date>
    </item>
    <item>
      <title>HLK July Refresh Release for Windows 11 Version 24H2 and Windows Server 2025</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-july-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4431262</link>
      <description>&lt;P&gt;Microsoft is pleased to announce that a refreshed HLK for Windows 11, version 24H2 and Windows Server 2025 is available starting July 8, 2025.&lt;/P&gt;
&lt;P&gt;This release of the HLK contains only infrastructure changes. See below for detailed information on what’s new with this HLK refreshed version. The refreshed version of the HLK will replace the RTM version that is available on the&amp;nbsp;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/" target="_blank"&gt;HLK download site&lt;/A&gt;. The VHLK version will be available in a week.&amp;nbsp;Partners can submit to WHCP using either the RTM version of the HLK for Windows 11, version 24H2 and Windows Server 2025 or the refreshed HLK so long as passing results can be obtained (waivers acceptable).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What's new&amp;nbsp;with this refresh&lt;/STRONG&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Upcoming HLKX Packager changes&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This HLK refresh will increment the HLKX packager version to a newer version, the data format will not be readable by previous versions of the HLK Studio. Opening an HLKX saved from this version will fail with the message text "Failed to open package. Could not open package: (hlkx filename)" when opened from previous releases of the HLK Studio and will require installation of this version or newer to read it.&amp;nbsp; HLK Studio in this refresh will continue to be backwards compatible and will be able to read, merge, and add drivers to submission packages that were saved from current and previous releases of the HLK.&lt;/P&gt;
&lt;P&gt;Note that the HLK Installer supports installation of the HLK Studio components only to read and write HLKXes if HLK Controller functionality is not needed.&lt;/P&gt;
&lt;P&gt;The submission portal will continue to accept HLKXes from older versions of the HLK, but any HLKX submitted after the switchover will return Driver Update Acceptable (DUA) HLKX shells in the new format when requested, while HLKXes submitted prior to the switchover will continue to be in the previous format. Without the refreshed HLK, the update will not be able to read and process DUA HLKX shells in the new format.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action Required:&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Note that HLKX files created in this release of the HLK will be generated in an updated format version.&amp;nbsp; The user should be aware of scenarios which will and will not require an update to this version of the HLK or HLK Studio.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HLKXes generated from this release will be readable by this and future versions of the HLK Studio.&lt;/LI&gt;
&lt;LI&gt;HLK Studio from previous releases of the HLK will not be able to read the data format of the upcoming version.&lt;/LI&gt;
&lt;LI&gt;This release of the HLK is backwards compatible and will also be able to read HLKXes and HCKXes from current and past versions of the HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Troubleshooting and Known Issues:&lt;/U&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt; &lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue: "Failed to open package. Could not open package: (hlkx filename)" when opening HLKX generated from this release on separate system.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Submission packages from this release are generated in a new schema and a newer version of the HLK Studio is required to open it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution: Install/Update to a newer of HLK or HLK Studio&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Existing HLK Controller installations may be kept as is and do not need to be reinstalled as it is not supported to update just the HLK Studio on an existing HLK Controller instance. An HLK Studio only instance from the latest HLK may be installed on a separate system to open these HLKXes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue: "Failed to open package. Could not open package: (hlkx filename)" when opening DUA shell downloaded from submission portal.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After the portal switches over to processing submissions in the new format, DUA shells for submission packages submitted to the portal after the switchover will return them in the new format.&amp;nbsp; These DUA shells will not be readable without an HLK Studio installation that does not have the updated changes and will return the error "Failed to open package. Could not open package: (hlkx filename)"&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution: HLK/HLK Studio instance should be updated to newer version.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Existing HLK Controller installations may be kept as is and do not need to be reinstalled as it is not supported to update just the HLK Studio on an existing HLK Controller instance. An HLK Studio only instance from the latest HLK may be installed on a separate system to open these HLKXes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue: Reinstall of HLK Controller fails with “Install did not complete successfully: An error occurred installing ‘Windows Hardware Lab Kit Infrastructure’”&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This issue is caused by a missing check in the HLK installer to detect whether a newly supported version of SQL is already installed. &amp;nbsp;When this occurs, the HLK SQL installer fails due to an existing instance with the same instance name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After uninstalling the Hardware Lab Kit on the HLK Controller system:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Right-click on the “Start” button on the Windows taskbar and select the “Settings” menu option to launch the Windows Settings app.&lt;/LI&gt;
&lt;LI&gt;From the Windows Settings app, select the “Apps” option, then select “Installed Apps”&lt;/LI&gt;
&lt;LI&gt;Look for the item “Microsoft SQL Server 2022 (64-bit)” and uninstall it.&lt;/LI&gt;
&lt;LI&gt;Attempt to install the Hardware Lab Kit again and confirm that it completes without errors.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This issue will be fixed on a future refresh of the 24H2 Hardware Lab Kit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue: HLK Studio may throw InvalidOperationException when selecting targets&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enabling the Distributed Target Selection feature in HLK Studio may cause HLK Studio to crash with the error: “System.InvalidOperationException: A TwoWay or OneWayToSource binding cannot work on the read-only property 'RedistributeTests.'”&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this issue occurs in HLK Studio, disable the Distributed Target Selection feature.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;From HLK Studio, select the “Configuration” menu option.&lt;/LI&gt;
&lt;LI&gt;Select the “Options” item on the left side of the user interface&lt;/LI&gt;
&lt;LI&gt;Under the “Distributed Testing” group box, look for the “Show Distributed Target Selection dialog when multiple matching targets are found” checkbox and uncheck it.&lt;/LI&gt;
&lt;LI&gt;Confirm that the InvalidOperationException is no longer thrown when selecting targets in HLK Studio.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This issue will be fixed on a future refresh of the 24H2 Hardware Lab Kit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue: Wifi tests regressed due to removal of TestNetv2.0 dependencies&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The TestNetv2.0 was removed from the HLK test infrastructure, causing some Wifi tests to regress due to not being able to invoke “testnetv2.0/ccrun.exe”. The list of affected tests is:&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Basic Discovery Tests – Functional&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Basic Pairing Tests – Functional&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Basic Reconnect Tests – Functional&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Legacy Pairing Tests – Functional&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Service Discovery Tests – Functional&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wi-Fi Direct Service Pairing and Reconnect Tests – Functional&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue will be fixed on a future refresh of the 24H2 Hardware Lab Kit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Frequently Asked Questions&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What HLK version is being refreshed?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/hlk-feb-refresh-release-for-windows-11-version-24h2-and-windows-server-2025/4382661" target="_blank"&gt;May refresh HLK&lt;/A&gt; is being refreshed, this HLK helps support certifying drivers for Windows 11, version 24H2 and Windows Server 2025. For the following FAQ’s, the May 2024 release will be referenced to as &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/windows-hardware-compatibility-program---guidance-for-windows-11-version-24h2-re/4147968" target="_blank"&gt;RTM HLK&lt;/A&gt; and the upcoming release in July 2025 will be referenced as refresh HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell what version of the HLK I have?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The distinction between RTM HLK and refreshed HLK will be in the last digits of the HLK studio version, 10.1.26100.X&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The RTM HLK Studio version is 10.1.26100.1&lt;/LI&gt;
&lt;LI&gt;The refresh HLK Studio version is 10.1.26100.X&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;The HLK Studio version information can be located by clicking ‘About’ in the upper right corner of studio&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How do I install the refreshed version of the HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Visit the HLK download page:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118377837%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=ZypFAdxfMaec1nq9Hoo00njT1r7L76T96aPKrghcn4Y%3D&amp;amp;reserved=0" target="_blank"&gt;Windows Hardware Lab Kit | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Download the refreshed HLK&lt;/LI&gt;
&lt;LI&gt;Run HLKSetup.exe&lt;/LI&gt;
&lt;/OL&gt;
&lt;/UL&gt;
&lt;P&gt;Notes&lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure your current HLK projects are finished before attempting to use the same system for the HLK refresh.&lt;/LI&gt;
&lt;LI&gt;The refreshed HLK cannot be installed on a system that already has the RTM HLK, this goes for both Controller and Client&lt;STRONG&gt;&lt;EM&gt;. It is highly recommended to start with a clean install of the OS for both.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell if the errata I use was fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The list of errata fixed is available below&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use doesn’t appear to be fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;If the errata is not on the fixed list the waiver can be used on both the RTM HLK as well as the refreshed HLK&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use is listed as fixed, but failures are still being seen in the test?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118396453%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=zNyJH8I48OPUWtGE0ZjWjKa%2B71zCyNVwUS3q62qbgOU%3D&amp;amp;reserved=0" target="_blank"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How should I address a test that was passing on the RTM HLK but now failing on the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118413779%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=t2FsW3q%2FnnixpswGXlkc%2BJPSxRYwEuKkiqBubWSNuOE%3D&amp;amp;reserved=0" target="_blank"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Going forward, will Microsoft be updating the HLK regularly?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes, Microsoft is transitioning into this servicing model for the HLK, which maintains overall test quality and reduces dependency on errata.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How often are these refresh releases expected?&lt;/STRONG&gt;​&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Current plan is to evaluate releasing a refreshed HLK each quarter.&amp;nbsp;​&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Does this update apply to client and server?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Can results from an RTM test run and a Refreshed test run be merged and used for submission?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;No, submission should be completed with either the RTM or refreshed HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Will the refreshed HLK continue to support merged packages for multiple-OS submissions?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Is the VHLK also going to be updated?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 20:53:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-july-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4431262</guid>
      <dc:creator>Cymoki</dc:creator>
      <dc:date>2025-07-08T20:53:43Z</dc:date>
    </item>
    <item>
      <title>Action Required: HLK Submission Packager Changes Coming in July</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-hlk-submission-packager-changes-coming-in-july/ba-p/4426496</link>
      <description>&lt;P&gt;The Hardware Lab Kit (HLK) packaging component is important for reading, writing, and packaging test results, as well as submitting drivers to the Hardware Dev Center (HDC) portal for certification and signing.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What’s Changing?&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In July, an upcoming HLK refresh will update the submission packager version and format. Submission packages generated using this HLK refresh will be saved in a new data format and will not be readable by previous versions of HLK Studio.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The updated packaging components can read both current and previous data formats but will always write HLKX files in the new format. Older versions of the HLK Studio will not be able to read submission packages written in the new format.&lt;/LI&gt;
&lt;LI&gt;The above applies to DUA HLKX packages as well.&lt;/LI&gt;
&lt;LI&gt;The HDC portal will synchronize deployment of the new submission package format with the upcoming HLK refresh. .&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Actions Required&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To enable compatibility with the new format:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Watch for a notification and an upcoming HLK release announcement regarding the switch to the new submission package version and format on this blog and on the HDC portal.&lt;/LI&gt;
&lt;LI&gt;Installations of older HLK Controller versions do not require updates for this scenario as submission packages from older versions of the HLK will continue to be accepted by the portal. An HLK Studio only instance can be installed on a separate system for opening and processing a DUA shell package returned after the update,&lt;/LI&gt;
&lt;LI&gt;If the error "Failed to open package. Could not open package: (hlkx filename)" is encountered when opening a submission package in HLK Studio, it is recommended to install a newer version of HLK/HLK Studio. This error message may be indicating that the updated version of HLK Studio is necessary to read the latest submission package format.&lt;/LI&gt;
&lt;LI&gt;Automation and tools utilizing the HLK Object Model may require additional dependencies to be deployed due to updates in these dependencies. These changes will be detailed in the HLK Documentation upon the release of the update.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 24 Jun 2025 21:55:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-hlk-submission-packager-changes-coming-in-july/ba-p/4426496</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-06-24T21:55:10Z</dc:date>
    </item>
    <item>
      <title>HLK May Refresh Release for Windows 11 Version 24H2 and Windows Server 2025</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-may-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4411237</link>
      <description>&lt;P&gt;Microsoft is pleased to announce that a refreshed HLK for Windows 11, version 24H2 and Windows Server 2025 is available starting May 6, 2025.&lt;/P&gt;
&lt;P&gt;This release of the HLK contains test errata fixes, HLK test removals, and HLK test additions. All these changes will help keep the overall test quality high while helping reduce triage time for known test issues. See below for detailed information on what’s new with this HLK refreshed version. The refreshed version of the HLK will replace the RTM version that is available on the&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118330636%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=FF30yq5Dm6x4D5b1urzSLnRloZzGm4uExL4y0jIDArM%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLK download site&lt;/A&gt;. The VHLK version will be available in a week.&amp;nbsp;Partners can submit to WHCP using either the RTM version of the HLK for Windows 11, version 24H2 and Windows Server 2025 or the refreshed HLK so long as passing results can be obtained (waivers acceptable).&lt;/P&gt;
&lt;P&gt;Errata that are fixed in the refreshed version are expected to expire 90 days after the release of the refreshed HLK. As we transition into this servicing model, which maintains overall test quality and reduces dependency on errata, we acknowledge that the refreshed HLK may not address all scenarios. If any errata remain relevant after using the refreshed HLK, please contact CSS for assistance. For more details, please review the Frequently Asked Questions.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What's New&amp;nbsp;with this Refresh?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HLK Errata Fixed &lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="2" style="width: 100%; border-width: 2px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Errata ID&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Title&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;OS Platform&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;125009 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Errata: Bluetooth - Audio - Sink/Source increase music volume with A2DP offload failed with "Assertion failed: initialSinkVolume.VolumeLeft &amp;lt; currentSinkVolume.VolumeLeft" &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;10746 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Errata Waiver: DF - *: Disk Data Plugin reporting MPIO/SCSI Disk doesn't have volume (Server folks to help with Server hardware repro) &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client, Server &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;138640 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Errata - Human Presence Settings UpdateSettings Validation Test Failure after the deprecation of IsAttentionAwareDimmingEnabled &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;167069 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Light Sensor Calibration Test Crash due to Null Reading &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;170261 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Multi person Sensors tests do not need to support distance Test: Data Field Verification &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;181716 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Light Sensor Color Calibration Test Crash due to Null Reading &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;195343 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Errata: Update Settings Validation Test is Failing with AreEqual(settingsAfterUpdate-&amp;gt;WakeOptions-&amp;gt;DisableWhenBatterySaverOn, !settings-&amp;gt;WakeOptions-&amp;gt;DisableWhenBatterySaverOn) - Values (0 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;196092 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Human Presence capable Proximity Sensor Data Field Properties Verification Test &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;200026 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Errata: Update Settings Validation Test is Failing with AreEqual(settingsAfterUpdate-&amp;gt;LockOnLeaveDistanceInMillimeters-&amp;gt;Value, unsigned int{42}) - Values (1200, 42) &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;201650 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Errata: Human Presence capable Proximity Sensor Thresholds Verification Test &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;201651 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Errata: Human Presence capable Proximity Sensor Dynamic Range Tests &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;163077 &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;[OS ERRATUM] Lullaby2's asynchronous test fails on Ge due to policy changes for Modern Standby &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client, Server &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P class="lia-align-center"&gt;&lt;SPAN data-contrast="none"&gt;205750&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-align-center"&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:0,&amp;quot;335551620&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Manual Errata: Bluetooth - HciExtensions OR HciExtensionsV2 OR LEExtendedAdvertising tests fail&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P class="lia-align-center"&gt;&lt;SPAN data-contrast="none"&gt;196263&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HLK Errata: DisplayPolicy OEM::VerifyCommonColorProfileProblems() test failing&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Server&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Playlist updates:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Removed 3 camera tests:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="2" style="border-width: 2px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;STRONG&gt;GUID&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;STRONG&gt;TestName&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;4fc2e6cb-a474-404b-85d9-59b14b7e894e&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Camera Driver System Test - MediaCapture - TestAlternateSecureAndClearMode&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;b4ee9abe-2b7c-4170-8da1-108bfedc91f4&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Camera Driver System Test - MediaCapture - TestSecurePinAllMediaTypes&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;a7d4a8d2-99f1-4460-8d5b-5deb340e87c8&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Camera Driver System Test - MediaCapture - TestSecureTimeStamps&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Added 21 Bluetooth tests, as “if-implemented” tests only:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="2" style="border-width: 2px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;STRONG&gt;GUID&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;&lt;STRONG&gt;TestName&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;51daf9fb-626b-42f8-bc5c-1b8e86c116f7&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 16_1 stereo render; 16_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;e16b9436-2c56-4d13-9bd7-4282e38067f4&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 16_1 stereo render; 16_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;1c45b432-9c35-485f-bcd1-187518434fdf&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 16_2 stereo render; 16_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;f1958295-ac52-4434-b78e-6ce070ea9dfb&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 16_2 stereo render; 16_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;dd3b3fe6-a1f5-4657-a693-11c4f4003961&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 24_1 stereo render; 24_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;b5d3685f-8c23-4e0e-82de-8df15e9b7b9b&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 24_1 stereo render; 24_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;7af31d38-8793-4fa6-82f9-10ee34445cb3&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 24_2 stereo render; 24_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;1aaf70cd-f0a9-4152-b41d-dce5f8777432&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 24_2 stereo render; 24_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;4ce0fc40-7e5b-4550-8c01-f429b12fd7e3&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 32_1 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;c1bb6468-0178-4990-8e4a-c8ce4c88930b&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 32_1 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;0f03e870-01d1-4676-ae94-539d306beec5&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 32_2 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;7ea8bb1-f906-4644-9146-bb262ba55513&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 32_2 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;9f461832-16db-434a-ae84-c512d24cf960&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_1 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;657686f6-a61b-4c02-9aeb-bbd0b49af46c&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_1 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;940128a4-61fb-4904-b1d3-23482035cfdf&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_2 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;849e0fd7-8010-445b-a7ef-29d40f79bb94&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_2 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;0784f26f-6575-4146-9f1a-7e71aca282c1&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_3 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;345a0037-8cfa-4608-861b-490207661438&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_3 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;188ad2c2-2efd-422f-bd08-6df77165dbd7&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_4 stereo render; 32_1 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;d2a0e70f-ed79-4c0b-a338-8128dad0f59d&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - 48_4 stereo render; 32_2 mono capture&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;ed8298b0-d1de-4ef1-ad1e-2af4a0e57aa6&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 2px;"&gt;
&lt;P&gt;Bluetooth LE Audio VSAP - Mandatory formats&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update to Gen2 VM for VHLK&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To help enhance compatibility with the latest technologies and offer customers optimal VM options, the VHLK's vhdx image has been updated to operate as a Generation 2 VM. As a result, during the VHLK VM setup, you should select Generation 2 instead of Generation 1. All other setup steps remain unchanged.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action Required:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After this update is released, please modify your VHLK setup process or automation to configure the VM as Generation 2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Known Issues:&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Users running the HLK Controller on Windows Server 2016 have reported missing content starting with the September HLK refresh. This issue is caused by a regression where the HLK Controller installer no longer installs .Net Framework 4.7.1 on systems with an older version of the framework (Windows Server 2016 only includes .Net Framework 4.6.2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.Net Framework 4.7.1 or greater is required for all HLK content to be imported properly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For users running the HLK Controller on Windows Server 2016 OS, please install .Net Framework 4.7.1 or a later version (4.8 is latest version supporting Windows Server 2016) onto your system before installing the HLK Controller. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No action is required for users running Windows Server 2019 or later as their HLK Controller OS, since these server versions already include .Net Framework 4.7.2 or greater.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note, in future CD refresh, we plan to remove support for running the HLK Controller on Windows Server 2016 OS. It is highly recommended to switch to Windows Server 2019, 2022, or 2025 for the HLK Controller.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Frequently Asked Questions&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What HLK version is being refreshed?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/hlk-feb-refresh-release-for-windows-11-version-24h2-and-windows-server-2025/4382661" target="_blank" rel="noopener"&gt;February refresh HLK&lt;/A&gt; is being refreshed, this HLK helps support certifying drivers for Windows 11, version 24H2 and Windows Server 2025. For the following FAQ’s, the May 2024 release will be referenced to as &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/windows-hardware-compatibility-program---guidance-for-windows-11-version-24h2-re/4147968" target="_blank" rel="noopener"&gt;RTM HLK&lt;/A&gt; and the upcoming release in May 2025 will be referenced as refresh HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell what version of the HLK I have?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The distinction between RTM HLK and refreshed HLK will be in the last digits of the HLK studio version, 10.1.26100.X&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The RTM HLK Studio version is 10.1.26100.1&lt;/LI&gt;
&lt;LI&gt;The refresh HLK Studio version is 10.1.26100.X&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;The HLK Studio version information can be located by clicking ‘About’ in the upper right corner of studio&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How do I install the refreshed version of the HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Visit the HLK download page:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118377837%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=ZypFAdxfMaec1nq9Hoo00njT1r7L76T96aPKrghcn4Y%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Download the refreshed HLK&lt;/LI&gt;
&lt;LI&gt;Run HLKSetup.exe&lt;/LI&gt;
&lt;/OL&gt;
&lt;/UL&gt;
&lt;P&gt;Notes&lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure your current HLK projects are finished before attempting to use the same system for the HLK refresh.&lt;/LI&gt;
&lt;LI&gt;The refreshed HLK cannot be installed on a system that already has the RTM HLK, this goes for both Controller and Client&lt;STRONG&gt;&lt;EM&gt;. It is highly recommended to start with a clean install of the OS for both.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell if the errata I use was fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The list of errata fixed is available below&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use doesn’t appear to be fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;If the errata is not on the fixed list the waiver can be used on both the RTM HLK as well as the refreshed HLK&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use is listed as fixed, but failures are still being seen in the test?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118396453%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=zNyJH8I48OPUWtGE0ZjWjKa%2B71zCyNVwUS3q62qbgOU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How should I address a test that was passing on the RTM HLK but now failing on the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118413779%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=t2FsW3q%2FnnixpswGXlkc%2BJPSxRYwEuKkiqBubWSNuOE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Going forward, will Microsoft be updating the HLK regularly?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes, Microsoft is transitioning into this servicing model for the HLK, which maintains overall test quality and reduces dependency on errata.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How often are these refresh releases expected?&lt;/STRONG&gt;​&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Current plan is to evaluate releasing a refreshed HLK each quarter.&amp;nbsp;​&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Does this update apply to client and server?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Can results from an RTM test run and a Refreshed test run be merged and used for submission?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;No, submission should be completed with either the RTM or refreshed HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Will the refreshed HLK continue to support merged packages for multiple-OS submissions?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Is the VHLK also going to be updated?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 18:38:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-may-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4411237</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-06-10T18:38:54Z</dc:date>
    </item>
    <item>
      <title>HLK Feb Refresh Release for Windows 11 Version 24H2 and Windows Server 2025</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-feb-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4382661</link>
      <description>&lt;P&gt;Microsoft is pleased to announce that a refreshed HLK for Windows 11, version 24H2 and Windows Server 2025 will be available, February 18, 2025.&lt;/P&gt;
&lt;P&gt;This release of the HLK contains test errata and HLK infrastructure fixes, which will help keep the overall test quality high while helping reduce triage time for known test issues. See below for detailed information on what’s new with this HLK refreshed version. The refreshed version of the HLK will replace the RTM version that is available on the&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118330636%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=FF30yq5Dm6x4D5b1urzSLnRloZzGm4uExL4y0jIDArM%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLK download site&lt;/A&gt;. This version of the HLK will be available in ISO format for download.&amp;nbsp;The VHLK version will be available in a week.&amp;nbsp;Partners can submit to WHCP using either the RTM version of the HLK for Windows 11, version 24H2 and Windows Server 2025 or the refreshed HLK so long as passing results can be obtained (waivers acceptable).&lt;/P&gt;
&lt;P&gt;Errata that are fixed in the refreshed version are expected to expire 90 days after the release of the refreshed HLK. As we transition into this servicing model, which maintains overall test quality and reduces dependency on errata, we acknowledge that the refreshed HLK may not address all scenarios. If any errata remain relevant after using the refreshed HLK, please contact CSS for assistance. For more details, please review the Frequently Asked Questions.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What's New&amp;nbsp;with this Refresh?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HLK Release&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In this HLK refresh release, the update will be provided through an ISO file. To enable a smooth deployment, please mount the ISO file before your automation system initiates the deployment process. Mounting the ISO is important, as it helps make the contents of the file accessible to the system, allowing the automated process to detect and install the update properly. If the ISO is not mounted beforehand, the deployment may fail or experience delays.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update to Gen2 VM for VHLK&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To help enhance compatibility with the latest technologies and offer customers optimal VM options, the VHLK's vhdx image has been updated to operate as a Generation 2 VM. As a result, during the VHLK VM setup, you should select Generation 2 instead of Generation 1. All other setup steps remain unchanged.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Action Required:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After this update is released, please modify your VHLK setup process or automation to configure the VM as Generation 2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Errata Fixed &lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;&lt;STRONG&gt;Job/Task Failing&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;192434&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;[HLK Errata] Driver Isolation DV failures for snxppamd.sys accessing 'PARALLEL PORTS' registry key&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DV - EnumerateEvents&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;193981&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Delayed enforcement for 2411 DrvIso enforcement bar tightening&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DV - EnumerateEvents&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;165636&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;HLK Errata: DF-Sleep with IO During (reliability) test failure when targeting the USB controller when this has a USB WLAN device connected&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DF-Sleep with IO During (reliability) test&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;168780&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Auto Triage: Elan USB HID driver "DF-PNP Surprise Remove Device Test(Reliability)" and "DF-PNP Rebalance Fail Restart Device Test (Reliability) failed on HLK : Win11 24H2 Build_26090 and 26100&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DF-PNP Surprise Remove Device Test(Reliability)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;DF-PNP Rebalance Fail Restart Device Test (Reliability)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;185842&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Manual Errata Windows Server 2025 DF - PNP DIF Remove Device Test (Reliability)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DF - PNP DIF Remove Device Test (Reliability)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;190205&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;[HLK Errata] DF test failures with NtCreateFile API failed - Windows Lan Manager Redirector error on Location driver&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DF- *&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;187878&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;HLK Errata: Multiple DF - PNP test items fail with Timeout&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;DF - PNP Cancel Remove Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Cancel Stop Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP DIF Remove Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Disable And Enable Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Rebalance Fail Restart Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Rebalance Request New Resources Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Remove Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Stop (Rebalance) Device Test (Reliability)&lt;/P&gt;
&lt;P&gt;DF - PNP Surprise Remove Device Test (Reliability)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;160201&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;HLK Errata: Non Power 2 Conditional on 9on12&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;Non Power 2 Conditional&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;75335&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;HLK Errata: Win6_4.MBN.GSM.TestMPDP is failing with error&amp;nbsp; "Attempt to download web doc, failed"&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;Win6_4.MBN.GSM.TestMPDP&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;193247&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;TpmAuxiliary Test ActivateCredentialTest RSA 3k failure&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;TPM 2.0 TpmAuxiliaryTest::ActivateCredentialTest&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;178481&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Manual Errata tests not applicable to Windows Server 2025 Server Virtualization Validation Program (SVVP) validated solutions&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;Secure Boot Manual Logo Test&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;196263&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;HLK Errata: DisplayPolicy OEM::VerifyCommonColorProfileProblems() test failing&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;InternalPanel - Common color profile problems&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;176497&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Delayed Enforcement Errata: Pending implementation and support in MSFT pluton driver&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;Directed FX System Verification Test&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;166550&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;Manual Errata: Non Power 2 Conditional Test (DX9) (WoW64) Non Power 2 Conditional Test (WoW64) failures (tests should not be on the playlist)&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;Non Power 2 Conditional Test (DX9) (WoW64) Non Power 2 Conditional Test (WoW64)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14%"&gt;
&lt;P&gt;175039&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="41%"&gt;
&lt;P&gt;[HLK Manual Errata]: NDIS test failed due to the certificate in HLK Studio is out of date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="43%"&gt;
&lt;P&gt;[NdisStudio] OidRequestTest - OID_GEN_VENDOR_DRIVER_VERSION Verification [NdisStudio] OidRequestTest - OID_GEN_VENDOR_ID Verification [NdisStudio] OidRequestTest - OID_GEN_XMIT_OK and OID_GEN_RCV_OK Verification [Network Adapter] Verification for network&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;General HLK Infrastructure bug fixes&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Fix for special cases of creating Partial Package&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The gatherer has been updated to better help handle systems with large sets of sibling devnodes&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Minor update to address edge-case scenario is scheduling logic&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Playlist updates:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Removed EDID 1.3 and DDC (WoW64) test from the WHCP x86 on ARM64 emulation playlist&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Removed Non Power 2 Conditional Test (DX9) (WoW64) Non Power 2 Conditional Test (WoW64)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Moved WoW64 graphics tests from x64Emulation playlist to x86Emulation playlist as these tests use x86 path instead of x64, moving these tests left the HLK Version 24H2 CompatPlaylist ARM_x64_on_ARM64.xml playlist without any tests, leading to its removal.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Known Issues:&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Users running the HLK Controller on Windows Server 2016 have reported missing content starting with the September HLK refresh. This issue is caused by a regression where the HLK Controller installer no longer installs .Net Framework 4.7.1 on systems with an older version of the framework (Windows Server 2016 only includes .Net Framework 4.6.2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.Net Framework 4.7.1 or greater is required for all HLK content to be imported properly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For users running the HLK Controller on Windows Server 2016 OS, please install .Net Framework 4.7.1 or a later version (4.8 is latest version supporting Windows Server 2016) onto your system before installing the HLK Controller. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No action is required for users running Windows Server 2019 or later as their HLK Controller OS, since these server versions already include .Net Framework 4.7.2 or greater.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note, in future CD refresh, we plan to remove support for running the HLK Controller on Windows Server 2016 OS. It is highly recommended to switch to Windows Server 2019, 2022, or 2025 for the HLK Controller.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Frequently Asked Questions&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What HLK version is being refreshed?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/hlk-refresh-release-for-windows-11-hlk-24h2-and-windows-server-2025/4250376" target="_blank" rel="noopener"&gt;October refresh HLK&lt;/A&gt; is being refreshed, this HLK helps support certifying drivers for Windows 11, version 24H2 and Windows Server 2025. For the following FAQ’s, the May 2024 release will be referenced to as &lt;A href="https://techcommunity.microsoft.com/blog/windowshardwarecertification/windows-hardware-compatibility-program---guidance-for-windows-11-version-24h2-re/4147968" target="_blank" rel="noopener"&gt;RTM HLK&lt;/A&gt; and the upcoming release in February will be referenced as refresh HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell what version of the HLK I have?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The distinction between RTM HLK and refreshed HLK will be in the last digits of the HLK studio version, 10.1.26100.X&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The RTM HLK Studio version is 10.1.26100.1&lt;/LI&gt;
&lt;LI&gt;The refresh HLK Studio version is 10.1.26100.X&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;The HLK Studio version information can be located by clicking ‘About’ in the upper right corner of studio&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How do I install the refreshed version of the HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Visit the HLK download page:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118377837%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=ZypFAdxfMaec1nq9Hoo00njT1r7L76T96aPKrghcn4Y%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Download the refreshed HLK&lt;/LI&gt;
&lt;LI&gt;Run HLKSetup.exe&lt;/LI&gt;
&lt;/OL&gt;
&lt;/UL&gt;
&lt;P&gt;Notes&lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure your current HLK projects are finished before attempting to use the same system for the HLK refresh.&lt;/LI&gt;
&lt;LI&gt;The refreshed HLK cannot be installed on a system that already has the RTM HLK, this goes for both Controller and Client&lt;STRONG&gt;&lt;EM&gt;. It is highly recommended to start with a clean install of the OS for both.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell if the Errata I use was fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The list of errata fixed is available below&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use doesn’t appear to be fixed in the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;If the errata is not on the fixed list the waiver can be used on both the RTM HLK as well as the refreshed HLK&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the errata I use is listed as fixed, but failures are still being seen in the test?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118396453%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=zNyJH8I48OPUWtGE0ZjWjKa%2B71zCyNVwUS3q62qbgOU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How should I address a test that was passing on the RTM HLK but now failing on the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Triage the failure first. There have been cases where a test issue is fixed, and the failure is still present, but it is due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118413779%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=t2FsW3q%2FnnixpswGXlkc%2BJPSxRYwEuKkiqBubWSNuOE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Going forward, will Microsoft be updating the HLK regularly?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes, Microsoft is transitioning into this servicing model for the HLK, which maintains overall test quality and reduces dependency on errata.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How often are these refresh releases expected?&lt;/STRONG&gt;​&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Current plan is to evaluate releasing a refreshed HLK each quarter.&amp;nbsp;​&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Does this update apply to client and server?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Can results from an RTM test run and a Refreshed test run be merged and used for submission?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;No, submission should be completed with either the RTM or refreshed HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Will the refreshed HLK continue to support merged packages for multiple-OS submissions?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Is the VHLK also going to be updated?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 18 Feb 2025 21:51:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-feb-refresh-release-for-windows-11-version-24h2-and-windows/ba-p/4382661</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2025-02-18T21:51:18Z</dc:date>
    </item>
    <item>
      <title>HLK Refresh Release for Windows 11 HLK 24H2 and Windows Server 2025</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-refresh-release-for-windows-11-hlk-24h2-and-windows-server/ba-p/4250376</link>
      <description>&lt;P&gt;Microsoft is pleased to announce that a refreshed HLK for Windows 11, version 24H2 and Windows Server 2025 is available today. October 14, 2024.&lt;/P&gt;
&lt;P&gt;This release of the HLK will contain fixes for test Errata which will help keep the overall test quality high while helping reduce triage time for known test issues. The refreshed version of the HLK will replace the RTM version that is available on the &lt;U&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118330636%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=FF30yq5Dm6x4D5b1urzSLnRloZzGm4uExL4y0jIDArM%3D&amp;amp;reserved=0" target="_blank" rel="noopener" data-ogsc="" data-linkindex="18" data-auth="Verified"&gt;HLK download site&lt;/A&gt;&lt;/U&gt;.&amp;nbsp;The VHLK version will be available in a week.&amp;nbsp;&lt;SPAN&gt;Partners can submit to WHCP using either the RTM version of the HLK for Windows 11, version 24H2 and Windows Server 2025 or the refreshed HLK so long as passing results can be obtained (waivers acceptable).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;Errata that are fixed in the refreshed version are expected to be expired 90 days after the release of the refreshed HLK. As we transition into this servicing model, which maintains overall test quality and reduces dependency on errata, we acknowledge that the refreshed HLK may not address all scenarios. If any errata remain relevant after using the refreshed HLK, please contact CSS for assistance. For more details, please review the Frequently Asked Questions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Frequently Asked Questions&lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What HLK version is being refreshed?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The &lt;U&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftechcommunity.microsoft.com%2Ft5%2Fwindows-hardware-certification%2Fwindows-hardware-compatibility-program-guidance-for-windows-11%2Fba-p%2F4147968&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118356092%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=JcdojFsuLEcsBAHi%2FtiY4erOq45TL54VJPZibOtbE3o%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLK released in May 2024&lt;/A&gt;&lt;/U&gt;&amp;nbsp;to support certifying drivers for Windows 11, version 24H2 and Windows Server 2025. For the following FAQ’s, the May 2024 release will be referenced to as RTM HLK and the upcoming release in October will be referenced as Refresh HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell what version of the HLK I have?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The distinction between RTM HLK and Refreshed HLK will be in the last digits of the HLK studio version, 10.1.26100.X&lt;/LI&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;The RTM HLK Studio version is 10.1.26100.1&lt;/LI&gt;
&lt;LI&gt;The Refresh HLK Studio version is 10.1.26100.X&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px" style="background: white;"&gt;&lt;SPAN&gt;The HLK Studio version information can be located by clicking ‘About’ in the upper right corner of studio&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-90px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-120px"&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How do I install the Refreshed version of the HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;Visit the HLK download page: &lt;U&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118377837%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=ZypFAdxfMaec1nq9Hoo00njT1r7L76T96aPKrghcn4Y%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit | Microsoft Learn&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;Download the Refreshed HLK&lt;/LI&gt;
&lt;LI&gt;Run HLKSetup.exe&lt;/LI&gt;
&lt;/OL&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;Notes&lt;/P&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure your current HLK projects are finished before attempting to use the same system for the HLK Refresh.&lt;/LI&gt;
&lt;LI&gt;The Refreshed HLK cannot be installed on a system that already has the RTM HLK, this goes for both Controller and Client&lt;STRONG&gt;&lt;EM&gt;. It is highly recommended to start with a clean install of the OS for both.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can I tell if the Errata I use was fixed in the Refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;The list of Errata fixed is available below&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the Errata I use doesn’t appear to be fixed in the Refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;If the Errata is not on the fixed list the waiver can be used on both the RTM HLK as well as the Refreshed HLK&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What do I do if the Errata I use is listed as fixed, but failures are still being seen in the test?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Triage the failure first, there have been cases where a test issue is fixed, and the failure is still present but its due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case: &lt;U&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118396453%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=zNyJH8I48OPUWtGE0ZjWjKa%2B71zCyNVwUS3q62qbgOU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How should I address a test that was passing on the RTM HLK but now failing on the refreshed HLK?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Triage the failure first, there have been cases where a test issue is fixed, and the failure is still present but its due to a driver issue that has the same failure message&lt;/LI&gt;
&lt;LI&gt;Next Open a CSS case: &lt;U&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Ftechnical-support&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7C0b7e61344c97425ce67108dcd7fc5480%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638622726118413779%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=t2FsW3q%2FnnixpswGXlkc%2BJPSxRYwEuKkiqBubWSNuOE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard and HLK issues - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Going forward, will Microsoft be updating the HLK regularly?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Yes, Microsoft is transitioning into this servicing model for the HLK, which maintains overall test quality and reduces dependency on errata.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;&lt;SPAN&gt;How often are these refresh releases expected?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI data-aria-posinset="5" data-aria-level="2"&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;&lt;SPAN&gt;Current plan is to evaluate releasing a refreshed HLK each quarter. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;​&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Does this update apply to client and server?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Can results from an RTM test run and a Refreshed test run be merged and used for submission?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;No, submission must be completed with either the RTM or Refreshed HLK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Will the refreshed HLK continue to support merged packages for multiple-OS submissions?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Is the VHLK also going to be updated?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Yes&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Errata Fixed in the October 24’ Refresh&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="99.8968008255934%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="30px"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="30px"&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="30px"&gt;&lt;STRONG&gt;Job/Task Failing&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;91345&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] AudioLogo (system) enforces channel count on default mode&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;System Audio - Audio Logo Test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="30px" style="font-weight: 400;"&gt;127433&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="30px" style="font-weight: 400;"&gt;[Auto-triage] New binary with endpoint stabilization delay&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="30px" style="font-weight: 400;"&gt;Audio Codec - Lullaby Test - Certification - Desktop&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;161095&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata]: Voice Clarity Driver Timestamp Test requires small mic spk stream drift&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Voice Clarity HLK Test Driver Timestamp&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;163288&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Validation of UVC MJPG Translation Opt-in always fails for UVC IR Camera&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver System Test - Validation of UVC MJPG Translation Opt-in&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;163289&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver Registration Test IMFSampleAllocator check fails on Platform DMFT&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver Registration, Metadata, and Dependency System&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;164528&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] DF - PNP tests failure with Failed to open the EDT device (device specific)&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Multiple&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;164532&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Driver Isolation DV failures for serial.sys accessing SERIALCOMM registry key.&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;DV - EnumerateEvents&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;164702&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Driver Isolation DV failures for wudfrd.sys accessing SERIALCOMM registry key.&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;DV - EnumerateEvents&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167195&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver Registration Test IMFSampleAllocator check fails on Platform DMFT&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver Registration, Metadata, and Dependency System&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167196&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] [Camera Driver Controls System Test - Framerate Throttle - Verify Mode Switching] - Does not account for Step Sizes&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver Controls System Test - Framerate Throttle - Verify Mode Switching&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167197&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Sensor Camera Profiles - Photo Sequence with MEP Camera fails&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Sensor Camera Driver Controls System Test - CAMERA_PROFILES - Photo Sequence&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167453&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Media Capture TestFrameExposureControlWithCapture uses wrong Table Entry&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;TestFrameExposureControlWithCapture&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167494&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver Controls System Test - VFR - Verify correct Pin fails for MEP devices&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver Controls System Test - VFR - Verify correct Pin fails for MEP devices&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167738&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver System Test - MediaCapture - TestInfraredTorchControlMetadata fails for filtered Legacy Profile&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver System Test - MediaCapture - TestInfraredTorchControlMetadata&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;167884&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver System Test - MediaCapture - ValidateExposureCompensationValues fails due to IR camera&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver System Test - MediaCapture - ValidateExposureCompensationValues&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;168217&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;Human Presence Proximity Test Failing on Non Human Presence based Proximity Sensors&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Human Presence capable Proximity Sensor Enumeration Property Verification Test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="85px" style="font-weight: 400;"&gt;168478&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="85px" style="font-weight: 400;"&gt;[HLK Errata] [NdisStudio] NDIS keyword validation tests are listed under incorrect feature, causing failures for devices not advertising NDIS&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="85px" style="font-weight: 400;"&gt;[NdisStudio] NdisPoll keyword validation &lt;BR /&gt;[NdisStudio] NdisPoll keyword functional validation&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;168710&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Display Capture Tests failing for Indirect Display devices&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Display capture tests&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;170424&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver System Test - MediaCapture - Digital Window Metadata fails for combined IR RGB Sensor Group&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver System Test - MediaCapture - Digital Window Metadata&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="85px" style="font-weight: 400;"&gt;171184&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="85px" style="font-weight: 400;"&gt;[HLK Errata] [NdisStudio] OidRequestTest - OID_GEN_XMIT_OK and OID_GEN_RCV_OK Verification test fail when link speed is less than 1Gbps&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="85px" style="font-weight: 400;"&gt;[NdisStudio] OidRequestTest - OID_GEN_XMIT_OK and OID_GEN_RCV_OK Verification&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;173553&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver Hardware Privacy Manual Test fails due to Kill Switch behavior&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver Hardware Privacy Manual Test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="85px" style="font-weight: 400;"&gt;173718&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="85px" style="font-weight: 400;"&gt;[HLK Errata] NDISTest 6.5 - [2 Machine] - PM_PowerStateTransition &amp;amp; PM_WolMagicPacket &amp;amp; PM_WolPattern test fail&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="85px" style="font-weight: 400;"&gt;NDISTest 6.5 - [2 Machine] - PM_PowerStateTransition &lt;BR /&gt;NDISTest 6.5 - [2 Machine] - PM_WolMagicPacket &lt;BR /&gt;NDISTest 6.5 - [2 Machine] - PM_WolPattern&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="85px" style="font-weight: 400;"&gt;173736&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="85px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver Controls System Test - VIDEOSTABILIZATION - Iterate through possible settings while Preview fails with MEP due to Pin re-mapping&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="85px" style="font-weight: 400;"&gt;Camera Driver Controls System Test - VIDEOSTABILIZATION - Iterate through possible settings while Preview&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="194px" style="font-weight: 400;"&gt;175039&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="194px" style="font-weight: 400;"&gt;[HLK Manual Errata]: NDIS test failed due to the certificate in HLK Studio is out of date&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="194px" style="font-weight: 400;"&gt;[NdisStudio] OidRequestTest - OID_GEN_VENDOR_DRIVER_VERSION Verification &lt;BR /&gt;[NdisStudio] OidRequestTest - OID_GEN_VENDOR_ID Verification &lt;BR /&gt;[NdisStudio] OidRequestTest - OID_GEN_XMIT_OK and OID_GEN_RCV_OK Verification &lt;BR /&gt;[Network Adapter] Verification for network&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;177219&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Driver System Test - Mediacapture - TestEffectOptInCameraEnumeration does not check regkey value&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Camera Driver System Test - Mediacapture - TestEffectOptInCameraEnumeration&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="30px" style="font-weight: 400;"&gt;177825&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="30px" style="font-weight: 400;"&gt;[ERRATUM] KS Topology Test Fails Custom Audio Modes&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="30px" style="font-weight: 400;"&gt;System Audio - KS Topology Test&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;179949&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Camera Control Pin Verification Tests failing due to MEP Pin remapping&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;Sensor Camera Driver Controls System Test - * - Verify correct Pin&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;181916&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;[HLK Errata] Driver Isolation DV failures for snxpsamd.sys accessing SERIALCOMM registry key.&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;DV - EnumerateEvents&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="85px" style="font-weight: 400;"&gt;184662&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="85px" style="font-weight: 400;"&gt;[HLK Manual Errata]: A crash with exception code 0xC0000005 occurred when running InternalPanel - Common color profile problems test&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="85px" style="font-weight: 400;"&gt;InternalPanel - Common color profile problems&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="6.5015479876160995%" height="57px" style="font-weight: 400;"&gt;188557&lt;/TD&gt;
&lt;TD width="51.496388028895765%" height="57px" style="font-weight: 400;"&gt;AutoTriage: HLK USB Secure Camera Controller Dual BDF Test - Compat test failure.&lt;/TD&gt;
&lt;TD width="41.89886480908152%" height="57px" style="font-weight: 400;"&gt;USB Secure Camera Controller Dual BDF Test - Compat&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 22:14:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/hlk-refresh-release-for-windows-11-hlk-24h2-and-windows-server/ba-p/4250376</guid>
      <dc:creator>Cymoki</dc:creator>
      <dc:date>2024-10-14T22:14:16Z</dc:date>
    </item>
    <item>
      <title>ACTION REQUIRED: HDC API users may need to update code for accessing submission blobs by Aug 28th</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-hdc-api-users-may-need-to-update-code-for/ba-p/4194090</link>
      <description>&lt;P&gt;On August 28th, 2024, Hardware Dev Center APIs will change the type of blob urls that are returned in various API calls from service sas urls to &lt;U&gt;user delegated sas urls&lt;/U&gt;. Partners using HDC &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Fdashboard-api&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7Cb90734d794174bee11f508dca5bc39e4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638567475048153390%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=aLrj7ooG6WI%2B0HImUoNtJbs2%2FKYYDV387uleORVbJYw%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Hardware dashboard API&lt;/A&gt; to automate driver submission process &lt;STRONG&gt;may&lt;/STRONG&gt; be affected. The specific area affected is the upload and downloads through the &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Fget-product-data%23download-object&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7Cb90734d794174bee11f508dca5bc39e4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638567475048167945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=odeC5HJAvv%2Brd7fcEnWv03GJ1qP8APO8bN%2FJaauDw0Q%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;download links&lt;/A&gt; in the submission response. All other aspects of the submission process that can be accessed through the API are not affected. Partners are recommended to update to latest version of the libraries they use to upload and download from Azure Blobs during the driver submission process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Partners using C# are encouraged to move to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/overview/azure/storage.blobs-readme?view=azure-dotnet" target="_self" rel="noopener noreferrer"&gt;Azure.Storage.Blobs&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/azure.storage.blobs.specialized?view=azure-dotnet" target="_self" rel="noopener noreferrer"&gt;Azure.Storage.Blobs.Specialized&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;library to ensure that driver submissions are not interrupted. Any partner already managing blob interactions through these libraries is not affected by this change. The following is an example of the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/azure.storage.blobs.specialized.blockblobclient?view=azure-dotnet" target="_self" rel="noopener noreferrer"&gt;BlockBlobClient&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you experience any issues, please open a support ticket with HDC support. For details about how to contact the support team, visit &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FGetHardwareSupport&amp;amp;data=05%7C02%7CCymon.Kilmer%40microsoft.com%7Cb90734d794174bee11f508dca5bc39e4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638567475048194674%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=E5bMY6ubz77iryEbyKECvaufTrcdQ4EHhe4FtOXFjFs%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;https://aka.ms/GetHardwareSupport&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 18:21:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-hdc-api-users-may-need-to-update-code-for/ba-p/4194090</guid>
      <dc:creator>Cymoki</dc:creator>
      <dc:date>2024-07-30T18:21:18Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program - Guidance for Windows 11, version 24H2 Release</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4147968</link>
      <description>&lt;P&gt;To facilitate the release of Windows 11, version 24H2, and Windows Server 2025, the Windows Hardware Compatibility Program is set to accept submissions. The submission package must fulfill the prerequisites to guarantee compatibility between the operating system and the Hardware Lab Kit (HLK).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;New Agreement&lt;/STRONG&gt; - Please review and take action on the &lt;A href="https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-new-agreement-governing-access-to-hardware-dev/ba-p/4138914" target="_self"&gt;latest agreement update&lt;/A&gt; to avoid service interruption following the effective date of the new agreement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Windows Hardware Compatibility Requirements&lt;/STRONG&gt; –&amp;nbsp;&lt;A href="https://aka.ms/whcp" target="_blank" rel="noopener"&gt;https://aka.ms/whcp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Submission Pre-requisites&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;OS and HLK minimum acceptable build:
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows 11, version 24H2&lt;/STRONG&gt;&amp;nbsp;(Build 26100 or greater)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Server 2025&lt;/STRONG&gt; (Build 26100 or greater)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;Playlist – &lt;A href="https://aka.ms/playlist24h2" target="_blank" rel="noopener"&gt;https://aka.ms/&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;hlkplaylist&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The table below illustrates the required playlists for testing each processor architecture:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Target Architecture&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445"&gt;
&lt;P&gt;Required Playlist(s)&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Client (ARM64)&lt;STRONG&gt;&lt;SUP&gt; 1&lt;/SUP&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445"&gt;
&lt;P&gt;HLK Version 24H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 24H2 CompatPlaylist ARM64_x86_on_ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 24H2 CompatPlaylist ARM64_x64_on_ARM64.xml&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Client (X64)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445"&gt;
&lt;P&gt;HLK Version 24H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156"&gt;
&lt;P&gt;Server (X64, ARM64)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445"&gt;
&lt;P&gt;HLK Version 24H2 CompatPlaylist x64 ARM64 SERVER.xml&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SUP&gt;1 &lt;/SUP&gt;&lt;/STRONG&gt;For &lt;STRONG&gt;Client system-level&lt;/STRONG&gt; x64 and ARM64 submission, the only playlist required is the &lt;EM&gt;HLK Version 24H2 CompatPlaylist x64 ARM64.xml&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please refer to the HLK &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/test/hlk/getstarted/windows-hlk-getting-started" target="_blank" rel="noopener"&gt;Getting Started Guide&lt;/A&gt; for details on HLK client setup and playlist use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Deferment of Partner Dev Center SBOM Validation&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The WHCP requirement, for partner SBOM submissions alongside driver packages submitted to HDC, will be deferred at HDC. Partners will be given notice as soon as there is a set enforcement date during a future release, along with guidance on how to meet any new requirements.&lt;/LI&gt;
&lt;LI&gt;WHCP continues to support a secure supply chain throughout our signing process. That said, the EO on Cyber Security is a call to action from the U.S. Government, so we continue to encourage that our partners seek to enable a secure supply chain as stated in the NIST guidance.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Device.DevFund.StaticTools Requirement &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Device.DevFund.StaticTools requirement applies to Windows 11 Client x64 and Windows Server x64.&lt;/LI&gt;
&lt;LI&gt;Helpful information about how to use CodeQL and generate DVL files is available here - &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/static-tools-and-codeql" target="_blank" rel="noopener"&gt;CodeQL and the Static Tools Logo Test - Windows drivers | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 22 May 2024 19:48:50 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/4147968</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2024-05-22T19:48:50Z</dc:date>
    </item>
    <item>
      <title>ACTION REQUIRED: New Agreement governing access to Hardware Dev Center</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-new-agreement-governing-access-to-hardware-dev/ba-p/4138914</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have updated the agreements on Partner Center for the Windows Hardware Program. We made these updates to clarify our terms and ensure that they are transparent, as well as to address usage of new logos.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All participants in the Hardware Program are required to have their authorized personnel review, acknowledge, and accept the agreements. New submissions will be blocked after August 14, 2024 until the agreements are accepted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Partners who have accepted prior versions of the agreement via other means will still need to accept the agreement on Partner Center. For partners who have already been a part of the program, you will see the previous agreement, the Windows Logo License Agreement from 2021, has been renamed and is now listed in the&amp;nbsp;&lt;I&gt;Agreements&lt;/I&gt;&amp;nbsp;section of Partner Center as "Microsoft Marks License Agreement (formerly Windows Logo License Agreement)" with the value in the Agreement column of&amp;nbsp;&lt;STRONG&gt;Version 2021&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As a result, partners who previously accepted the Windows Logo License Agreement will see two entries in the&amp;nbsp;&lt;I&gt;Agreements&lt;/I&gt;&amp;nbsp;section:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL start="1" type="1"&gt;
&lt;LI class="x_x_x_MsoNormal"&gt;&lt;SPAN&gt;The new Microsoft Marks License Agreement, with&amp;nbsp;&lt;STRONG&gt;Version 2024&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="x_x_x_MsoNormal"&gt;&lt;SPAN&gt;The previous Windows Logo License Agreement, now renamed to "Microsoft Marks License Agreement (formerly Windows Logo License Agreement)" with the value in the Agreement column of&amp;nbsp;&lt;STRONG&gt;Version 2021&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Going forward, the four agreements listed below will govern your access to the Hardware Program. Legacy agreements will be deprecated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="x_x_x_MsoNormal"&gt;&lt;SPAN&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Original URL: https://learn.microsoft.com/en-us/legal/windows/hardware/code-signing-agreement-2208. Click or tap if you trust this link." href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Flegal%2Fwindows%2Fhardware%2Fcode-signing-agreement-2208&amp;amp;data=05%7C02%7CNatacha.Roger%40microsoft.com%7C759a08cca25c47e4f1df08dc6f5ba473%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507686676879915%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=nes405nW3B29gzg77W8Z5dvd4pCE9xU2h92fMnLBNpE%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer" data-auth="Verified" data-linkindex="2"&gt;Code Signing Agreement&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P class="x_x_x_MsoNormal"&gt;&lt;SPAN class="x_x_x_MsoHyperlink"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;A title="Original URL: https://learn.microsoft.com/en-us/legal/windows/hardware/windows-hardware-compatibility-program-2208. Click or tap if you trust this link." href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Flegal%2Fwindows%2Fhardware%2Fwindows-hardware-compatibility-program-2208&amp;amp;data=05%7C02%7CNatacha.Roger%40microsoft.com%7C759a08cca25c47e4f1df08dc6f5ba473%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507686676884410%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=Tqw6xTCYq9V6T1fCRHWkHByI2nHJ5RrPjYMa%2FpV9gzo%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer" data-auth="Verified" data-linkindex="3"&gt;Windows Hardware Compatibility Agreement&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P class="x_x_x_MsoNormal"&gt;&lt;SPAN&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Original URL: https://learn.microsoft.com/en-us/legal/windows/hardware/microsoft-marks-license-agreement-2024. Click or tap if you trust this link." href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Flegal%2Fwindows%2Fhardware%2Fmicrosoft-marks-license-agreement-2024&amp;amp;data=05%7C02%7CNatacha.Roger%40microsoft.com%7C759a08cca25c47e4f1df08dc6f5ba473%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507686676888972%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=AlPHj2skaWavuw35RB5PQMOGepiAuNHywKsJ36kfM%2B8%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer" data-auth="Verified" data-linkindex="4"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Microsoft Marks License Agreement 2024 (New)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="x_x_x_MsoNormal"&gt;&lt;SPAN class="x_x_x_MsoHyperlink"&gt;&lt;SPAN&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A title="Original URL: https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fquery.prod.cms.rt.microsoft.com%2Fcms%2Fapi%2Fam%2Fbinary%2FRE1T4mt&amp;amp;wdOrigin=BROWSELINK. Click or tap if you trust this link." href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fview.officeapps.live.com%2Fop%2Fview.aspx%3Fsrc%3Dhttps%253A%252F%252Fquery.prod.cms.rt.microsoft.com%252Fcms%252Fapi%252Fam%252Fbinary%252FRE1T4mt%26wdOrigin%3DBROWSELINK&amp;amp;data=05%7C02%7CNatacha.Roger%40microsoft.com%7C759a08cca25c47e4f1df08dc6f5ba473%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507686676893964%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=nkXfni8%2FFJrvPXreuNIIx2Fs3VNmwiaJGE21G6GWcdo%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer" data-auth="Verified" data-linkindex="5"&gt;Windows Analytics Agreement v2.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you encounter issues accessing the new agreements, please reach out to our support team. For details on how to contact support, see&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Original URL: https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/hardware-submission-support. Click or tap if you trust this link." href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdrivers%2Fdashboard%2Fhardware-submission-support&amp;amp;data=05%7C02%7CNatacha.Roger%40microsoft.com%7C759a08cca25c47e4f1df08dc6f5ba473%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507686676898591%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=AEX50PLKqj4BLECHmqqK2vQplyQ6ivpimQiek7OVWFI%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer" data-auth="Verified" data-linkindex="6"&gt;&lt;SPAN&gt;Get support for Partner Center dashboard issues - Windows drivers | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:07:36 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-new-agreement-governing-access-to-hardware-dev/ba-p/4138914</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2024-05-13T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program Guidance for Windows 11, version 23H2</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/3938433</link>
      <description>&lt;P&gt;Microsoft is pleased to announce the release preview of Windows 11, version 23H2 annual feature update, which shares the same servicing branch and code base as Windows 11, version 22H2, and will be delivered via an enablement package (eKB). See&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information" target="_blank" rel="noopener"&gt;Windows 11 Release information&lt;/A&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;for more information on the annual feature update cadence.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In support of the annual feature update, the Windows Hardware Compatibility Program (WHCP) will also release a Hardware Lab Kit (HLK) update to complement the feature updates within the Windows release. There is no plan to update the certification status issued by the HLK: the certification status that was used for the HLK for Windows 11, version 22H2, which is “Certified for Microsoft Windows 11 Client family version 22H2”, will continue to be used for this this HLK release for the Windows 11, version 23H2 update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While there are no changes to WHCP or certification status, the updated HLK release with Windows 11, version 23H2 will be required when using Windows 11, version 23H2 to certify. Note, certifying for Windows 11, version 23H2 is optional.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Details&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP requirements&lt;/STRONG&gt;&amp;nbsp;– &lt;STRONG&gt;No change&lt;/STRONG&gt;.&amp;nbsp;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2196181" target="_blank" rel="noopener"&gt;Windows 11, version 22H2 requirements&lt;/A&gt;,&amp;nbsp;remain the same for Windows 11, version 22H2 and the new 23H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Hardware Lab Kit&lt;/STRONG&gt;&amp;nbsp;– For Submissions, HLK 22H2 to be used with Windows 11, version 22H2 and HLK 23H2 to be used with Windows 11, version 23H2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Driver signature –&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;No change&lt;/STRONG&gt;. Drivers that meet all the applicable Windows 11, version 22H2 requirements will be digitally signed with the same signature attributes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP qualification –&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;No change&lt;/STRONG&gt;. Qualification will be shown as Windows 11, version 22H2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Required OS version –&lt;/STRONG&gt;&amp;nbsp;Windows 11, version 22H2 &lt;STRONG&gt;or&lt;/STRONG&gt; Windows 11, version 23H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP Playlists –&lt;/STRONG&gt;&amp;nbsp;Please using the version matching HLK and playlist for the OS version&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows 11, version 22H2 –&lt;/STRONG&gt; HLK 22H2 and Playlist 22H2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows 11, version 23H2&lt;/STRONG&gt; – HLK 23H2 and Playlist 23H2&lt;/LI&gt;
&lt;LI&gt;Differences is a total of 9 tests added to the “HLK Version 23H2 CompatPlaylist x64 ARM64.xml” playlist.&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows HLK playlist –&lt;/STRONG&gt;&amp;nbsp;New HLK playlists will be available on the date of Windows 11, version 23H2 release, and can be found &lt;A href="https://aka.ms/HlkPlayList" target="_blank" rel="noopener"&gt;here.&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Technology areas in HLK that took bug fixes:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;Audio APO&lt;/LI&gt;
&lt;LI&gt;Audio - Silicon and Pipeline&lt;/LI&gt;
&lt;LI&gt;Bluetooth&lt;/LI&gt;
&lt;LI&gt;Encoders&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Sep 2023 16:12:49 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-11/ba-p/3938433</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2023-09-27T16:12:49Z</dc:date>
    </item>
    <item>
      <title>ACTION REQUIRED: New Agreements governing access to HDC</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-new-agreements-governing-access-to-hdc/ba-p/3739746</link>
      <description>&lt;P&gt;As a reminder of the &lt;A href="https://aka.ms/HDC_Agreements" target="_blank" rel="noopener"&gt;comm published on Jan 25, 2023&lt;/A&gt;, two new agreements are available on Partner Center for the Windows Hardware Compatibility Program. To avoid service disruption, please prioritize to review and decide the required agreements before they become effective on &lt;STRONG&gt;Feb 28, 2023&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;We recently added new agreements to Partner Center for the Windows Hardware Program. We made these updates to clarify our terms and ensure that they are transparent, as well as to cover new government mandates. All participants in the Hardware Program are required to have their authorized personnel review, acknowledge, and accept the agreements. New submissions will be blocked after February 28, 2023 until the agreements are accepted. &amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The four agreements listed below will govern your access to the Hardware Program. Legacy agreements will be deprecated.&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Flegal%2Fwindows%2Fhardware%2Fcode-signing-agreement-2208&amp;amp;data=05%7C01%7CNatacha.Roger%40microsoft.com%7C292171c0a36346e01c9008dad849d1c4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638060108939337906%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=O8Ni74RWyqbEJmWe8PDqj%2Fl4noCXHJr0aSwmP9zmtQM%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Code Signing Agreement&amp;nbsp;(New)&lt;/STRONG&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Flegal%2Fwindows%2Fhardware%2Fwindows-hardware-compatibility-program-2208&amp;amp;data=05%7C01%7CNatacha.Roger%40microsoft.com%7C292171c0a36346e01c9008dad849d1c4%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638060108939337906%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=E4HYO8HyI6h5NZoJzE%2BlzPGieQaWXvAioG6XYaxdtIs%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Windows Hardware Compatibility Agreement (New)&lt;/STRONG&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A href="https://learn.microsoft.com/en-us/legal/windows/hardware/windows-logo-license-agreement-fy22" target="_blank" rel="noopener"&gt;Windows Logo License Agreement (LLA) v. 2021&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;A href="https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fquery.prod.cms.rt.microsoft.com%2Fcms%2Fapi%2Fam%2Fbinary%2FRE1T4mt&amp;amp;wdOrigin=BROWSELINK" target="_blank" rel="noopener"&gt;Windows Analytics Agreement v2.0&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If you encounter issues accessing the new agreements, please reach out to our support team. For details on how to contact support, see&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/hardware-submission-support" target="_blank" rel="noopener"&gt;Get support for Partner Center dashboard issues - Windows drivers | Microsoft Learn&lt;/A&gt;.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 17:28:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/action-required-new-agreements-governing-access-to-hdc/ba-p/3739746</guid>
      <dc:creator>AndyW</dc:creator>
      <dc:date>2023-02-17T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Windows Server Catalog Changes to Support New Windows Server 2022 Network Additional Qualifications</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-server-catalog-changes-to-support-new-windows-server/ba-p/3619969</link>
      <description>&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;On August 31&lt;SUP&gt;st&lt;/SUP&gt; Microsoft went live with an update to the Windows Server Catalog (&lt;A href="http://www.windowservercatalog.com/" target="_blank" rel="noopener"&gt;www.windowservercatalog.com&lt;/A&gt;) that will ensure that customers who rely on the Windows Server logo will be able to identify components that will work best with Azure Stack HCI, using an updated set of Additional Qualifiers (AQ’s) that are now being displayed in the Catalog.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information about the change is available at this blog link, &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/networkingblog/nic-certification-updates-in-the-windows-server-catalog/3606506" target="_blank" rel="noopener" data-lia-auto-title="https://aka.ms/RoleBasedNIC" data-lia-auto-title-active="0"&gt;https://aka.ms/RoleBasedNIC&lt;/A&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Details&lt;/H1&gt;
&lt;P&gt;The Windows Server Catalog has some significant changes to the concept and “schema” of the Network Additional Qualifications for Windows Server 2022 (WS2022) network adapters (NICs), visible since the morning of Aug 31.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The change to the Windows Server Catalog was made to increase the “success rate” of Windows Server 2022 and Azure Stack HCI deployments, by ensuring that the NIC(s) used in a deployment are fully qualified for its role.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, for Windows Server 2022, the new Additional Qualification (AQ) schema is in place.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NICs can still be “just” Certified, but the majority of the listed network adapters should have at least one AQ.&amp;nbsp; Many will have not just one, but two or even three new AQs for WS2022, as a NIC can have more than one of the new AQs.&amp;nbsp; Example; the Management AQ, one of the Storage AQs, and one of the Compute AQs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, a NIC can only have one Storage AQ, either Standard or Premium, and the same for Compute, either Standard or Premium.&amp;nbsp; In both cases, only the highest level AQ Storage or Compute is displayed in the Catalog Product entry page for any specific NIC.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: the WS2022 Storage and Compute AQs are “active” on the Server Catalog page left-hand pane in the sense that if either Standard or Premium is selected as a filter [click in the box to the left of the text], the other AQ option is removed from the left-hand pane until the first selection is cleared.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These new AQs are visible in the left-hand menu pane for Windows Server 2022 NICs.&amp;nbsp; As well, the older AQs for SDDC, and the individual Additional Features (AFs) are visible for Windows Server 2019 and earlier submissions.&amp;nbsp; Examples; IPSec support, or VMMQ support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a description of the Features needed for the Management AQ&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-management.htm" target="_blank" rel="noopener"&gt;https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-management.htm&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are two levels of Storage AQs, with the needed Features described here …&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-storage-standard.htm" target="_blank" rel="noopener"&gt;https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-storage-standard.htm&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-storage-premium.htm" target="_blank" rel="noopener"&gt;https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-storage-premium.htm&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also two levels of Compute AQs, again with descriptive pages&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-compute-standard.htm" target="_blank" rel="noopener"&gt;https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-compute-standard.htm&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-compute-premium.htm" target="_blank" rel="noopener"&gt;https://www.windowsservercatalog.com/content.aspx?ctf=AQinfo-network-adapters-compute-premium.htm&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These descriptive pages above can be accessed from the left-hand menu pane &lt;A href="https://www.windowsservercatalog.com/results.aspx?&amp;amp;bCatID=1468&amp;amp;cpID=0&amp;amp;avc=0&amp;amp;ava=0&amp;amp;avt=0&amp;amp;avq=0&amp;amp;OR=1&amp;amp;PGS=25" target="_blank" rel="noopener"&gt;main page for NICs&lt;/A&gt;, by hovering the mouse over one of these AQs.&amp;nbsp; Click the link in the in the box that then appears to get to the description.&amp;nbsp; Clear the box by clicking the “X” in the upper right-hand corner of the box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The old Network AQs [e.g., “Data Center Bridging”, or “SDDC Standard”] are still visible in the left-hand menu pane, but only apply to the WS2019 and earlier Windows Server operating system version submissions for any specific NIC.&amp;nbsp; This way, end Customers can still filter using those older AQs and AFs for older OS version submissions.&amp;nbsp; The same will be true for any &lt;EM&gt;new&lt;/EM&gt; submissions made for older OS versions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, note that for the specific Product entry page, the older AQs for Networking do &lt;U&gt;not&lt;/U&gt; appear under the text “Certified for Windows” for the WS2022 section of the entry, only the new AQs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The older AQs and Additional Features (AFs) will continue to be visible for the WS2019 and earlier sections of the Product entry page.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar to the main NIC page, on any specific NIC Product entry page, the WS2022 AQs listed also have the same pop-up and “hover box”, w/ the same functionality.&amp;nbsp; This way, no matter where in the Catalog the end Customer is searching for NICs, they will be able to get to the information about these AQs easily and quickly without hunting around in the FAQ pages.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a wide selection of Windows Server-certified NICs qualified for the Management, Storage and Compute AQs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Supporting end Customers&lt;/H2&gt;
&lt;P&gt;This change is made to increase the “success rate” that Windows Server 2022 and Azure Stack HCI end Customers have when trying to design or &amp;nbsp;build their own deployments.&amp;nbsp; However, the recommended path for an end Customer is to work with a vendor that can provide a fully Integrated System.&amp;nbsp; See this link, &lt;A href="https://azurestackhcisolutions.azure.microsoft.com/#/catalog" target="_blank" rel="noopener"&gt;https://azurestackhcisolutions.azure.microsoft.com/#/catalog&lt;/A&gt; for more information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 00:29:49 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-server-catalog-changes-to-support-new-windows-server/ba-p/3619969</guid>
      <dc:creator>Sandy_Arthur</dc:creator>
      <dc:date>2025-03-05T00:29:49Z</dc:date>
    </item>
    <item>
      <title>WHCP guidance for Windows 10, version 22H2</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/whcp-guidance-for-windows-10-version-22h2/ba-p/3586362</link>
      <description>&lt;P&gt;The Windows 10, version 22H2 release will not bring updates to the Windows Hardware Compatibility Program (WHCP) and will follow the same guidelines as Windows 10, version 2004. Below are the more details with respect to all WHCP-related activities:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP requirements&lt;/STRONG&gt;&amp;nbsp;– No change.&amp;nbsp;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2128674" target="_blank" rel="noopener"&gt;Windows 10, version 2004 requirements&lt;/A&gt;&amp;nbsp;remain applicable for Windows 10, version 22H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Hardware Lab Kit&lt;/STRONG&gt;&amp;nbsp;– No change. Since WHCP requirements will persist in Windows 10, version 22H2, the Windows Hardware Lab Kit (Windows HLK) will also remain the same. There will not be a new Windows HLK release for Windows 10, version 22H2 and partners can continue using Windows 10, version 2004 HLK for certification.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Errata –&lt;/STRONG&gt;&amp;nbsp;No change. All Windows 10, version 2004 errata will continue to be valid for Windows 10, version 22H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows HLK playlist –&lt;/STRONG&gt;&amp;nbsp;No change. The&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FHLKPlaylist&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7C55e87824873745794e3308da6e72ec10%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637943737112938410%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=ZIsgfX6zjIqXR1uSN1wa%2FsPeX8Z9aqfS1sxRyDUF%2BZY%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows HLK version 2004 playlist&lt;/A&gt;&amp;nbsp;can be used for Windows 10, version 22H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Driver signature –&lt;/STRONG&gt;&amp;nbsp;No change. Drivers that meet all the applicable Windows 10, version 2004 requirements will be digitally signed with the same signature attributes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Submission –&lt;/STRONG&gt;&amp;nbsp;No change. Windows 10, version 2004, version 20H2, version 21H1, version 21H2 and version 22H2 can be used for WHCP submission.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP qualification –&lt;/STRONG&gt;&amp;nbsp;Windows 10, version 2004&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Required OS version –&lt;/STRONG&gt;&amp;nbsp;Windows 10, version 22H2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;HLK version –&lt;/STRONG&gt;&amp;nbsp;HLK version 2004&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:38:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/whcp-guidance-for-windows-10-version-22h2/ba-p/3586362</guid>
      <dc:creator>Naim_Mohammad</dc:creator>
      <dc:date>2022-08-02T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program for Windows 11, version 22H2</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-for-windows-11-version/ba-p/3423905</link>
      <description>&lt;P&gt;The updated version of the Requirements, Windows Hardware Lab Kit (HLK), along with updated playlists for testing Windows 11, version 22H2 hardware can be downloaded from below links. Compared to previous releases of the HLK, this version is intended for exclusive testing for Windows 11, version 22H2. Previous version of the HLK remain available at&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7Cc1f843e8aae345befcf608da3d945688%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637890004568146211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=nhv7qvUAVTOGYLsvgU5gbTTBVe0XwD%2F47pZXy4lKe%2Fo%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLK Kits&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**Please note that Partner Center (Hardware Dev Center) will only start accepting submissions from 5/31/2022 onwards. Partners can download requirements and start hardware validation with updated kit now, but submissions can only be done starting 5/31/2022.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows 11, version 22H2 WHCP Requirements&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;WHCP requirements for Windows 11, version 22H2 can be found here - &amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fwindows-hardware%2Fdesign%2Fcompatibility%2Fwhcp-specifications-policies&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7Cc1f843e8aae345befcf608da3d945688%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637890004568146211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=0sDq%2F6AblsQgh8y%2BOSNPddITJHZQDFupdcnSV8ksrf0%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;WHCP Specifications and Policies&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows 11, version 22H2 certification build&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Minimum acceptable build for Windows 11, version 22H2 certification is RTM build(i.e. 22621).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows 11, version 22H2 WHCP Playlists &amp;amp; Hardware Lab Kit&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Hardware Lab Kit can be found here&lt;STRONG&gt; - &lt;/STRONG&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2F&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7Cc1f843e8aae345befcf608da3d945688%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637890004568146211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=Zi%2Frm8VcCbIvd2adkexEs6oC%2B0CBbHZrUYd%2BORDPwzA%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Hardware Lab Kit&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table below illustrates the playlists needed for testing each architecture: Link - &amp;nbsp;&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FHLKPlaylist&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7Cc1f843e8aae345befcf608da3d945688%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637890004568146211%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=%2BciwL4lFssYUOYoXTWyJa53%2Fi4JZU3WWZLfiDPuBj00%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLKPlaylist&lt;/A&gt;&lt;/P&gt;
&lt;TABLE width="603"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Testing Target Architecture&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Applicable Playlist(s)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;x64&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;HLK Version 22H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;ARM64*&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;HLK Version 22H2 CompatPlaylist x64 ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 22H2 CompatPlaylist ARM64_x86_on_ARM64.xml&lt;/P&gt;
&lt;P&gt;HLK Version 22H2 CompatPlaylist ARM64_x64_on_ARM64.xml&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Please refer to the&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fwindows-hardware%2Ftest%2Fhlk%2Fgetstarted%2Fwindows-hlk-getting-started&amp;amp;data=05%7C01%7CNaim.Mohammad%40microsoft.com%7C3f57416d1c6c474e318408da3de3202d%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637890342953886800%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=v7KCkRJ4ThpoEoBVpS%2FeKQ5PzBMuQcES2HmHUfy3%2By0%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;HLK Getting Started Guide&lt;/A&gt;&amp;nbsp;for details on HLK client setup and playlist use.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Windows 11, version 22H2 – Submissions on Hardware Dev Center&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Partner Center will start accepting submissions for Windows 11, version 22H2 starting 5/31/2022. When making WHCP submissions for the Windows 11, version 22H2 certification, use the following target in Partner Center:&lt;/P&gt;
&lt;TABLE width="420"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="420"&gt;
&lt;P&gt;&lt;STRONG&gt;Submission Target&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="420"&gt;
&lt;P&gt;Windows 11 Client x64, version 22H2 Full&lt;/P&gt;
&lt;P&gt;Windows 11 Client ARM64, version 22H2 Full&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Windows 11, version 22H2 based systems may ship with drivers that have achieved compatibility with Windows 11, version 21H2 until Oct 31st, 2022.&lt;/STRONG&gt;&lt;BR /&gt;Partners looking to achieve compatibility for systems shipping with Windows 11, version 22H2 Release may use drivers for components that achieved compatibility with Windows 11, Version 21H2 until Oct 31st, 2022.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Errata &lt;/STRONG&gt;103871&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;is available to filter the “System Logo Check” failure seen when testing Windows 11, version 22H2 based systems with Windows 11, Version 21H2 qualified drivers. To apply, download the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/windows-hardware/test/hlk/user/windows-hardware-lab-kit-filters" target="_blank" rel="noopener"&gt;Latest Errata Filter Package.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 19:49:24 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-for-windows-11-version/ba-p/3423905</guid>
      <dc:creator>Naim_Mohammad</dc:creator>
      <dc:date>2022-08-12T19:49:24Z</dc:date>
    </item>
    <item>
      <title>Windows Hardware Compatibility Program guidance for Windows 10, version 21H2</title>
      <link>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-10/ba-p/2758069</link>
      <description>&lt;P&gt;When Windows 10, version 21H2 is released later this year, there will be no updates to the Windows Hardware Compatibility Program (WHCP). The program will utilize the same guidelines as Windows 10, version 2004, which include the following activities:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP requirements&lt;/STRONG&gt;&amp;nbsp;– No change.&amp;nbsp;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2128674" target="_blank"&gt;Windows 10, version 2004 requirements&lt;/A&gt;&amp;nbsp;remain applicable for Windows 10, version 21H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Hardware Lab Kit (Windows HLK) &lt;/STRONG&gt;– No change. Since WHCP requirements persist in Windows 10, version 21H2, the Windows HLK also remains the same. There will not be a new Windows HLK release for Windows 10, version 21H2. Both Windows 10, versions 2004 and 21H2 can be used for the Windows 10, version 2004 qualification.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Errata –&lt;/STRONG&gt;&amp;nbsp;No change. All Windows 10, version 2004 waivers will continue to be valid for Windows 10, versions 20H2, 21H1, and 21H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows HLK playlist&lt;/STRONG&gt;&amp;nbsp;– No change. The&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FHLKPlaylist&amp;amp;data=04%7C01%7CNaim.Mohammad%40microsoft.com%7C24fc361fe73a47f3316a08d9789d9a4f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637673440558359444%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=EKhCDS%2Fhk8M0E0%2BDf8%2FCS9JBdFSwDkqZO7WdC0M%2B7RE%3D&amp;amp;reserved=0" target="_blank"&gt;Windows HLK for Windows 10, version 2004 playlist&lt;/A&gt;&amp;nbsp;can be used for Windows 10, versions 2004, 20H2, 21H1, and 21H2.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Driver signature&lt;/STRONG&gt;&amp;nbsp;– No change. Drivers that meet all the applicable Windows 10, version 2004 requirements will be digitally signed with the same signature attributes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Submission&lt;/STRONG&gt;&amp;nbsp;– No change. Windows 10, versions 2004, 20H2, 21H1 21H2 can be used for WHCP submission.&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;WHCP qualification&lt;/STRONG&gt;&amp;nbsp;– Windows 10, version 2004&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Required OS version&lt;/STRONG&gt;&amp;nbsp;– Windows 10, version 2004, version 20H2, version 21H1, and version 21H2&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;HLK version&lt;/STRONG&gt;&amp;nbsp;– Windows HLK for Windows 10, version 2004&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;P&gt;For more information on the Windows Hardware Compatibility Program, visit &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2FWHCP&amp;amp;data=04%7C01%7CNaim.Mohammad%40microsoft.com%7C24fc361fe73a47f3316a08d9789d9a4f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637673440558359444%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=1ho2XvdpcIjMlEgeTdi1HPC2VrisXQY8ZeN%2Bv2i26po%3D&amp;amp;reserved=0" target="_blank"&gt;https://aka.ms/WHCP&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 20:24:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-hardware-compatibility-program-guidance-for-windows-10/ba-p/2758069</guid>
      <dc:creator>Naim_Mohammad</dc:creator>
      <dc:date>2021-09-16T20:24:43Z</dc:date>
    </item>
  </channel>
</rss>

