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),