From a8abb94a16137b04befd8428f54b7306ae9a26bf Mon Sep 17 00:00:00 2001 From: isos4all <78235368+isos4all@users.noreply.github.com> Date: Fri, 29 Jan 2021 16:16:44 -0500 Subject: [PATCH] Add Windows 10 20H2 19042.631 builds * Microsoft updated 20H2 in December. Make sure we enable those downloads too. * Closes #21 --- Fido.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Fido.ps1 b/Fido.ps1 index 379d501..1123831 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -79,6 +79,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "20H2 (Build 19042.631 - 2020.12)", + @("Windows 10 Home/Pro", 1882), + @("Windows 10 Education", 1884), + @("Windows 10 Home China ", ($zh + 1883)) + ), @( "20H2 (Build 19042.508 - 2020.10)", @("Windows 10 Home/Pro", 1807),