SDK and WDK for 19042+

javier de muniategui 1 Reputation point
2022-04-15T10:49:06.897+00:00

Hello, i'm starting on driver development with the latest version of visual studio 2019 (and also right now i'm giving a try to 2022 to see if my issue is solved).

I've just want to try debugging tools for windows - kernel debugger debugging option which allows to deploy on a remote computer the driver and test it using windbg internally (as far as i understood).

The problem is that seeing some posts here i'm having the same issue: https://learn.microsoft.com/en-us/answers/questions/735397/failed-to-install-wdtf-on-configuring-a-target-mac.html

Installing driver test framework is failing and the solution provided is to make use of an WDK that does match the operating system.

My Host and Guest are both windows 10 21H2 (19044.1645), however there is no SDK nor WDK updated to a version above 19041. How i'm supouse to do it? I'm giving a try to visual sutdio 2022 and the preview versions of SDK and WDK but i have little faith since the versions are for Windows 11 which obiousle does not match the SO version i'm using.

How can i solve it?

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,540 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. hidaka 76 Reputation points MVP
    2022-04-15T14:27:00.087+00:00

    You have to use these things to develop all Windows Drivers including Windows 11. Others are not supported.

    • Visual Studio 2019
    • Windows 11 SDK (22000.1)
    • Windows 11 WDK

    See below.

    https://learn.microsoft.com/windows-hardware/drivers/download-the-wdk


  2. Smitha Challa 31 Reputation points
    2022-05-12T05:45:23.773+00:00

    Javier,

    Thank you for your help. I can now add a driver package in vs2019. I have both wdk and sdk.
    Let me now figure out how to sign it correctly hoping it will work correctly. I appreciate your help.

    0 comments No comments