Run command prompt(cmd) as administrator. type the below command
netstat -nab
The results which are in red port numbers. if we want to export these results to notepad run the below command.
netstat -nab | clip
Open notepad and paste it in the note pad
Comments