如何在 Windows 中终止/删除当前使用本地主机上的端口的进程?

问题描述 投票:0回答:1

我的计算机没有管理员权限。我正在尝试终止本地主机端口的进程。

我尝试过

netstat -ano | findstr :6543
taskkill /PID 6360 /F
,它说
ERROR: The process with PID 6360 could not be terminated. Reason: Access is denied.

windows terminal localhost kill
1个回答
0
投票

尝试

npx kill-port 'your_port_number'
© www.soinside.com 2019 - 2024. All rights reserved.