How to Check List of Open Ports in Windows 10?

  • 4 years ago
How to Check List of Open Ports in Windows 10?

Step 1: Open Command Prompt as an Administrator.

Step 2: Type below Command, After that, hit enter key on the keyboard.

netstat -aon

Explanation of above command is below:-

netstat Displays protocol statistics and current TCP/IP network connections.

-a: Displays all connections and listening ports.

-o: Displays the owning process ID associated with each connection.

-n: Displays addresses and port numbers in numerical form.

Step 3: Now, you can see active connections, and also ports that are open on your computer.


It's done.

Thanks for watching, please like and subscribe

==============================================

https://www.facebook.com/HowtoTutorialsByAmit/