35 questions with Windows Driver Kit (WDK) tags

Sort by: Updated
0 answers

InfVerif on Windows 11 24H2 - Smartcard minidriver

The InfVerif that was introduced with Windows 11 24H2 (- see https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/infverif_h) provides an error if an AddReg HKLM\SOFTWARE\wow6432Node\Microsoft\Cryptography\Calais\SmartCards is performed.…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-19T09:36:06.1133333+00:00
Markus Punz 0 Reputation points
0 answers

Smart card minidriver - InfVerif on Windows 11 24H2

The InfVerif that was introduced with Windows 11 24H2 (- see https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/infverif_h) provides an error if an AddReg HKLM\SOFTWARE\wow6432Node\Microsoft\Cryptography\Calais\SmartCards is performed.…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-19T09:31:52.9366667+00:00
Markus Punz 0 Reputation points
0 answers

WDI issue during association

I am developing a wireless car for windows 10 with wdi, while it associated with Ap, Ap send EAPOL M1 message to our driver, but the driver offen didn't answer the EAPOL M2 messsage. Any way to analyze this issue?

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,293 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-19T07:20:23.2933333+00:00
AndyFuture 0 Reputation points
0 answers

Windows driver framework(WDF): In UAS mode SCSI Read16 commands fails with USBD_STATUS_CANCELLED and a USB reset is seen

I have an inhouse developed WDF based driver which can run USB SCSI commands in UAS mode in USB 3.0 speed. Scenario: The test script queues multiple Read16 SCSI commands to the USB device which supports UAS mode. The test has run for approx. 26hours…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,975 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-18T09:30:52.5166667+00:00
Veeresh Koninti 0 Reputation points
2 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtek NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-05-24T09:33:57.9066667+00:00
xiaojiang gu 0 Reputation points
answered 2024-06-17T08:21:21.89+00:00
xiaojiang gu 0 Reputation points
0 answers

how to get the firmware data in the wdi driver

Hi: I am analysising a wifi driver. I can't understand how the device driver get the current firmware data. In linux,the driver can call request_firemware api to get the firmware info, then download the firmware, and the firmware files are placed in…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,954 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-17T07:24:09.0233333+00:00
Xiaojie Ma 0 Reputation points
edited the question 2024-06-17T07:26:34.6366667+00:00
Xiaojie Ma 0 Reputation points
0 answers

Sending PCIe Message TLP (Vendor Defined Message) from windows Kernel mode driver

Hi, I'm trying to write a custom driver on windows 10 (with KMDF) to frame & send PCIe TLP packets to PCIe EndPoint with user-defined payload. I'm able to do PCIe CfgRead, CfgWrite operations with READ_REGISTER_ULONG and WRITE_REGISTER_ULONG APIs.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,782 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,600 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-11T17:01:52.9166667+00:00
Srinath Prakash 0 Reputation points
edited the question 2024-06-14T09:19:58.2066667+00:00
Srinath Prakash 0 Reputation points
2 answers

How to use DrvDeviceCapabilities in winddiui.h (WITH winspool.lib added but LNK2019 unresolved external symbol STILL occured )

Function DrvDeviceCapabilities(winddiui.h) should be used if I want to identify a printer's color capability according to this link. But there is always a link error (LNK2019 unresolved external symbol ) though I added winspool.lib to Library Directories…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,600 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-06T01:41:05.85+00:00
GanDalf LeBron 0 Reputation points
commented 2024-06-10T07:00:04.95+00:00
RLWA32 42,006 Reputation points
0 answers

WIA Transfer Test fails in Win 11 24h2 HLK

Hello community, Executing HLK tests for WIA driver in windows 11 24H2 26100, WIA Transfer Test fails with "Error Creating the Device" and WIA version compliance test fail below is the log from…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-10T05:05:53.0633333+00:00
Roshni 21 Reputation points
edited the question 2024-06-10T06:14:59.9466667+00:00
Tong Xu - MSFT 2,116 Reputation points Microsoft Vendor
0 answers

Driver Overran Stack Buffer

Hi, I keep receiving the DRIVER OVERRAN STACK BUFFER blue screen followed by the system restart. From what I can see, it happens during a CPU/RAM load spike, i.e. I click something large on Facebook. Here's what I did before posting this question: …

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-09T16:25:24.1433333+00:00
Max Mukhin 0 Reputation points
0 answers

