This commit is contained in:
luk.lu
2022-12-26 17:56:32 +08:00
parent 3e513801bd
commit 45edb0c583
14 changed files with 80 additions and 77 deletions

View File

@@ -8,5 +8,7 @@
netstat -aon |findstr %PORT%
@echo;
@echo "tasklist |findstr [PID]": to find the process,
@echo "taskkill /T /F /PID [PID]": to kill the process.