330 questions with Windows development | Windows Driver Kit (WDK) tags
Issues with Miniport Drive in Win11 25H2 version of HLK
We are encountering issues with our USB network adapter device driver (Miniport Driver) during HLK testing and request assistance with analysis:(1).All tests pass normally when using the Win11 22H2 version of HLK. (2).The CheckConnectivity and…
Windows development | Windows Driver Kit (WDK)
WFP API Race Condition: BSOD in FwpsCompleteOperation0 due to undocumented TCP Endpoint Teardown vulnerability at ALE Layers
Hello, I'm developing a WFP callout driver and have identified a severe, reproducible race condition involving FwpsPendOperation0 and FwpsCompleteOperation0 at the Application Layer Enforcement (ALE) layers (specifically…
Windows development | Windows Driver Kit (WDK)
HLK Studio shows “No targets in project” after successful Controller and Client setup (Windows Server 2019 + Windows 10)
Title: HLK Studio shows “No targets in project” after successful Controller and Client setup (Windows Server 2019 + Windows 10) Summary I am attempting to set up the Windows Hardware Lab Kit (HLK) environment following the official Microsoft…
Windows development | Windows Driver Kit (WDK)
HLK Client Machine Status Stuck at NotReady with Error: "Latest Resource Configuration is null, cannot build machine properties"
I am setting up a Windows HLK (Hardware Lab Kit) test environment. The HLK Controller is running normally, but the client machine (machine name: / , OS: Windows 11 Client x64, build number: 26100) remains in the status in HLK Studio and cannot transition…
Windows development | Windows Driver Kit (WDK)
WHQL testing for a service driver: is it OK to use VMs to run HLK tests?
This is a software service not a hardware driver. The HLK tests seemed to run OK in Windows 10 and 11 VMs, but is that allowed for submitting the HLKX?
Windows development | Windows Driver Kit (WDK)
How to fix avshws.sys driver with {The driver input point cannot be found} (errorcode=39)
I successfully compiled the project file(Windows-driver-samples-main\avstream\avshws) using VS2022 and generated the avshws.sys,avshws.inf,avshws.cat. Install the driver according to the "README.md" on Win10 22h2. It is not going…
Windows development | Windows Driver Kit (WDK)
HLK 25H2: Wi-Fi Direct test stuck at "Run Test" / "Start RemoteServer on SUT" – client completed but controller not receiving status
Environment: Windows HLK version: 25H2 Test machines: TEST4 (DUT) and TEST1 (SUT), both in machine pool WIFIV1560, Runtime Version 2.7.3539.0 Test name: Wi-Fi Direct Service Pairing and Reconnect Tests - Functional Job ID: 1270 Log path:…
Windows development | Windows Driver Kit (WDK)
HLK USB-IF Certification Validation Test failed with "No Valid Test ID Reported" during test execution
Hello Team, We are validating a Windows driver package using HLK. During HLK test execution, the following test failed: USB-IF Certification Validation Test (Device) The exact failure message from the HLK log is: "No Valid Test ID…
Windows development | Windows Driver Kit (WDK)
Whql addrechange test case failing
Hi All, I’m facing failures in a few HLK network test cases using: HLK Server: Windows Server 2022 Client systems: Windows Server 2025 / Windows 11 Issue Summary The failures seem to be related to IPX packets being dropped, as observed via…
Windows development | Windows Driver Kit (WDK)
How to Fix Inf2Cat Error when building driver?
I'm following the procedure outlined here (https://dotnet.territoriali.olinfo.it/en-us/windows-hardware/drivers/develop/signing-a-driver-during-development-and-testing) to test sign a driver. In the "Enabling test signing manually" section, when I allow…
Windows development | Windows Driver Kit (WDK)
HLK Test Failures on Windows 11 25H2 (Passed on 24H2 with Same Driver)
Hello, We are currently validating a WFP callout driver using HLK for Windows 11 certification. Our driver passed all required HLK test cases on Windows 11 24H2 without any issues. However, when running the same driver binary and HLK configuration on…
Windows development | Windows Driver Kit (WDK)
How to fix the error BlockingDetectionFound, when i submit new driver for sign
when i submit new driver for sign, it retern error BlockingDetectionFound, errcode is 4001. but the driver i submit is a empty driver. it mean the driver only have driverentry, but no any other interface.
Windows development | Windows Driver Kit (WDK)
[HLK] Driver attribute test fails with "Driver package folder is not specified."
Hello, I am using VHLK to execute HLK test cases for my PCIe device. All test cases are passing except the Driver Attribute Test. The test report shows the following error: From the logs, it appears that HLK Studio is unable to locate the driver package…
Windows development | Windows Driver Kit (WDK)
How to fix inf2cat error when loading WindowsProtectedFiles.xml file in visual studio 2022
C:\Program Files\Microsoft Visual Studio\2022\Community>inf2cat /driver:"E:\job\PCI\ftpcie440\win_drv\ftpcie440\ftpcie440" /os:10_X64 ................................................... An error occurred loading the Windows file protection…
Windows development | Windows Driver Kit (WDK)
Compile a keyboard layout with Visual Studio
Hello all, I created a custom keyboard layout for my own usage. I edited the usual keyboard files (kbdxx.c, kbdxx.def, kbdxx.rc, kbdxx.h and sources) and added the others files (makefile and makefile.inc) based on WDK samples in a folder. I installed an…
Windows development | Windows Driver Kit (WDK)
Static Tools Logo Test failed log
this is my static tool logo test log. I don't know why failed. my driver is a ndis miniport driver. Can anyone help me check what's causing the issue? Thanks a lot. failed log: tn63x64.DVL.XML
Windows development | Windows Driver Kit (WDK)
Running my security product as a PPL, obtaining an Altitude value
Hi, I'm developing a security product that needs to access ETW classes that require an altitude value, and needs to run as a Protected Process Light (PPL). What do I need to do to have this? I'm already a Microsoft Partner and part of the HW program so I…
Windows development | Windows Driver Kit (WDK)
Windows Hardware Dashboard: Attestation signing fails (no validation rule shown) for Windows 11 24H2/25H2
This issue concerns the Windows Hardware Dashboard (Hardware Submission & Signing – all OS versions). I need assistance diagnosing attestation signing failures for Windows 11 24H2 and 25H2. Two separate attestation submissions fail with the same…
Windows development | Windows Driver Kit (WDK)
WDK Include Path
I'm having trouble compiling my driver solution on VS 2022 + WDK. On some systems, the compilation works fine but on others I get this error: Cannot open include file: 'ntifs.h': No such file or directory After including this folder in the project…
Windows development | Windows Driver Kit (WDK)
HLK failure: Filter.Driver.WindowsFilteringPlatform.Firewall.NotOnlyPermitAllFilters – clarification on minimal compliance
Hello, We are currently blocked on Windows HLK certification for our WFP-based network driver and have been facing the following test failure for the last 1–1.5 weeks: Filter.Driver.WindowsFilteringPlatform.Firewall.NotOnlyPermitAllFilters The HLK log…