Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to shutdown port in windows

netstat  -ano  |  findstr  < Port Number >
taskkill  /F  /PID  < Process Id >
Source by javabypatel.blogspot.com #
 
PREVIOUS NEXT
Tagged: #shutdown #port #windows
ADD COMMENT
Topic
Name
7+6 =