วิธีที่จะฆ่าพอร์ตการใช้หน้าต่าง

รหัสตัวอย่าง

6
0

ฆ่าโพรเซสในพอร์ตหน้าต่าง

netstat -ano | findstr "PORT_NUMBER"

taskkill /PID PORT_NUMBER /f
5
0

netstat-ano|findstr ฆ่า

Kill Process in Windows

Step 1:

Open up cmd.exe (note: you may need to run it as an administrator, but this isn't always necessary), then run the below command:

netstat -ano | findstr :PORT_NUMBER

(Replace PORT_NUMBER with the port number you want, but keep the colon)



The area circled in red shows the PID (process identifier). Locate the PID of the process that's using the port you want.

Step 2:

Next, run the following command:

taskkill /PID PORT_NUMBER /F



4
0

ฆ่าบริการโดยหมายเลขพอร์ตบนหน้าต่าง

taskkill /F /PID PORT_NUMBER

หน้าคล้ายกัน

คล้ายกันหน้ากับตัวอย่าง

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

ดังอยู่ในนี้หมวดหมู่

ดังหน้ากับตัวอย่างอยู่ในหมวดหมู่