I\'d like to find out which processes are using my network. This is quite easy in Linux, but I\'m stumped as to how to do this in Windows.
Essentially, I\'d like, fo
Use ETW with EVENT_TRACE_FLAG_NETWORK_TCPIP will do the job.