Windows driver kit version windows 10

From Wikipedia, the free encyclopedia

«WDK» redirects here. For the ISO 639 code wdk, see Yarli language.

Windows Driver Kit

Developer(s) Microsoft
Initial release 1992; 33 years ago
Stable release

10.1.26100.2454
/ November 27, 2024; 5 months ago[1]

Operating system Microsoft Windows
Available in English
License Proprietary commercial software
Website docs.microsoft.com/en-us/windows-hardware/drivers/index

The Windows Driver Kit (WDK) is a software toolset from Microsoft that enables the development of device drivers for the Microsoft Windows platform.[2] It includes documentation, samples, build environments, and tools for driver developers.[3] A complete toolset for driver development also need the following: a compiler Visual Studio, Windows SDK, and Windows HLK.

Previously, the WDK was known as Device Development Kit (DDK)[4] for Windows 3.x and Windows 9x. It supported the development of VxD drivers. Later versions for Windows NT and Windows 98SE and ME were called Driver Development Kit (DDK)[5] and supported Windows Driver Model (WDM) development. It got its current name when Microsoft released Windows Vista and added the following previously separated tools to the kit: Installable File System Kit (IFS Kit), Driver Test Manager (DTM), though DTM was later renamed and removed from WDK again.

The DDK for Windows 2000 and earlier versions did not include a compiler; instead one had to install Visual C++ separately to compile drivers. From the version for Windows XP the DDK and later the WDK include a command-line compiler to compile drivers. One of the reasons Microsoft gave for including a compiler was that the quality of drivers would improve if they were compiled with the same version of the compiler that was used to compile Windows itself while Visual C++ is targeted to application development and has a different product cycle with more frequent changes. The WDK 8.x and later series goes back to require installing a matched version of Visual Studio separately, but this time the integration is more complete in that you can edit, build and debug the driver from within Visual Studio directly.

Version Build number Release date Supported Driver Model
Windows 3.0 DDK 1990 VxD
Windows 3.1 DDK 1992 VxD
Windows NT 3.1 DDK 1993 NTDM
Windows NT 3.5 DDK 1994 NTDM
Windows NT 3.51 DDK 1025.1 July 1995 NTDM
Windows 95 DDK October 1995 VxD
Windows 95 DDK a June 1996 VxD
Windows 95 DDK b VxD
Windows 95 DDK c (MSDN July 1998) June 1998 VxD
Windows NT DDK (for Windows NT Workstation 3.51) July 1996 NTDM
Windows NT DDK (for Windows NT Workstation 4.0) 1381.1 August 1996 NTDM
Windows 98 DDK July 1998 VxD, WDM?
Windows 98 SE DDK May 1999 VxD, WDM?
Windows 2000 DDK 2195.1 February 2000 WDM
Windows Me DDK August 7, 2000 VxD only
Windows XP Driver Development Kit (DDK) 2600 September 21, 2001 WDM
Windows XP SP1 Driver Development Kit (DDK) 2600.1106 November 14, 2002 WDM
Windows Server 2003 DDK 3790 April 9, 2003 WDM
Windows Server 2003 with Service Pack 1 DDK 3790.1830 April 6, 2005 WDM

Note: Windows NT DDK, Windows 98 DDK and Windows 2000 DDK are no longer made available by Microsoft because of Java-related settlements made by Microsoft with Sun Microsystems.[6]

