mirror of
https://github.com/pbatard/Fido.git
synced 2025-09-17 14:48:02 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5d4a4d7d14 | ||
![]() |
4a694421af | ||
![]() |
15a1a5923d | ||
![]() |
85a29fa2ae | ||
![]() |
a99f8a10d3 |
222
Fido.ps1
222
Fido.ps1
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Fido v1.46 - Feature ISO Downloader, for retail Windows images and UEFI Shell
|
# Fido v1.51 - Feature ISO Downloader, for retail Windows images and UEFI Shell
|
||||||
# Copyright © 2019-2023 Pete Batard <pete@akeo.ie>
|
# Copyright © 2019-2023 Pete Batard <pete@akeo.ie>
|
||||||
# Command line support: Copyright © 2021 flx5
|
# Command line support: Copyright © 2021 flx5
|
||||||
# ConvertTo-ImageSource: Copyright © 2016 Chris Carter
|
# ConvertTo-ImageSource: Copyright © 2016 Chris Carter
|
||||||
@@ -97,6 +97,7 @@ $Signature = @{
|
|||||||
ReferencedAssemblies = $Drawing_Assembly
|
ReferencedAssemblies = $Drawing_Assembly
|
||||||
ErrorAction = "Stop"
|
ErrorAction = "Stop"
|
||||||
WarningAction = "Ignore"
|
WarningAction = "Ignore"
|
||||||
|
IgnoreWarnings = $true
|
||||||
MemberDefinition = @"
|
MemberDefinition = @"
|
||||||
[DllImport("shell32.dll", CharSet = CharSet.Auto, SetLastError = true, BestFitMapping = false, ThrowOnUnmappableChar = true)]
|
[DllImport("shell32.dll", CharSet = CharSet.Auto, SetLastError = true, BestFitMapping = false, ThrowOnUnmappableChar = true)]
|
||||||
internal static extern int ExtractIconEx(string sFile, int iIndex, out IntPtr piLargeVersion, out IntPtr piSmallVersion, int amountIcons);
|
internal static extern int ExtractIconEx(string sFile, int iIndex, out IntPtr piLargeVersion, out IntPtr piSmallVersion, int amountIcons);
|
||||||
@@ -137,169 +138,19 @@ $WindowsVersions = @(
|
|||||||
@(
|
@(
|
||||||
@("Windows 11", "windows11"),
|
@("Windows 11", "windows11"),
|
||||||
@(
|
@(
|
||||||
"22H2 v1 (Build 22621.525 - 2022.10)",
|
"22H2 v2 (Build 22621.1702 - 2023.05)",
|
||||||
@("Windows 11 Home/Pro/Edu", 2370),
|
@("Windows 11 Home/Pro/Edu", 2616),
|
||||||
@("Windows 11 Home China ", ($zh + 2371))
|
@("Windows 11 Home China ", ($zh + 2617))
|
||||||
),
|
|
||||||
@(
|
|
||||||
"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),
|
|
||||||
@("Windows 11 Home China ", ($zh + 2070))
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
@(
|
@(
|
||||||
@("Windows 10", "Windows10ISO"),
|
@("Windows 10", "Windows10ISO"),
|
||||||
@(
|
@(
|
||||||
"22H2 (Build 19045.2006 - 2022.10)",
|
"22H2 v1 (Build 19045.2965 - 2023.05)",
|
||||||
@("Windows 10 Home/Pro/Edu", 2377),
|
@("Windows 10 Home/Pro/Edu", 2618),
|
||||||
@("Windows 10 Home China ", ($zh + 2378))
|
@("Windows 10 Home China ", ($zh + 2378))
|
||||||
),
|
|
||||||
@(
|
|
||||||
"21H2 (Build 19044.1288 - 2021.11)",
|
|
||||||
@("Windows 10 Home/Pro/Edu", 2084),
|
|
||||||
@("Windows 10 Home China ", ($zh + 2085))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"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),
|
|
||||||
@("Windows 10 Education", 1884),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1883))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"20H2 (Build 19042.508 - 2020.10)",
|
|
||||||
@("Windows 10 Home/Pro", 1807),
|
|
||||||
@("Windows 10 Education", 1805),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1806))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"20H1 (Build 19041.264 - 2020.05)",
|
|
||||||
@("Windows 10 Home/Pro", 1626),
|
|
||||||
@("Windows 10 Education", 1625),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1627))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"19H2 (Build 18363.418 - 2019.11)",
|
|
||||||
@("Windows 10 Home/Pro", 1429),
|
|
||||||
@("Windows 10 Education", 1431),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1430))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"19H1 (Build 18362.356 - 2019.09)",
|
|
||||||
@("Windows 10 Home/Pro", 1384),
|
|
||||||
@("Windows 10 Education", 1386),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1385))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"19H1 (Build 18362.30 - 2019.05)",
|
|
||||||
@("Windows 10 Home/Pro", 1214),
|
|
||||||
@("Windows 10 Education", 1216),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1215))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1809 R3 (Build 17763.379 - 2019.03)",
|
|
||||||
@("Windows 10 Home/Pro", 1203),
|
|
||||||
@("Windows 10 Education", 1202),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1204))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1809 R2 (Build 17763.107 - 2018.10)",
|
|
||||||
@("Windows 10 Home/Pro", 1060),
|
|
||||||
@("Windows 10 Education", 1056),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1061))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1809 R1 (Build 17763.1 - 2018.09)",
|
|
||||||
@("Windows 10 Home/Pro", 1019),
|
|
||||||
@("Windows 10 Education", 1021),
|
|
||||||
@("Windows 10 Home China ", ($zh + 1020))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1803 (Build 17134.1 - 2018.04)",
|
|
||||||
@("Windows 10 Home/Pro", 651),
|
|
||||||
@("Windows 10 Education", 655),
|
|
||||||
@("Windows 10 1803", 637),
|
|
||||||
@("Windows 10 Home China", ($zh + 652))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1709 (Build 16299.15 - 2017.09)",
|
|
||||||
@("Windows 10 Home/Pro", 484),
|
|
||||||
@("Windows 10 Education", 488),
|
|
||||||
@("Windows 10 Home China", ($zh + 485))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1703 [Redstone 2] (Build 15063.0 - 2017.03)",
|
|
||||||
@("Windows 10 Home/Pro", 361),
|
|
||||||
@("Windows 10 Home/Pro N", 362),
|
|
||||||
@("Windows 10 Single Language", 363),
|
|
||||||
@("Windows 10 Education", 423),
|
|
||||||
@("Windows 10 Education N", 424),
|
|
||||||
@("Windows 10 Home China", ($zh + 364))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1607 [Redstone 1] (Build 14393.0 - 2016.07)",
|
|
||||||
@("Windows 10 Home/Pro", 244),
|
|
||||||
@("Windows 10 Home/Pro N", 245),
|
|
||||||
@("Windows 10 Single Language", 246),
|
|
||||||
@("Windows 10 Education", 242),
|
|
||||||
@("Windows 10 Education N", 243),
|
|
||||||
@("Windows 10 China Get Genuine", ($zh + 247))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1511 R3 [Threshold 2] (Build 10586.164 - 2016.04)",
|
|
||||||
@("Windows 10 Home/Pro", 178),
|
|
||||||
@("Windows 10 Home/Pro N", 183),
|
|
||||||
@("Windows 10 Single Language", 184),
|
|
||||||
@("Windows 10 Education", 179),
|
|
||||||
@("Windows 10 Education N", 181),
|
|
||||||
@("Windows 10 KN", ($ko + 182)),
|
|
||||||
@("Windows 10 Education KN", ($ko + 180)),
|
|
||||||
@("Windows 10 China Get Genuine", ($zh + 185))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1511 R2 [Threshold 2] (Build 10586.104 - 2016.02)",
|
|
||||||
@("Windows 10 Home/Pro", 109),
|
|
||||||
@("Windows 10 Home/Pro N", 115),
|
|
||||||
@("Windows 10 Single Language", 116),
|
|
||||||
@("Windows 10 Education", 110),
|
|
||||||
@("Windows 10 Education N", 112),
|
|
||||||
@("Windows 10 KN", ($ko + 114)),
|
|
||||||
@("Windows 10 Education KN", ($ko + 111)),
|
|
||||||
@("Windows 10 China Get Genuine", ($zh + 113))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1511 R1 [Threshold 2] (Build 10586.0 - 2015.11)",
|
|
||||||
@("Windows 10 Home/Pro", 99),
|
|
||||||
@("Windows 10 Home/Pro N", 105),
|
|
||||||
@("Windows 10 Single Language", 106),
|
|
||||||
@("Windows 10 Education", 100),
|
|
||||||
@("Windows 10 Education N", 102),
|
|
||||||
@("Windows 10 KN", ($ko + 104)),
|
|
||||||
@("Windows 10 Education KN", ($ko + 101)),
|
|
||||||
@("Windows 10 China Get Genuine", ($zh + 103))
|
|
||||||
),
|
|
||||||
@(
|
|
||||||
"1507 [Threshold 1] (Build 10240.16384 - 2015.07)",
|
|
||||||
@("Windows 10 Home/Pro", 79),
|
|
||||||
@("Windows 10 Home/Pro N", 81),
|
|
||||||
@("Windows 10 Single Language", 82),
|
|
||||||
@("Windows 10 Education", 75)
|
|
||||||
@("Windows 10 Education N", 77),
|
|
||||||
@("Windows 10 KN", ($ko + 80)),
|
|
||||||
@("Windows 10 Education KN", ($ko + 76)),
|
|
||||||
@("Windows 10 China Get Genuine", ($zh + 78))
|
|
||||||
)
|
)
|
||||||
),
|
)
|
||||||
@(
|
@(
|
||||||
@("Windows 8.1", "windows8ISO"),
|
@("Windows 8.1", "windows8ISO"),
|
||||||
@(
|
@(
|
||||||
@@ -313,6 +164,11 @@ $WindowsVersions = @(
|
|||||||
),
|
),
|
||||||
@(
|
@(
|
||||||
@("UEFI Shell 2.2", "UEFI_SHELL 2.2"),
|
@("UEFI Shell 2.2", "UEFI_SHELL 2.2"),
|
||||||
|
@(
|
||||||
|
"23H1 (edk2-stable202305)",
|
||||||
|
@("Release", 0),
|
||||||
|
@("Debug", 1)
|
||||||
|
),
|
||||||
@(
|
@(
|
||||||
"22H2 (edk2-stable202211)",
|
"22H2 (edk2-stable202211)",
|
||||||
@("Release", 0),
|
@("Release", 0),
|
||||||
@@ -1198,8 +1054,8 @@ exit $ExitCode
|
|||||||
# SIG # Begin signature block
|
# SIG # Begin signature block
|
||||||
# MIIkWQYJKoZIhvcNAQcCoIIkSjCCJEYCAQExDzANBglghkgBZQMEAgEFADB5Bgor
|
# MIIkWQYJKoZIhvcNAQcCoIIkSjCCJEYCAQExDzANBglghkgBZQMEAgEFADB5Bgor
|
||||||
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
|
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
|
||||||
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCAXwtxm+mYAZToF
|
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCAjh2Jm/Ps1bMJ+
|
||||||
# MN/W9BVxYssBdJgHpUBa5KaOnXxekaCCElkwggVvMIIEV6ADAgECAhBI/JO0YFWU
|
# sT/W5vOz5r/TXIsYeeHLcOUOP97+C6CCElkwggVvMIIEV6ADAgECAhBI/JO0YFWU
|
||||||
# jTanyYqJ1pQWMA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRswGQYDVQQI
|
# jTanyYqJ1pQWMA0GCSqGSIb3DQEBDAUAMHsxCzAJBgNVBAYTAkdCMRswGQYDVQQI
|
||||||
# DBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoM
|
# DBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoM
|
||||||
# EUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNhdGUgU2Vy
|
# EUNvbW9kbyBDQSBMaW1pdGVkMSEwHwYDVQQDDBhBQUEgQ2VydGlmaWNhdGUgU2Vy
|
||||||
@@ -1302,23 +1158,23 @@ exit $ExitCode
|
|||||||
# aWMgQ29kZSBTaWduaW5nIENBIEVWIFIzNgIRAL+xUAG79ZLUlip3l+pzb6MwDQYJ
|
# aWMgQ29kZSBTaWduaW5nIENBIEVWIFIzNgIRAL+xUAG79ZLUlip3l+pzb6MwDQYJ
|
||||||
# YIZIAWUDBAIBBQCgfDAQBgorBgEEAYI3AgEMMQIwADAZBgkqhkiG9w0BCQMxDAYK
|
# YIZIAWUDBAIBBQCgfDAQBgorBgEEAYI3AgEMMQIwADAZBgkqhkiG9w0BCQMxDAYK
|
||||||
# KwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG
|
# KwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG
|
||||||
# 9w0BCQQxIgQgkLJ7KpFnRXWMO8X7vU/I7Q3jtnRJIa2M3A+9pgWOFiowDQYJKoZI
|
# 9w0BCQQxIgQgHlmtppW7dRXERIdx6h9gmYaf14g6mpSocdl2esDx9G4wDQYJKoZI
|
||||||
# hvcNAQEBBQAEggIAQGV7TPwZw904Z5j2/ahvb7kpVdcm89xya4cTxreS6h0S11+T
|
# hvcNAQEBBQAEggIAkSfCAEIF2MELdBv1uNcUNWluCCGyBBYnReoXUsGXnz5HEvX7
|
||||||
# DHXNDzKE9RkE8i3WaHcJyUKOAGXSeD27Vn4xcAvHOSGv2OxaST3/BN+rpxccngPd
|
# UIW7alPIAYhZtFHkXR6mg6D/B6v+tDa0oJIJjlqqtoI0kEbK0dwxyIs3uTF647o6
|
||||||
# PhGOY8YIp9AWtCupGOanWxgUlr9ixSFgYZmd3pxNz8fgNi9sTU0uRwIlXd0Mjj3m
|
# H74NemKvYO8yIFKyXnmtd0UIW06BPLDFQPKOD+W9gT/l54k0vQtZLvpTr6hXEtuv
|
||||||
# a7svCTZhs2gKYDwSwVuHDG3EV4oOEKF2SvdIcACWO4uedi0M7VebGdgQ+H8+b26Z
|
# fZpff1v7MwS+jAjneBP805QKpUmvoyTHAC4INu9HXLjEPCaFVSv/g29PHLLFtSo8
|
||||||
# y6C8WPG3BUk/qlkqjusfB11WfKMlYrlnYhGfdnM1VrBQKQEODaNHszYoOtL92Pen
|
# wCwdsb5tbZuapiF/djtjwShjIOvK4vkv1iyaoUpBm6SPa0qPKwuiq0fRXQ4mu6B+
|
||||||
# 8mGqRZUMQCU+Hwb9ArtHckaHDAYXTgwNzqlqQOZlhfxiuwEssGjVE45oQabv8fRq
|
# 5XxaLl4aPGUCgSUj1PRfsebJEawbJ6czIjwS7Kw1B+8ZTV/6P85U5+HOFWHfZALx
|
||||||
# rQfwI4oYM9Y1WEjlTBvTi3GQgb/NuvWKOh8YnbFWWq+QFRG73Egn/uicrPxIgDoy
|
# SrXjX2n5jriAR0FH7LPtMlBrU3cf9+b4+kwq0Ld0e5erYN3lQNjny3MW23skqvBy
|
||||||
# wt8PE09PGhJQ+qVyhqrUeeSF+j0evA6E2pUmP49ZLBsKthhYEI1h5JPMBgxkuXC4
|
# 3YpyHgZrPXA6pq0cls/dwdsdRhq1uQ80BlS0rWTHoI44Hr5/H3kfMsGlk1ZdR9EJ
|
||||||
# 5ZfkVCALwOZ/LD4vRMZBghXQbAI5WvjB+iObSEO9MtoI/MPMDKyOfEueYDb2nroL
|
# pze9mj2SpB+2y3a6BrGMXjp8XQmx57MJDELOcMWKsezPCN3wWHtd9bQ2nxW0OyGw
|
||||||
# d3R98omGWCLoCCr+BLg+XjZQWliSUs8L/sNAUlBb1S0kWwpSND+NUHed4VEnS14H
|
# pshm1fPjM4lwWvUrH0/9vy/D6tWLwPZXekVedpPGR/oqlRDii+1x/PAuAcOb9u+X
|
||||||
# Rtn3Cx2H7WgHeQSfiOPDcYtTqHz48RHuhd2C+v+NiPKgkOtTxLH7H6BlW96hgg49
|
# h+2uOLaos6jR71g8gsNGMUQMuKN9XNvuxFilcl9fc+0Q91vt6ToRob9WNBmhgg49
|
||||||
# MIIOOQYKKwYBBAGCNwMDATGCDikwgg4lBgkqhkiG9w0BBwKggg4WMIIOEgIBAzEN
|
# MIIOOQYKKwYBBAGCNwMDATGCDikwgg4lBgkqhkiG9w0BBwKggg4WMIIOEgIBAzEN
|
||||||
# MAsGCWCGSAFlAwQCATCCAQ8GCyqGSIb3DQEJEAEEoIH/BIH8MIH5AgEBBgtghkgB
|
# MAsGCWCGSAFlAwQCATCCAQ8GCyqGSIb3DQEJEAEEoIH/BIH8MIH5AgEBBgtghkgB
|
||||||
# hvhFAQcXAzAxMA0GCWCGSAFlAwQCAQUABCAafKvrRkdVxwCF6brdFdzfTfKcBENE
|
# hvhFAQcXAzAxMA0GCWCGSAFlAwQCAQUABCCJ1gJ+cKbY+3i0FzAkHm4fzyZ8m0bz
|
||||||
# HXM7VdQTxnUxUwIVANS/ey8tLSQ9LlI0IgAcicapMC63GA8yMDIzMDUxNTEwNDE1
|
# g0Hf+0cQc0Q13QIVAN9FrYgBhZZ+Y7+t9o6rjDNOP8kPGA8yMDIzMDkwODE3MzA0
|
||||||
# NFowAwIBHqCBhqSBgzCBgDELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVj
|
# OVowAwIBHqCBhqSBgzCBgDELMAkGA1UEBhMCVVMxHTAbBgNVBAoTFFN5bWFudGVj
|
||||||
# IENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMTEw
|
# IENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBUcnVzdCBOZXR3b3JrMTEw
|
||||||
# LwYDVQQDEyhTeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1waW5nIFNpZ25lciAtIEcz
|
# LwYDVQQDEyhTeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1waW5nIFNpZ25lciAtIEcz
|
||||||
# oIIKizCCBTgwggQgoAMCAQICEHsFsdRJaFFE98mJ0pwZnRIwDQYJKoZIhvcNAQEL
|
# oIIKizCCBTgwggQgoAMCAQICEHsFsdRJaFFE98mJ0pwZnRIwDQYJKoZIhvcNAQEL
|
||||||
@@ -1381,13 +1237,13 @@ exit $ExitCode
|
|||||||
# BgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBU
|
# BgNVBAoTFFN5bWFudGVjIENvcnBvcmF0aW9uMR8wHQYDVQQLExZTeW1hbnRlYyBU
|
||||||
# cnVzdCBOZXR3b3JrMSgwJgYDVQQDEx9TeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1w
|
# cnVzdCBOZXR3b3JrMSgwJgYDVQQDEx9TeW1hbnRlYyBTSEEyNTYgVGltZVN0YW1w
|
||||||
# aW5nIENBAhB71OWvuswHP6EBIwQiQU0SMAsGCWCGSAFlAwQCAaCBpDAaBgkqhkiG
|
# aW5nIENBAhB71OWvuswHP6EBIwQiQU0SMAsGCWCGSAFlAwQCAaCBpDAaBgkqhkiG
|
||||||
# 9w0BCQMxDQYLKoZIhvcNAQkQAQQwHAYJKoZIhvcNAQkFMQ8XDTIzMDUxNTEwNDE1
|
# 9w0BCQMxDQYLKoZIhvcNAQkQAQQwHAYJKoZIhvcNAQkFMQ8XDTIzMDkwODE3MzA0
|
||||||
# NFowLwYJKoZIhvcNAQkEMSIEIL8/K60mXh1FyzaYk4hwVgMOGPKp8M9K7pisnqDz
|
# OVowLwYJKoZIhvcNAQkEMSIEIOlPG+ScXcg58Jy8YZVYx+MSPoHLFHnQexxjBwsE
|
||||||
# cLTtMDcGCyqGSIb3DQEJEAIvMSgwJjAkMCIEIMR0znYAfQI5Tg2l5N58FMaA+eKC
|
# YjviMDcGCyqGSIb3DQEJEAIvMSgwJjAkMCIEIMR0znYAfQI5Tg2l5N58FMaA+eKC
|
||||||
# ATz+9lPvXbcf32H4MAsGCSqGSIb3DQEBAQSCAQBJj/OBxctaK11U1/Cv0rxP4fgV
|
# ATz+9lPvXbcf32H4MAsGCSqGSIb3DQEBAQSCAQBFLhAwze81QjMjju80z0pzfNZO
|
||||||
# 9KKW7nWieer5TbP7QJXiJx88gBo4sF5yg+DfkvALpDWujtDdGSq6d0DweNnRADB7
|
# sqoCJCLFSqz02v61h/vQ54WqEZv/6g6sGQ0imYVh8I1t3W85lNVvYu1g8MenD5qd
|
||||||
# x8uHhGybC0+sQwbWe8haUL9qSaqEVOQ2LQxQ2TFXtXJEx+hIHvwbtL64dy1nD57W
|
# 0ffyMbaEZO01C2n3Up5kymTy00ZcgB7RWwkAA/v6cK+p+SJ6cBWikOSZLQrTB2ky
|
||||||
# BdhVf3Sgud0YgpA7B7x4bARWFiz9KQY9AhUq/cZN9OWYTq59T2f4l3zDBAf7d3ni
|
# X5p3fd5ox0i4G1LTFNw98v3ax7ylgO7ub4p72BVMIXqzxyRBsm+KWriQ3vCjRXf6
|
||||||
# JAF5Omx4OEsWzfbvEwe3WxtWenFk4QhlaDlj4xVQzJQgYDOeebd74uFjRpY+ohnJ
|
# YcRoIUrYY5Sack7A/jPjh41HeQJr9vmXss/j6SFvaJZYDszrFQCr1dsDQiE0M8bc
|
||||||
# 0RSC2IMQzxz1bvdGx1tO8NpFgJy6E7JoWEqiZA+PgpqWoUy7EaErjArL7Htt
|
# YG9xE7np/Ft+KIZY3zI5iAta9KZKcq5LbFe0VuwqVxslgEwEW5ekfPmCPtNG
|
||||||
# SIG # End signature block
|
# SIG # End signature block
|
||||||
|
@@ -64,6 +64,9 @@ Commandline mode
|
|||||||
Fido supports commandline mode whereas, whenever one of the following options is provided, a GUI is not instantiated
|
Fido supports commandline mode whereas, whenever one of the following options is provided, a GUI is not instantiated
|
||||||
and you can instead generate the ISO download from within a PowerShell console or script.
|
and you can instead generate the ISO download from within a PowerShell console or script.
|
||||||
|
|
||||||
|
Note however that, as of 2023.05, Microsoft has removed access to older releases of Windows ISOs and as a result, the
|
||||||
|
list of releases that can be downloaded from Fido has had to be reduced to only the latest for each version.
|
||||||
|
|
||||||
The options are:
|
The options are:
|
||||||
- `Win`: Specify Windows version (e.g. _"Windows 10"_). Abbreviated version should work as well (e.g `-Win 10`) as long
|
- `Win`: Specify Windows version (e.g. _"Windows 10"_). Abbreviated version should work as well (e.g `-Win 10`) as long
|
||||||
as it is unique enough. If this option isn't specified, the most recent version of Windows is automatically selected.
|
as it is unique enough. If this option isn't specified, the most recent version of Windows is automatically selected.
|
||||||
|
Reference in New Issue
Block a user