How to kill process run on any specific port (4200,3000,5000,8080)

preview_player
Показать описание
In this video I'll show how kill process run on any specific port

Also work on
- Port 4200 in already in use
- Web server failed to start port 8080
- Cannot access port 3000

Command 1:
netstat -ano | findstr :5000

Command 2:
taskkill /F /PID {process number}
or
taskkill /PID {process number} /F

Thank you for watching.

Please subscribe my channel:
Комментарии
Автор

The amount of appreciation is unmatched I thank you from the bottom of my ❤. I have been looking for hours tried clearing hosts adding path lol i added so many redundant extensions and your method saved me💯🙌

roblars
Автор

HI tech journey,
Thank you this video... My problem was solved..

bollaramstudio
Автор

Finally!!!1 Something on YOUTUBE that actually works when i need it!!! Thank

kalvinsweatt
Автор

hello maim localhost:4200 agr browser pr run ni karta hai to uskje liye hm kya use kare

anuj_mishra
Автор

thank you so much from the bottom of my heart mam ..it really works:)

abutalha
Автор

netstat is not recognozed as name of
I am getting above in terminal what should I do

dhruvinvekariya
Автор

Great Video.. solved my problem,
thank you

vinayparmar
Автор

I ran the netstate -ano | findstr :5000, it returned nothing. That means port 5000 is not in use but I am still getting the error. What should I do?

yongkukkim
Автор

it works only single time, after starting server next time the same error will occur, any solution?

bipukatuwal
Автор

shit works, thanks sister i was pulling my hair on this on

yunusalam