Version Build number Release date Develops drivers for Visual Studio integration Notes
Windows Driver Kit for Windows Vista 6000 November 29, 2006 Windows Vista
Windows Driver Kit – Server 2008 (x86, x64, ia64) 6001.18000 January 1, 2008 Windows XP SP1 – Vista SP1, Windows Server 2000 SP4 – 2008
Windows Driver Kit – Server 2008 (x86, x64, ia64) 6001.18001 April 1, 2008
Windows Driver Kit – Server 2008 Release SP1 (x86, x64, i64) 6001.18002 December 8, 2008 Windows XP SP1 – Vista SP1, Windows Server 2000 SP4 – 2008 SP1
Windows Driver Kit 7.0.0 7600.16385.0 August 6, 2009 Windows 7, Windows Server 2008 R2
Windows Driver Kit 7.1.0 7600.16385.1 February 26, 2010 Windows XP SP3 – 7, Windows Server 2003 SP1 – 2008 R2 [7]
Windows Driver Kit 8.0 8.59.25584 August 15, 2012 Windows 7 – 8, Windows Server 2008 R2 – 2012 Visual Studio 2012 Downloads before 8/17/2012 had a bug in WDF co-installer[8]
Windows Driver Kit 8.1 8.100.26638 September 16, 2013 Windows 7 – 8.1, Windows Server 2008 R2 – 2012 R2 Visual Studio 2013[9]
Windows Driver Kit 8.1 Update 8.100.26846 August 20, 2014 Windows 7 – 8.1 Update, Windows Server 2008 R2 – 2012 R2 Visual Studio 2013
Windows Driver Kit 10, Version 1507 10.0.26639 July 2015 Windows 7 SP1 – 10 Visual Studio 2015 RTM – Update 3
Windows Driver Kit 10, Version 1511 10.0.10586 November 2015 Windows 7 SP1 – 10 Version 1511 Visual Studio 2015 Update 1 – 3 Windows 10 November Update
Windows Driver Kit 10, Version 1607 10.0.14393 August 2016 Windows 7 SP1 – 10 Version 1607 (Excludes Win10 Version 1507 & 1511) Visual Studio 2015 Update 3 Windows 10 Anniversary Update
Windows Driver Kit 10, Version 1703 10.0.15063 April 2017 Windows 7 SP1 – 10 (Version 1607 & 1703 only), Windows Server 2008 R2 – 2016 Visual Studio 2017 Ver.15.1 Windows 10 Creators Update
Windows Driver Kit 10, Version 1709 10.0.16299 October 2017 Visual Studio 2017 Ver.15.4 Windows 10 Fall Creators Update
Windows Driver Kit 10, Version 1803 10.0.17134 April 2018 Windows 10 April 2018 Update
Windows Driver Kit 10, Version 1809[10] 10.0.17763 October 2018 Windows 10 October 2018 Update
Windows Driver Kit 10, Version 1903 10.0.18362.1 April 2019 Windows 7 SP1 – 10 (Version 1607 to 1903), Windows Server 2008 R2 SP1 – 2019 Visual Studio 2019 Ver.16 Windows 10 May 2019 Update
  • Windows Driver Frameworks
  • Windows Driver Model
  • Windows Logo Kit
  1. ^ «Other WDK downloads». Microsoft Learn. Retrieved 2024-12-03.
  2. ^ Enrico Perla; Massimiliano Oldani (2010). A Guide to Kernel Exploitation; Attacking the Core. Elsevier Science. p. 277. ISBN 9781597494878.
  3. ^ BHATT, PRAMOD CHANDRA P. (2019). AN INTRODUCTION TO OPERATING SYSTEMS : CONCEPTS AND PRACTICE (GNU/LINUX AND WINDOWS), FIFTH EDITION. PHI Learning Pvt. Ltd. p. 529. ISBN 9789387472884.
  4. ^ README.TXT from Windows 3.1 Device Development Kit (DDK)
  5. ^ Bill Blunden (2009). The Rootkit Arsenal; Escape and Evasion. Jones & Bartlett Learning. p. 142. ISBN 9781449661229.
  6. ^ MSDN: Products Unavailable due to Java-related Settlement
  7. ^ [1] Windows Driver Kit Version 7.1.0
  8. ^ WDF co-installer issue
  9. ^ Kraig Brockschmidt (2014). Programming Windows Store Apps with HTML, CSS, and JavaScript. Pearson Education. p. 1002. ISBN 9780735695702.
  10. ^ Liu, Zhifeng; Zheng, Desheng; Wu, Xinlong; Chen, Jixin; Tang, Xiaolan; Ran, Ziyong (2021). VABox: A Virtualization-Based Analysis Framework of Virtualization-Obfuscated Packed Executables. International Conference on Artificial Intelligence and Security. Springer International Publishing. pp. 73–84. ISBN 9783030786212. We use Visual Studio 2017 and WDK for Windows 10, version 1809 for development.

The Windows Driver Kit (10.1.22621.2428) is used to develop, test, and deploy Windows drivers.

Command Line

Download Links For Version 10.1.22621.2428

https://download.microsoft.com/download/7/b/f/7bfc8dbe-00cb-47de-b856-70e696ef4f46/wdk/wdksetup.exe

Download

Download Links For Version 10.1.22621.382

https://download.microsoft.com/download/c/6/4/c64e8e90-4143-4e86-93d7-0209b0b30626/wdk/wdksetup.exe

Download

Info


  • Publisher:
    Microsoft Corporation

  • License:
    Proprietary

Dependencies

No dependency information

Share

  • Home
  • Knowledge Base
  • What Is Windows Driver Kit and How to Install It on Windows 10

By Daisy | Follow |
Last Updated

This post focuses on Windows Driver Kit. You can know what it is and how to download and install it on Windows. Besides, you can know the system requirements of the Windows Driver Kit. Now, keep on your reading to get more details.

What Is Windows Driver Kit

