@echo off setlocal powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop-installed.ps1" if errorlevel 1 ( echo. echo [ERROR] SSH Manager 停止失败 pause exit /b 1 ) pause endlocal