[windows] Update URL for Windows 11 SDK installation (#13631)

This commit is contained in:
v-AndriiKhyliuk
2026-02-09 11:41:48 +01:00
committed by GitHub
parent 45e493f48c
commit d6a1c18e53
@@ -37,7 +37,7 @@ if (Test-IsWin22) {
# Install Windows 11 SDK version 10.0.26100
Install-Binary -Type EXE `
-Url 'https://go.microsoft.com/fwlink/?linkid=2286561' `
-Url 'https://go.microsoft.com/fwlink/?linkid=2349110' `
-InstallArgs @("/q", "/norestart", "/ceip off", "/features OptionId.UWPManaged OptionId.UWPCPP OptionId.UWPLocalized OptionId.DesktopCPPx86 OptionId.DesktopCPPx64 OptionId.DesktopCPParm64") `
-ExpectedSubject $(Get-MicrosoftPublisher)