Here’s how to see what’s going on under the hood.

We’re going to cover three ways it’s possible for you to view your PC’s active connections.

The first uses the good oldnetstatcommand from PowerShell or the Command Prompt.

anc_top

And, you’re able to do it using either PowerShell or Command Prompt.

The command works the same in both.

If you’re using the Command Prompt instead, you’d also have to run that as an administrator.

anc_1

At the prompt, jot down the following command, and then press Enter.

We’re using four modifiers on thenetstatcommand.

The–aoption tells it to show all connections and listening ports.

anc_2

The–boption adds what program is making the connection to the results.

When you’ve stopped recording data, you’ll need to initiate the activity.txt file to see the results.

that have made an Internet connection in the time during which you left the command running.

anc_3

This includes both established connections and open ports on which apps or services are listening for traffic.

The file also lists which processes connected to which websites.

Related:What Is This Process and Why Is It Running on My PC?

anc_4

It’s a bit more focused tool than TCPView.

For each port, CurrPorts lists information about the process that opened the port.

To sort the list by a specific column, just punch the header of that column.

anc_5

CurrPorts runs on everything from Windows NT up through Windows 10.

Just note that there is a separate download of CurrPorts for 64-bit versions of Windows.

you’re able to find more information about CurrPorts and how to use it on their website.

anc_6