From 3eae73c57f87004e3edc022aec550ea40cc14299 Mon Sep 17 00:00:00 2001 From: kishorekumar-anchala <168699259+kishorekumar-anchala@users.noreply.github.com> Date: Tue, 8 Jul 2025 19:48:36 +0530 Subject: [PATCH] [windows-22] Update WDK to latest (#12538) --- images/windows/scripts/build/Install-WDK.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/build/Install-WDK.ps1 b/images/windows/scripts/build/Install-WDK.ps1 index c485099b4..c994d32d7 100644 --- a/images/windows/scripts/build/Install-WDK.ps1 +++ b/images/windows/scripts/build/Install-WDK.ps1 @@ -15,7 +15,7 @@ if (Test-IsWin19) { $wdkExtensionPath = "C:\Program Files (x86)\Windows Kits\10\Vsix\VS2019\WDK.vsix" } elseif (Test-IsWin22) { # SDK is available through Visual Studio - $wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2294834" + $wdkUrl = "https://go.microsoft.com/fwlink/?linkid=2324617" } else { throw "Invalid version of Visual Studio is found. Either 2019 or 2022 are required" }