PCIe driver using WDF: Cannot access memory value

I am writing a PCIe driver using WDF, but I'm having trouble accessing memory values. Specifically, when I use MmMapIoSpaceEx to map Bar0 memory space to a virtual address with continuous length, I cannot read or write values to memory. The device has…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-07T02:52:36.5766667+00:00
wenjay chen 0 Reputation points
0 answers

SDV Deprecation Announcement

Hello Windows driver developer community. I’m part of the Windows Driver Kit (WDK) team here at Microsoft. I wanted to give an update on our static analysis strategy for drivers. As most of you know, we’ve supported three different code analysis tools…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-05T06:46:55.54+00:00
Paul Eze 0 Reputation points Microsoft Employee
0 answers

Device Manager does not show 'Bus Reported Device Description'

Hi, i need the device description for my APP, but unfortunately appropriate API calls does not return anything and by investigating the device manager it does not show up either. I am searching the USB enumeration list until the correct vid pid and a…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,600 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,567 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-04T06:54:08.5766667+00:00
MO_660 0 Reputation points
edited the question 2024-06-04T09:20:19.4166667+00:00
Minxin Yu 10,466 Reputation points Microsoft Vendor
0 answers

Is there a DxgkDdi interface can be triggered by pressing keys?

I am developing a display driver, and I want to manually call the kernel function during gpuhang, instead of waiting until the system times out to call it automatically. I would like to ask if dxgkddi has a similar interface, which can be manually…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,567 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-04T07:17:31.9466667+00:00
Kevin Yuan 0 Reputation points
1 answer

How to Setup the Microsoft IPP Driver for the printer support app.?

Hi, I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer. PSA extensions: <Extensions> <printsupport:Extension Category="windows.printSupportWorkflow"…

Universal Windows Platform (UWP)
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-03T06:42:17.1133333+00:00
Pegasus Admin 0 Reputation points
answered 2024-06-03T23:17:02.9933333+00:00
Manu M 0 Reputation points Microsoft Employee
0 answers

[HLK] All test items failed at "Configure Crash dump event log setting" since cmd te.exe failed.

Dear Microsoft QA team, I am currently conducting HLK testing for a newly developed Windows 11 driver. The testing environment is newly deployed. However, all test items are failing at the initial "Configure Crash dump event log setting" stage.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,975 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,447 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-06-01T15:02:13.6566667+00:00
xiaoyalun (INT) 0 Reputation points
edited the question 2024-06-01T15:24:06.38+00:00
xiaoyalun (INT) 0 Reputation points
0 answers

Why RebootForDeiceRecovery step fails during HLK , DF - Concurrent Hardware And Operating System (CHAOS) Test (Development and Intergration).

Hi. I am currently in the process of HLK certifying the PCIe video capture card driver. The development environment is as follows. HLK Server OS: window server 2019 Standard Taget OS BuildNumber: Win10 1904 Drvier: KMDF 1.11 Connect Slot: PCIe…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,567 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-05-29T07:41:31.5+00:00
isjung 0 Reputation points
edited the question 2024-06-01T00:06:40.9+00:00
isjung 0 Reputation points
0 answers

Visual Studio 2022 : error 1296 Hardware 'Test_(01)' does not have an associated service using install section 'A9_GBD'

I upgraded my Visual Studio from 2017 to 2022, and also the SDK and WDK do the brand release. In the past with older releases I have no issue with V3 printer INF File. Now I always get an error with code 1296 Hardware 'Test_(01)' does not have an…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-05-28T13:07:19.2933333+00:00
Hubert Brill 0 Reputation points
commented 2024-05-29T07:23:54.6233333+00:00
Hubert Brill 0 Reputation points
0 answers

How to access registry items under driver service registry key path of Win11 24H2 in a WDF driver?

I am currently utilizing a Kernel Mode Driver Framework (KMDF) driver, employing the RtlQueryRegistryValues function with parameters (RTL_REGISTRY_ABSOLUTE, L"\Registry\Machine\System\CurrentControlSet\Services...") to access specific registry…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,600 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,567 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-05-22T01:22:02.8666667+00:00
Jingshan Song (Jingshan) 5 Reputation points
edited a comment 2024-05-28T11:36:39.61+00:00
RLWA32 42,006 Reputation points
0 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtke NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,659 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
35 questions
asked 2024-05-24T09:26:48.28+00:00
xiaojiang gu 0 Reputation points