Changed download

This commit is contained in:
Nicolas Simond
2025-08-26 15:30:58 +02:00
committed by GitHub
parent bc4343d36d
commit 13f86ca762
+1 -1
View File
@@ -73,7 +73,7 @@ if (-not (Test-Path $fidoPath)) {
# Run FIDO to download matching ISO
Write-Host "Downloading Windows 11 ISO for $fidoEdition edition in $fidoLanguage..."
PowerShell -ExecutionPolicy Bypass -File $fidoPath -Win 11 -Rel Latest -Ed $fidoEdition -Lang $fidoLanguage -Arch x64
Start-Process powershell -ArgumentList "-ExecutionPolicy Bypass -File $fidoPath -Win 11 -Rel Latest -Ed $fidoEdition -Lang $fidoLanguage -Arch x64" -Wait
##########################
### Install Windows 11 ###