What is Windows Driver Kit? It is a fully integrated driver development system, which includes a Windows Driver Device Kit, used to test the reliability and stability of Windows drivers. If you want to get more information about Windows, you can go to the MiniTool official website.

History of Windows Driver Kit

Previously, the Windows Driver Kit was called the Windows Driver Development Kit and supported the development of the Windows Driver Model.

When Microsoft released Windows Vista and added the following previously separated tools to the toolkit, it had the current name: Installable File System Toolkit (IFS Toolkit), Driver Test Manager (DTM), although DTM subsequently Was renamed and removed from the WDK again.

Windows 2000 and earlier versions of the DDK do not include a compiler; instead, you need to install Visual C++ separately to compile the driver. Starting from the Windows XP version, the DDK and later versions of the Windows Driver Kit include a command-line compiler for compiling drivers.

One of the reasons given by Microsoft to include the compiler is that if you use the same compiler version as Windows itself to compile, and Visual C++ is aimed at application development and has a different product cycle, you can improve the quality of the driver.

Change more frequently. Windows Driver Kit 8.x and later versions go back to requiring the installation of a matching version of Visual Studio respectively, but this time the integration is more complete, and you can directly edit/build/debug the driver in Visual Studio.

System Requirements of Windows Driver Kit

You can run the Windows 10, version 2004 WDK on Windows 7 and later, and use it to develop drivers for these operating systems:

Client OS

  • Windows 10
  • Windows 8.1
  • Windows 8
  • Windows 7

Server OS

  • Windows Server 2019
  • Windows Server 2016
  • Windows Server 2012 R2
  • Windows Server 2012
  • Windows Server 2008 R2 SP1

How to Download & Install Windows Driver Kit

Now, let’s see how to download & install Windows Driver Kit on Windows 10.

Step 1: Install Visual Studio 2019

Windows Driver Kit requires Visual Studio. When installing Visual Studio 2019, choose desktop development with a C++ workload. The Windows 10 Software Development Kit (SDK) will be automatically included and displayed in the Summary pane on the right.

Please note that the SDK that is compatible with the Windows 10 WDK may not be the default SDK. To choose the correct SDK, do the following:

On the Single Component tab of Visual Studio Installer, search for Windows 10 SDK (10.0.19041.0), select this version and continue the installation. Please note that Visual Studio will automatically install the Windows 10 SDK (10.0.19041.1) on your computer.

If you have already installed Visual Studio 2019, you can use the Modify button in the Visual Studio installation to install the Windows 10 SDK (10.0.19041.1).

The WDK has the Spectre mitigation feature enabled by default, but the Spectre mitigation library needs to be installed for each architecture to be developed for Visual Studio. In addition, developing drivers for ARM/ARM64 also requires that the build tools for these architectures can also be installed with Visual Studio. To find these items, you will need to know the latest version of MSVC installed on your system.

To find the latest version of MSVC installed on your system, go to the workload page in the Visual Studio installer, in the right pane under the installation details, expand Desktop Development with C++ and find MSVC v142-VS 2019 C++ x64/x86 build tools (V14.xx)-Please note that xx should be the highest version available.

With this information (v14.xx), go to the various parts and search for v14.xx. This will return the toolset for all architectures, including the Spectre mitigation library. Select the driver architecture to be developed.

Step 2: Install the updated Windows SDK for Windows 10

Step 3: Install Refreshed WDK for Windows 10

Final Words

To sum up, here is all the information on Windows Driver Kit. You can know what it is and the Windows Driver Kit download. Besides, you can find the steps of installing it on Windows 10.

About The Author

Position: Columnist

Having been an editor at MiniTool since graduating college as an English major, Daisy specializes in writing about data backups, disk cloning, and file syncing as well as general computer knowledge and issues. In her free time, Daisy enjoys running and going with friends to the amusement park.

Windows Driver Kit Windows 10 provides tools for creating, testing, and deploying drivers for Microsoft devices. While incorporated within Visual Studio, it can also be downloaded independently as a separate package. So, thank you for downloading the latest version of Windows Driver Kit Windows 10. Follow the URL below to download the Windows Driver Kit Windows 10 for free.

Download Windows Driver Kit Windows 10 (Here)

Displays dependency patterns of modules as tree diagrams. Formats and displays trace messages from real-time trace sessions or log files.

What is WDK?

The Windows Driver Kit (WDK) contains tools for creating, testing, and deploying Windows drivers. The latest public release can be found as a download on Microsoft Download Center and features a unified environment for mobile and desktop device driver development as well as Universal Windows development; in addition, deployment provisioning using WinDbg is provided through this kit.

The WDK download also contains Enterprise WDK (EWDK) and build tools. EWDK provides a self-contained command-line environment that supports basic Win32 test applications and requires a separate installation of Visual Studio to use it.

