netstat -aon|findstr "8001" //查看端口 tasklist|findstr "15312" //根据PID找到对应的程序 taskkill /f /t /im netbox.dll //强制终止程序