From 3f6661e2dcbbccb26f380dceac9d6935f8d0a4ba Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:38:54 -0700 Subject: [PATCH] Corrects display name for 2024 LTSC release Updates the display name for the 2024 LTSC release to correctly identify it as Windows 11 instead of Windows 10. --- 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 45cf046..fcaceb4 100644 --- a/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 +++ b/FFUDevelopment/FFUUI.Core/FFUUI.Core.WindowsSettings.psm1 @@ -112,7 +112,7 @@ $script:allWindowsReleases = @( [PSCustomObject]@{ Display = "Windows 10 LTSB 2016"; Value = 2016 }, # Changed Value from 1607 [PSCustomObject]@{ Display = "Windows 10 LTSC 2019"; Value = 2019 }, # Changed Value from 1809 [PSCustomObject]@{ Display = "Windows 10 LTSC 2021"; Value = 2021 }, - [PSCustomObject]@{ Display = "Windows 10 LTSC 2024"; Value = 2024 } + [PSCustomObject]@{ Display = "Windows 11 LTSC 2024"; Value = 2024 } ) $script:mctWindowsReleases = @(