230 questions with Windows development | Windows Driver Kit (WDK) tags

Sort by: Updated
0 answers

Opengl 2.1 driver update

I need help updating my opengl drivers 2, 2.1! to do that i need help. If u can help email me (******@gmail.com) thank you

Windows development | Windows Driver Kit (WDK)
asked 2025-08-29T06:45:34.4433333+00:00
Seth Glaze4 0 Reputation points
commented 2025-08-29T06:46:34.4933333+00:00
Seth Glaze4 0 Reputation points
1 answer

Partner Center Vetting status changed to Rejected and no way to fix it

I set up an account at Partner Center for my company to submit device drivers. I submitted a test file signed with our EV certificate, as required, and all was fine. Now its Vetting status has changed to Rejected, and there is no means to fix it, there…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-27T06:04:59.4933333+00:00
Joe6 0 Reputation points
edited a comment 2025-08-29T04:28:12.16+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 385 Reputation points Microsoft External Staff
0 answers

nvlddmkm.sys error with event id 153 crashing my game

A couple of months ago an issue that freezed my screen while playing apex legends started to happen and at the beginning it happened every 30 minutes or so. The issue had to do with the nvlddmkm.sys driver which reached too high latency and execution…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-27T12:02:14.3866667+00:00
Michail Mitakis 0 Reputation points
0 answers

why my DDIStopDevice is called?

I am writing a driver for display adaptor. when loading my driver i can see that my DDIStartDevice() is being called and returns STATUS_SUCCESS. then my DDIQueeryChildRelations is called and returns STATUS_SUCCESS. but then my DDIStopDevice is being…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-25T09:41:06.2533333+00:00
Adi Kachal 0 Reputation points
0 answers

VhfCreate error 0xC0000010

I am a beginner and I plan to write a virtual driver program. But I encountered an error in the VhfCreate function: Vhf创建失败: 0xC0000010 this some code #include <ntddk.h> #include <wdf.h> #include <initguid.h> #include…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-24T01:25:58.4066667+00:00
hulirou 0 Reputation points
edited the question 2025-08-24T02:00:30.45+00:00
彭迪斯 9,580 Reputation points Volunteer Moderator
0 answers

Do we need to Register the background tasks in Print Support App.?

Do we need to register the background tasks .? https://learn.microsoft.com/en-us/windows/uwp/launch-resume/register-a-background-task I am using "Extension Category="windows.printSupportWorkflow" " for the Print Support app. Because…

Developer technologies | Universal Windows Platform (UWP)
Windows development | Windows Driver Kit (WDK)
asked 2024-09-26T03:54:08.91+00:00
Pegasus Admin 5 Reputation points
commented 2025-08-22T07:40:03.9+00:00
朝辉 莫 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"…

Developer technologies | Universal Windows Platform (UWP)
Windows development | Windows Driver Kit (WDK)
asked 2024-06-03T06:42:17.1133333+00:00
Pegasus Admin 5 Reputation points
edited a comment 2025-08-22T07:35:07.95+00:00
朝辉 莫 0 Reputation points
0 answers

Change decimal sign on Numpad

Why is it not possible to change decimal comma to a dot at the numpad with a Swedish keyboard layout? Since I work as a engineer with programming and calculations within programs that English aas their language where a decimal sign is a dot and comma is…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-21T10:40:03.53+00:00
Steffenburg-Nordenström Joachim 0 Reputation points
commented 2025-08-21T15:25:58.3733333+00:00
Jeff McCashland 481 Reputation points Microsoft Employee Moderator
0 answers

Windows Server 2025 hardware certification

We are planning certify our server with Windows Server 2025 . I would like to understand below thing .   What the Playlist name for Windows Server 2025  Is TPM mandatory ? Can we skip specific test like USB Generic HID Test & USB xHCI Transfer…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-21T05:22:27.35+00:00
Narasimha Rao 0 Reputation points
0 answers

auto rotation not working

Auto rotation to tablet mode is not working. also the option for autorotate lock is no longer in the setting> display> scale & layout. please fix this

Windows development | Windows Driver Kit (WDK)
asked 2025-08-18T12:43:09.7433333+00:00
Ummie Umaiera Mohd. Johan 10 Reputation points
edited a comment 2025-08-19T22:55:45.1233333+00:00
Harald 0 Reputation points
1 answer

VirtualSerial2 sample driver not showing up in DeviceManager

