Microsoft windows driver kit license

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.

Driver samples for Windows 11

These are the official Microsoft Windows Driver Kit (WDK) driver code samples for Windows 11. They provide a foundation for Universal Windows driver support of all hardware form factors, from phones to desktop PCs. Use these samples with Visual Studio 2022 and Windows Driver Kit (WDK) 11.

Windows Driver Kit documentation

Windows 11 driver development

Use Visual Studio 2022 and Windows Driver Kit (WDK) 11 to build, test, and deploy your drivers. With Windows 11, the driver development environment is integrated into Visual Studio. To get started, download the driver development kits and tools for Windows 11.

Download the WDK, WinDbg, and associated tools

Windows Driver Kit (WDK)

Take a look at the compilation of the new and changed driver-related content for Windows 11. Areas of improvement include camera, print, display, Near Field Communication (NFC), WLAN, Bluetooth, and more.

Find out what’s new in the WDK

Universal Windows drivers

Write one driver that runs on Windows 11 for desktop editions, as well as other Windows editions that share a common set of interfaces.

Getting Started with Universal Windows drivers

Windows Driver Frameworks

The Windows Driver Frameworks (WDF) are a set of libraries that make it simple to write high-quality device drivers.

WDF driver development guide

Samples

Use the samples in this repo to guide your Windows driver development. Whether you’re just getting started or porting an older driver to the newest version of Windows, code samples are valuable guides on how to write drivers.

For information about important changes that need to be made to the WDK sample drivers before releasing device drivers based on the sample code, see the following topic:

From Sample Code to Production Driver — What to Change in the Samples

Build your first driver

If you’re writing your first driver, use these exercises to get started. Each exercise is independent of the others, so you can do them in any order.

Write a UMDF driver based on a template

Write a KMDF Hello World driver

Write a KMDF driver based on a template

Use GitHub Actions to build a simple driver project

Microsoft Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

// Discover to Manage

Enterprise Deployment Package for

Windows Driver Kit

The Windows Driver Kit (WDK) is a software toolset from Microsoft that enables the development of device drivers for the Microsoft Windows platform

Contact our experts

Are you interested in our Package Store, need further information, or have other questions? We will support you with your request – contact us today.

Windows Driver Kit

Windows Driver Kit

The Windows Driver Kit (WDK) is a software toolset from Microsoft that enables the development of device drivers for the Microsoft Windows platform

Contact our experts

Are you interested in our Package Store, need further information, or have other questions? We will support you with your request – contact us today.

Allows to make drivers for hardware»

Each hardware components needs a software (driver) to be installed, otherwise will not work. This development kit allows programmers to make drivers for a wide range of hardware. For example, if you connect a printer to your computer, you cannot print until you install the driver. This makes sense because you will install only the specific software for your printer model.

WDK is an advancement toolset that can be utilized as a part of request to make drivers for Windows OS. It groups libraries, compilers, code tests and different code packahes intended to help developers in making completely practical drivers for Windows. Formerly is known as Windows Driver Development Kit (or WDDK),  The gave tests, nearby the rich documentation are intended to facilitate the improvement procedure for all clients.

Windows Driver Kit is licensed as freeware for PC or laptop with Windows 32 bit and 64 bit operating system. It is in sdk category and is available to all software users as a free download.

Share
Give a rating

(1 votes, average: 4.00 out of 5)
login to vote

Loading…

Author
Microsoft


Last Updated On
May 7, 2018
Runs on
Windows 10 / Windows 8 / Windows 7 / Windows Vista / XP
Total downloads
3,861
License

Free

File size
619,77 MB
Filename

GRMWDK_EN_7600_1.ISO

wdk8setup.exe

Время на прочтение2 мин

Количество просмотров1.2K

Microsoft объявила, что улучшает упаковку драйверов Windows. Компания представила для них пакет NuGet WDK (Windows Driver Kit).

До сих пор WDK был доступен в виде файлов MSI (Microsoft Installer) или ISO. Теперь Microsoft объяснила преимущества NuGet. Так, пакет меньше по размеру, что сокращает время загрузки и установки; его можно переносить на разные машины и в разных средах; интегрировать с большими конвейерами CI/CD и системами контроля версий; наконец, он позволяет обеспечить гибкую модель выпуска WDK.

Microsoft также предоставила пошаговое руководство по установке WDK с помощью NuGet. Компания отмечает, что для этого необходимы Windows 11 и Visual Studio 2022.

Сначала требуется установить версию Visual Studio 2022 Community, Professional или Enterprise, загрузить инструменты Visual Studio и установить разработку рабочего стола на C++.

Для WDK требуется Visual Studio 2022 с инструментами сборки VS 2022 C++ и соответствующими компонентами библиотек VS 2022 C++ Spectre (последние версии) для каждой архитектуры.

После регистрации в Visual Studio нужно выбрать и установить следующие отдельные компоненты: MSVC V143 — библиотеки VS2022 C++ x64/x86 с защитой от Spectre (последнюю версию) и MSVC V143 — библиотеки VS2022 C++ ARM64 с защитой от Spectre (также последнюю версию).

Затем потребуется установить расширение WDK Visual Studio. Для этого в Visual Studio нужно выбрать «Расширения», «Управление расширениями», а затем «Visual Studio Marketplace», и найти «Комплект драйверов Windows», а затем — Visual Studio Windows Drivers Kit.

Также установить расширение Visual Studio Kit драйверов Windows можно по ссылке.

Ранее Microsoft напомнила пользователям о прекращении поддержки Windows 11 22H2 8 октября 2024 года. Речь идёт о версиях Windows 11 2H2 Home, Pro, Pro Education и Pro for Workstations, выпущенных 20 сентября 2022 года. Корпорация сообщила о необходимости обновления до версии 23H2.

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

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Nca layer windows 10
  • Windows не удается подключиться к dns серверу
  • Как взломать пароль от учетной записи windows 10
  • Включить powershell из командной строки windows
  • Мутные буквы на мониторе windows 10