Training
Module
Learn how the semantic kernel SDK connects native code to large language models to create smart applications.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Enterprise Windows Driver Kit (Enterprise WDK) is a command-line build environment that does not require any installation prior to use. Once you have downloaded the EWDK, you can manage it with version control software or you can zip the files and copy as needed. A .zip file created with the Enterprise WDK contains all the necessary compilers, linkers, build tools, headers and libs to build Visual Studio-based driver projects.
The Enterprise WDK contains the necessary elements to build drivers and basic Win32 driver test applications. Use your favorite code editor to modify source code and project files. Because it is command-line based, the Enterprise WDK does lack some of the features incorporated into Visual Studio, such as an IDE, driver deployment and driver testing.
Note
Starting in Windows 10 version 1709, the Enterprise WDK is ISO-based. To get started, download and mount the ISO, then run LaunchBuildEnv
.
After you create the build environment, you can use it to work on the files or build Visual Studio projects. For example.
Basic MSBuild commands for projects and solutions:
To create a desktop shortcut:
%comspec% /k pushd <drive\dir>
&& LaunchBuildEnv.cmd
Where <drive\dir>
is the location that the files were extracted to, for example, d:\ewdk
%comspec% /k pushd "d:\ewdk" && LaunchBuildEnv.cmd
Training
Module
Learn how the semantic kernel SDK connects native code to large language models to create smart applications.
Documentation
WDK Known Issues - Windows drivers
List of known issues for released versions of the Windows Driver Kit (WDK)
Install the WDK using NuGet - Windows drivers
Instructions to install the Windows Driver Kit (WDK) using the NuGet Package Manager in Visual Studio
Previous WDK versions and other downloads - Windows drivers
Install versions of the Windows Driver Kit (WDK), the Windows Debugger (WinDBG), and more.