Change Arguments on WSL.msi file

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent b53accb915
commit 8f33057669
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -752,7 +752,7 @@ function EnableFeatures {
# WSL 2 Setup Finish
Push-Location "$env:SystemDrive\"
Start-BitsTransfer -Source "https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi" -Destination "wsl_update_x64.msi"
Start-Process .\wsl_update_x64.msi '/q /norestart' -Wait
Start-Process -FilePath ".\wsl_update_x64.msi" -ArgumentList "/q", "/norestart" -Wait
Remove-Item "wsl_update_x64.msi" -Force
Pop-Location

Loading…
Cancel
Save