From eaa3e1e6af5c25e0f8b185f8107e017782b0f00f Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:23:46 -0700 Subject: [PATCH] Adds Windows 11 25H2 mapping Extends supported Windows 11 releases to include 25H2 to keep version resolution current for upcoming media and configuration scenarios. --- FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 b/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 index be5c201..d331ad1 100644 --- a/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 +++ b/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 @@ -126,7 +126,7 @@ $script:mctWindowsReleases = @( $script:windowsVersionMap = @{ 10 = @("22H2") - 11 = @("22H2", "23H2", "24H2") + 11 = @("22H2", "23H2", "24H2", "25H2") 2016 = @("1607") # Windows 10 LTSB 2016 & Server 2016 2019 = @("1809") # Windows 10 LTSC 2019 & Server 2019 # Note: Server 2016 and LTSB 2016 now share the key 2016, mapping to version "1607"