mirror of
https://github.com/stylersnico/Win11-Silent-Upgrade-On-Unsupported-Hardware.git
synced 2026-06-04 16:08:40 +02:00
Changed download
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user