# 脱离式启动器: 独立进程跑 ty-glances-fix(避免重启frpc断SSH导致中断) $cmd = 'powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr https://scripts.cong.in/ty-glances-fix.ps1 -UseBasicParsing).Content *> C:\ty-fix.log"' Invoke-CimMethod -ClassName Win32_Process -MethodName Create -Arguments @{CommandLine=$cmd} | Out-Null Write-Host 'launched detached -> C:\ty-fix.log'