Skip to content
Ratin Gao edited this page Sep 19, 2024 · 3 revisions
English (en-US) 简体中文 (zh-CN)

WinSDK-Diff

WinSDK-Diff records Windows SDK/WDK each main release since 10.0.14393.0 (Windows 10 1607 Redstone), in order to compare the differences easily and clearly.

Repository content

The name of each branch is the corresponding Windows SDK/WDK main release version number, aka the version number you see in the %ProgramFiles(x86)%\Windows Kits\10\Include folder. The content contains Include and Source folders.

Branch Conjunct OS SDK Version WDK Version
10.0.26100.0 Windows 11 24H2 10.0.26100.1 10.0.26100.1591
10.0.22621.0 Windows 11 22H2 10.0.22621.3233 10.0.22621.2428
10.0.22000.0 Windows 11 21H2 10.0.22000.832 10.0.22000.1
10.0.20348.0 Windows Server 2022 (21H2) 10.0.20348.1 10.0.20348.1
10.0.19041.0 Windows 10 1909 (19H2) 10.0.19041.685 10.0.19041.685
10.0.18362.0 Windows 10 1903 (19H1) 10.0.18362.1 10.0.18362.1
10.0.17763.0 Windows 10 1809 (Redstone 5) 10.0.17763.132 10.0.17763.1
10.0.17134.0 Windows 10 1803 (Redstone 4) 10.0.17134.12 10.0.17134.1
10.0.16299.0 Windows 10 1709 (Redstone 3) 10.0.16299.91 10.0.16299.15
10.0.15063.0 Windows 10 1703 (Redstone 2) 10.0.15063.468 10.0.15063.0
10.0.14393.0 Windows 10 1607 (Redstone) 10.0.14393.685 10.0.14393.0

Caution

Subsequent updates will be synchronized to the only corresponding branch.

Usage

Compare the corresponding branches to get the differences between SDK versions.

GitHub compare link: Compare changes

Git command: git diff BranchOld..BranchNew

For example, to get what's new in 10.0.17763.0 compared to 10.0.17134.0, see https://github.com/KNSoft/WinSDK-Diff/compare/10.0.17134.0...10.0.17763.0 or run git diff 10.0.17134.0..10.0.17763.

Use a local Git tool with UI like TortoiseGit to run the diff operation is recommanded.

Notice

The content of this project is from the public Windows SDK/WDK as is, and is only for understanding the content and changes therein. To use the Windows SDK/WDK, see the official Microsoft site and license.

Related offical links:

Windows SDK
Windows SDK Archive
Download the Windows Driver Kit (WDK)
Other WDK downloads

Clone this wiki locally