You can check to see what is listening on TCP (port 1468) and Secure TCP (port 6514).
You can use following commands:
netstat -ao > C:\netstat.txt
tasklist > C:\tasklist.txt
This will let you see what is listening an which ports.
You can check to see what is listening on TCP (port 1468) and Secure TCP (port 6514).
You can use following commands:
netstat -ao > C:\netstat.txt
tasklist > C:\tasklist.txt
This will let you see what is listening an which ports.