diff --git a/scripts/all-in-one-tweaks.ps1 b/scripts/all-in-one-tweaks.ps1 index 60e19bd..99f1676 100644 --- a/scripts/all-in-one-tweaks.ps1 +++ b/scripts/all-in-one-tweaks.ps1 @@ -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