Can anyone tell me an environment (versions of Windows, VisualStudio, SDK, WDK) where the VirtualSerial2 driver sample compiles and runs??? I tried to build this sample (from GitHub) with Microsoft Visual Studio Community…

Windows development | Windows Driver Kit (WDK)
asked 2024-10-14T11:42:56.6766667+00:00
Paul Sievers 25 Reputation points
answered 2025-08-14T01:52:33.6033333+00:00
Marvin Köhler 0 Reputation points
0 answers

How to install HID keyboard Filter Driver in Windows

Hi, -I have developed one Keyboard HID filter driver for my custom keyboard, when i attach my keyboard and try to install using Device…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-11T13:00:24.9866667+00:00
Ajay Rathor 25 Reputation points
edited the question 2025-08-13T04:41:45.01+00:00
Ajay Rathor 25 Reputation points
0 answers

Build of kernel drivers with Arch:AVX2 on WDK

Using VS2022 17.14.10 with WDK 10.0.26100.4202. It has been noticed that AVX2 CPU instruction set is no longer supported for kernel driver builds. Only SSE2 seems to be supported. The compiler error: cl : command line error D8016: '/arch:AVX2' and…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-12T04:23:42.05+00:00
DmitriO-9411 6 Reputation points
0 answers

VS2022 driver build fails on the INF file that is excluded from the build

This ticket was forwarded from VS2022 ticket team as they have reproduced and determined that the problem is with WDK. It worked in VS2019 16.11.46 with WDK 10.0.22621.0, now fails in VS2022 17.14.10 with WDK 10.0.26100.0. The reference to the original…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-12T03:54:42.08+00:00
DmitriO-9411 6 Reputation points
0 answers

Clarification on UMD Driver Package and Windows Update Support

Dear Microsoft Support Team, We are currently investigating how to update UMD drivers via Windows Update. I have reviewed the following documentation regarding driver publishing and packaging: Publish a driver to Windows Update Components of a…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-08T08:44:16.1266667+00:00
Ruochen Xu 0 Reputation points
0 answers

How to read SOAP fault response from WSD API sendtwowayrequest in c++

Hello community, I am working with WIA mini driver, after sending a request with SendTwoWayRequest, MFP responses with SOAP FAULT response, which could be seen in wireshark but no data is returned in context.results also GetFaultInfo doesn't return any…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-07T05:38:02.9633333+00:00
Roshni 21 Reputation points
0 answers

Media Foundation incorrectly assigns first frame's timestamp as 0.0333 instead of 0 when creating MP4 files.

Short Description We are encountering an issue while generating MP4 video files using the Media Foundation library. Specifically, the timestamp of the first video frame is incorrectly set to 0.0333 seconds, rather than starting at 0. This value…

Windows development | Windows Driver Kit (WDK)
asked 2025-07-22T14:56:33.21+00:00
ZTS 60 Reputation points
commented 2025-08-05T10:21:45.3333333+00:00
ZTS 60 Reputation points
1 answer

USB Fingerprintsensor USB\VID_2541&PID_0236&REV_0200 gets no driver

hi, i often use my laptop closed on a dock. So i want to use an external fingerprintsensor with the hadrware id : USB\VID_2541&PID_0236&REV_0200 USB\VID_2541&PID_0236 Windows 11 does not install the driver automatically. The search does not…

Windows development | Windows Driver Kit (WDK)
asked 2025-08-01T05:22:42.5533333+00:00
CHRISTIAN PROIER 0 Reputation points
answered 2025-08-03T10:40:43.3566667+00:00
CHRISTIAN PROIER 0 Reputation points
0 answers

Synaptics Incorporated - Biometric - 5.1.340.26 Install error - 0x800f020b

when i try to update Synaptics Incorporated - Biometric - 5.1.340.26 Install error - 0x800f020b get this error in win lanavo x1 carbon 4th gen

Windows development | Windows Driver Kit (WDK)
asked 2025-08-01T04:46:37.66+00:00
Forrukh Ahmed Maroof 0 Reputation points
2 answers

Registration blocked for Hardware Developer Program

I’m trying to enroll in the Windows Hardware Developer Program in order to attestation-sign my own kernel-mode drivers via Partner Center, but my registration request is always blocked by Microsoft’s automated trust check before I even get to upload my…

Windows development | Windows Driver Kit (WDK)
asked 2025-07-10T11:36:31.9066667+00:00
Олег Зеркалий 25 Reputation points
answered 2025-07-31T17:45:26.5866667+00:00
Олег Зеркалий 25 Reputation points