If you’re designing drivers for Windows ARM platforms or different processor architectures, installing the appropriate version of Visual Studio is key to your success. To view the full build string for a locally installed WDK app, open Windows Settings app > Apps and look through your list of apps – each will display their WDK build number alongside their name. WDK, SDK, and Visual Studio install together when selecting Desktop development with C++ workload or standalone Windows Software Development Kit for Windows 11. See the System Requirements section to identify compatible versions of the SDK/WDK SDK/WWK combo.

WDK Installation:

An appropriate environment must be available in which to develop Windows drivers, such as Microsoft Visual Studio or an independent Software Development Kit (SDK).

WDK supports multiple platforms, such as x86 and ARM. In addition to supporting these systems, it includes tools that are useful for debugging drivers – these tools require specific system configuration. You can install the WDK as either part of Visual Studio, or independently as a standalone component.

Up until recently, it was possible to develop drivers for all versions of Windows, up to and including 32-bit. But with the recent release of Windows Driver Kit 11 version 22H2 (WDK11 22H2) that support was removed – likely coming as a shock to many driver developers since there remains an installed base of 32-bit Windows systems today.

Starting with Windows 2000’s version, the DDK did not include a compiler; one had to separately install Visual C++ to compile drivers. Beginning with Windows XP’s release, however, the WDK introduced a command-line compiler for compiling drivers; this allowed for more integrated use within Visual Studio as you could directly edit, build, and debug your drivers within its interface.

WDK Documentation:

With every new release of Windows, Microsoft introduces changes that make official documentation hard to follow, leading to frequent revision and publication on MSDN Library of the official WDK documentation.

The Windows Driver Kit (WDK) contains tools for building and debugging drivers, giving you everything you need to create drivers compatible with the Windows kernel, hardware, and other Microsoft software.

To build drivers using the Windows Driver Kit (WDK), an appropriate version of Visual Studio must be installed. As part of its integration with the Windows SDK and Debugging Tools for Windows (WinDbg), WDK integrates seamlessly.

Enterprise WDK (EWDK) provides an alternative version of the Windows Development Kit that doesn’t rely on installing Visual Studio; this version provides a command-line build environment based on files, which you can distribute across computers for use. Furthermore, EWDK also contains core deployment and assessment tools IT pros can use when managing and deploying Windows 10, such as USMT and VAMT.

WDK Samples:

WDK contains samples that will help you develop, test, and debug drivers. These samples include source files, build scripts, makefiles, and symbols for debugging code using Microsoft’s WinDbg debugger.

The Windows Driver Kit (WDK) contains samples for both kernel-mode and user-mode driver development, some included within its installation, with others available via Microsoft’s Samples Portal or GitHub.

Use the Windows Driver Kit (WDK) to create drivers for most forms of hardware – from phones and tablets to desktop PCs. WDK unifies support for Universal Windows drivers while seamlessly integrating with Visual Studio to provide a streamlined developer experience.

WDK (Windows Driver Kit) contains the tools you need to develop drivers for Universal Windows Platform devices and kernel-mode driver framework. Formerly referred to as Driver Development Kit (DDK), its current name came into effect when Microsoft released Windows Vista with additional tools added such as Installable File System Toolkit and Driver Test Manager (DTM); although DTM later changed being removed again.

WDK Tools:

WDK includes powerful tools that will help you test, build, install, and debug drivers. In particular, these verification tools enable early error detection during development processes – some may be specific to certain technologies (USB or WPD drivers for instance) while others are general such as Inf2Cat or DC2WMIParser.

The Windows Driver Kit (WDK) offers an intuitive development experience for Universal Windows drivers and makes developing for desktop, mobile, and server devices simple with Visual Studio. The WDK supports various technologies and driver models including WDF, USB print file system filters networking. The Windows Driver Kit (WDK) can be downloaded from Microsoft Download Center as either an ISO file or installer, with separate Enterprise versions for larger organizations. To install it on a computer that meets the minimum system requirements of Visual Studio; for more details see its system requirements page. It includes WinDbg debugging tools for Windows as well as basic certification tests that help verify driver readiness for deployment.

Conclusion

So, thank you for downloading the latest version of Windows Driver Kit Windows 10. We shared the official Windows Driver Kit Windows 10 to download for free.


Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More


Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You’ll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More


Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don’t miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More


Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we’ll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand


Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays


Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand


Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand


The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We’ll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand


Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand


Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • How to manually install drivers windows 10
  • Windows 10 язык по умолчанию через реестр
  • Как вызвать биос на компьютере windows 10
  • Инсталлятора дистрибутива в текущей windows
  • Как узнать какое обновление windows установлено