From a405ebf79c212e065bd2176d14acd8e686ffa814 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 30 Oct 2019 12:39:08 +0000 Subject: [PATCH] Add Windows 10 19H1 18362.356 builds * Since Microsoft now appears to do "refreshes" of refresh versions... * This is *NOT* 19H2, which has not been officially released as an ISO yet. --- Fido.ps1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Fido.ps1 b/Fido.ps1 index fb3041d..8b1e396 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -1,5 +1,5 @@ # -# Fido v1.11 - Retail Windows ISO Downloader +# Fido v1.13 - Retail Windows ISO Downloader # Copyright © 2019 Pete Batard # ConvertTo-ImageSource: Copyright © 2016 Chris Carter # @@ -75,6 +75,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "19H1 (Build 18362.356 - 2019.09)", + @("Windows 10 Home/Pro", 1384), + @("Windows 10 Education", 1386), + @("Windows 10 Home China ", ($zh + 1385)) + ), @( "19H1 (Build 18362.30 - 2019.05)", @("Windows 10 Home/Pro", 1214),