Windows system port is occupied

Viewed 3

I started a software in the Windows system, but it keeps prompting that the port is occupied. How can I check the port occupancy status in the system?

1 Answers

You can enter the following command in the cmd window:
netstat -ano

The port with status "LISTENING" is occupied