Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kill process on windows #14

Open
lepffm opened this issue Mar 31, 2022 · 0 comments
Open

kill process on windows #14

lepffm opened this issue Mar 31, 2022 · 0 comments
Labels
Milestone

Comments

@lepffm
Copy link
Owner

lepffm commented Mar 31, 2022

get process id using port 8080

netstat -nao | findstr LISTEN | findstr 8080

show process

tasklist /fi "PID eq XXXX"

kill process id

taskill /PID XXXX /F

@lepffm lepffm added the Dev label Mar 31, 2022
@lepffm lepffm added this to the IT milestone Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant