How to check the port number in win10? How to check the port number in win10

WBOY
Release: 2024-02-15 10:20:06
forward
1235 people have browsed it

php editor Strawberry will introduce to you how to check the port number in Win10 system. In computer network communications, port numbers are numbers used to identify different applications or services. By looking at the port number, we can understand the port used by an application or service on the computer. In Win10 system, we can check the port number in a variety of ways, including using command line tools, system settings interface and third-party software. Next, we will introduce these methods in detail to help you easily check the port number.

How to check the port number in win10

1. First, press the [Win , select [Run].

2. Run the window, enter the [cmd] command, and press [OK or Enter] to open the command prompt window.

3. In the command prompt window, enter and press Enter to execute the [ netstat -ano ] command to get a list of all network connection activities. In the table, the colon after the local address IP address is The port number.

How to check the port number in win10? How to check the port number in win10

4. If you want to find a specific port, you can enter and press Enter to execute the [netstat -aon|findstr port number] command, for example: netstat -aon|findstr 80 , that is, to find the information with port number 80.

How to check the port number in win10? How to check the port number in win10

#5. If you want to find out which program occupies the port number, you can write down the PID number in the last column.

How to check the port number in win10? How to check the port number in win10

#6. Click [Right-click] on the blank space of the taskbar, and then select [Task Manager (Shift Ctrl Esc)] from the right-click menu item that opens.

How to check the port number in win10? How to check the port number in win10

The above is the detailed content of How to check the port number in win10? How to check the port number in win10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!