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.
This commit is contained in:
rbalsleyMSFT
2025-07-09 11:38:54 -07:00
parent f9a8e3149f
commit 3f6661e2dc
@@ -112,7 +112,7 @@ $script:allWindowsReleases = @(
[PSCustomObject]@{ Display = "Windows 10 LTSB 2016"; Value = 2016 }, # Changed Value from 1607 [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 2019"; Value = 2019 }, # Changed Value from 1809
[PSCustomObject]@{ Display = "Windows 10 LTSC 2021"; Value = 2021 }, [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 = @( $script:mctWindowsReleases = @(