Update README.md

This commit is contained in:
Pete Batard
2021-08-19 23:00:56 +02:00
parent b7331f7873
commit 28725b287c

View File

@@ -50,10 +50,9 @@ redirect you __away__ from the pages that allow you to download retail ISOs):
* https://www.microsoft.com/software-download/Windows8ISO * https://www.microsoft.com/software-download/Windows8ISO
* https://www.microsoft.com/software-download/Windows10ISO * https://www.microsoft.com/software-download/Windows10ISO
After visiting those with a full browser (Internet Explorer, running through the `Invoke-WebRequest` PowerShell Cmdlet), After checking access to these URLs, to confirm that they are accessible, the script first queries the web API from the
to confirm that they are accessible, the script then queries the web API from the Microsoft servers to first request the Microsoft servers, to request the language selection available for the version of Windows selected, and then requests
language selection available for the version of Windows selected by the user, and then request the actual download links the actual download links for all the architectures available for that language + version.
for all the architectures available for that specific combination of version + language.
Requirements Requirements
------------ ------------