From bb2c04cb07490302ae0070c4dccd6fd0ea590df3 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 27 Jan 2022 01:55:09 +0530 Subject: [PATCH] Add Windows 11 21H2 v1 22000.318 builds * Closes #35 --- Fido.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Fido.ps1 b/Fido.ps1 index 4f00cda..5faac0a 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -97,6 +97,11 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 11", "windows11"), + @( + "21H2 v1 (Build 22000.318 - 2021.11)", + @("Windows 11 Home/Pro/Edu", 2093), + @("Windows 11 Home China ", ($zh + 2094)) + ), @( "21H2 (Build 22000.194 - 2021.10)", @("Windows 11 Home/Pro/Edu", 2069),