diff --git a/Fido.ps1 b/Fido.ps1 index 379d501..1123831 100644 --- a/Fido.ps1 +++ b/Fido.ps1 @@ -79,6 +79,12 @@ $ko = 0x20000 $WindowsVersions = @( @( @("Windows 10", "Windows10ISO"), + @( + "20H2 (Build 19042.631 - 2020.12)", + @("Windows 10 Home/Pro", 1882), + @("Windows 10 Education", 1884), + @("Windows 10 Home China ", ($zh + 1883)) + ), @( "20H2 (Build 19042.508 - 2020.10)", @("Windows 10 Home/Pro", 1807),