未读消息 : 忽略
查看全部
1.查找对应的端口运行情况:
netstat -aon | findstr :11434
2.根据对应的端口查找服务:
tasklist /FI "PID eq 6596"
3.停止对应的服务!
net stop 服务名!