Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kill service by port number on windows

taskkill /F /PID PORT_NUMBER
Comment

kill process in windows using port number

Step 1
C:> netstat -ano | findstr :YourPortNumber
Step 2
C:> taskkill /PID enterPID /F
Comment

PREVIOUS NEXT
Code Example
Shell :: install letsencrypt ubuntu 20.04 nginx 
Shell :: no build file in linux headers 
Shell :: Unable to resolve module ./theming/DarkTheme from 
Shell :: git create new tag 
Shell :: how to install gnome user theme extension terminal 
Shell :: install lamp on ubuntu 22.04 
Shell :: how to activate utf16 in powershell 
Shell :: installing mailcatcher ubuntu 
Shell :: ubuntu server virtualbox check if guest additions installed 
Shell :: android studio (not installed) windows 
Shell :: python3.8 install pip 
Shell :: android turn off emulator in mac 
Shell :: install semantic ui react 
Shell :: tar.gz 
Shell :: Installing qt ubuntu 
Shell :: terminal find file by extension recursive 
Shell :: .env.local not working react 
Shell :: how to clear log files linux debian 
Shell :: color picker linux 
Shell :: how to turn off bluetooth in ubuntu 18.04 terminal 
Shell :: how to find empty directories in linux 
Shell :: jupyter kernel dies 
Shell :: composer 2 install in windows 10 
Shell :: cmd delete recursive 
Shell :: ffmpeg rotate video 
Shell :: tar gz 
Shell :: how to install rust wsl zsh 
Shell :: install next auth 
Shell :: terminal zip 
Shell :: cannot import urlencode from werkzeug 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =