The way to check what ports are open or closed on your PC is below:
Open the command prompt as an administrator, type the following command, and press enter:
netsh advfirewall firewall show rule name=all > AllPorts.txt
The result will be in a text file named AllPorts.txt in C:\Users\<user>
Leave A Comment?