Releases: pbatard/Fido
Releases · pbatard/Fido
Fido 1.14
Fido 1.13
Fido 1.12
Fido 1.11
Enable Chinese/Korean additional downloads according to locale * Also remove downloads that don't appear to work such as COEM and Windows 8 LE * Also ensure that error messages from Microsoft's response are used on error and are properly translated to UTF-8
Fido 1.10
Fido 1.09
Fido 1.08
Fido 1.07
Fix x64 detection, Win7 PowerShell 3.0 prompt and other issues * .Contains() cannot be used with PowerShell 2.0 (Win7 default), which prevents the prompt that asks users to install PowerShell 3.0 from being displayed... * Fix LTR display of Windows Releases for RTL languages. * $env:PROCESSOR_ARCHITECTURE reports the architecture of the PowerShell runtime rather than the one from the OS, meaning that when executed in 32-bit mode on a 64-bit system (like with Rufus) it will report X86 instead of AMD64. Use [Environment]::Is64BitOperatingSystem instead. * Closes #5
Fido 1.06
Fido 1.05
Improve localization handling * Fix XML conversion error when localized language data contains escaped characters * Fix connection error when requested locale is not handled by Microsoft's servers * Also simplify Arch detection and return codes * Closes #2 * Closes #3