From e0c1015ade7938c6ec08c894ede523e38e362b25 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 21 Oct 2020 14:58:08 +0100 Subject: [PATCH] Add Windows 10 20H2 19042.508 builds --- Fido.ps1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Fido.ps1 b/Fido.ps1 index eaf9aca..7d54862 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -1,5 +1,5 @@ # -# Fido v1.16 - Retail Windows ISO Downloader +# Fido v1.17 - Retail Windows ISO Downloader # Copyright © 2019-2020 Pete Batard # ConvertTo-ImageSource: Copyright © 2016 Chris Carter # @@ -75,6 +75,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "20H2 (Build 19042.508 - 2020.10)", + @("Windows 10 Home/Pro", 1807), + @("Windows 10 Education", 1805), + @("Windows 10 Home China ", ($zh + 1806)) + ), @( "20H1 (Build 19041.264 - 2020.05)", @("Windows 10 Home/Pro", 1626),