Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Amit>netstat -aon | findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2672
TCP [::]:8080 [::]:0 LISTENING 2672
TCP [::1]:2478 [::1]:8080 TIME_WAIT 0
C:\Documents and Settings\Amit>Taskkill /PID 2672 /F
SUCCESS: The process with PID 2672 has been terminated.
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Amit>netstat -aon | findstr "8080"
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 2672
TCP [::]:8080 [::]:0 LISTENING 2672
TCP [::1]:2478 [::1]:8080 TIME_WAIT 0
C:\Documents and Settings\Amit>Taskkill /PID 2672 /F
SUCCESS: The process with PID 2672 has been terminated.
0 comments:
Post a Comment