Checks the network connection of software and windows Network Connection in windows.
First, open the task manager and select the application you want to view. Right-click the application and go to the process.
The PID of the process is displayed.
Open the cmd command line window
Enter netstat-ano | findstr 2652 to check the network connection status of the application.
What is the exe file used for network connection testing in windows?
PING.exe
Click Start -- run -- Enter CMD --- and then enter ping + IP address.
How to use Windows Network commands to detect network connections
Check Network Connection
If you suspect that a trojan or virus has been installed on your computer, and there is no perfect tool on hand to detect it, you can use the network commands that come with windows to view it.
Command Format: netstat/
You can see all the IP addresses connected to the local computer.
Including:
Proto -- Connection Method
Local address -- local connection address
Foreign address -- address for establishing a connection with a local device
State -- current port status
In this way, the computer can be fully monitored for connection, so as to control the computer.