Fido
Fido copied to clipboard
A PowerShell script to download Windows or UEFI Shell ISOs
Hello there. Attempting to download French Canadian and Chinese traditional ISOs, however it says invalid Windows language provided or it downloads the simplified version in the case of Chinese. Options...
Per pbatard/rufus#2026 The fix for #41 (adding `-Headers @{ 'Referer' = 'https://www.microsoft.com/software-download/windows11' }` to `Invoke-WebRequest`) does not seem to be compatible with older versions of PowerShell, such as the ones...
This pull request fixes the null comparison issue in the Fido.ps1 file. The comparison was incorrectly written as `$winVersionId -eq $null`, and it has been corrected to `$null -eq $winVersionId`....
Hi, I'm curious what this means? Error: The underlying connection was closed: An unexpected error occurred on a send. Steps: 1. Run **cmd** as admin 2. Run **powershell** 3. Run...
Hi Pete, Great job reverse engineering Microsoft's API! I was looking to do the same thing some time ago but didn't attempt due to assuming that it would require Selenium...