From e4645bfabc545a017de28101ab5486ec2d931d90 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 23 May 2019 14:41:23 +0100 Subject: [PATCH] Add Windows 10 19H1 releases --- Fido.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Fido.ps1 b/Fido.ps1 index ea67b6f..fb3041d 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -75,6 +75,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "19H1 (Build 18362.30 - 2019.05)", + @("Windows 10 Home/Pro", 1214), + @("Windows 10 Education", 1216), + @("Windows 10 Home China ", ($zh + 1215)) + ), @( "1809 R2 (Build 17763.107 - 2018.10)", @("Windows 10 Home/Pro", 1060),