From 99f6f246b8d425f3f9ee0d2ae91be7524caa6073 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 22 May 2021 14:36:23 +0100 Subject: [PATCH] Add Windows 10 21H1 19043.985 builds * https://support.microsoft.com/en-us/topic/windows-10-update-history-1b6aac92-bf01-42b5-b158-f80c6d93eb11 --- Fido.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Fido.ps1 b/Fido.ps1 index 4e44cfa..82a08cd 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -75,6 +75,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "21H1 (Build 19043.985 - 2021.05)", + @("Windows 10 Home/Pro", 2033), + @("Windows 10 Education", 2032), + @("Windows 10 Home China ", ($zh + 2034)) + ), @( "20H2 (Build 19042.631 - 2020.12)", @("Windows 10 Home/Pro", 1882),