Group: microsoft.public.windowsxp.security_admin
From: Dennis Dow
Date: Monday, February 25, 2008 7:05 AM
Subject: Re: TCP established connection unwanted

5tulips wrote:
> I did a netstat -a this evening for active connections.
> This one should not be here. How do I get rid of it?
>
> TCP (mycomputername):1448
> bzq-82-80-230-133.cablep.bezeqint.net:http ESTABLISHED
>
> dsg
>
>
Now try netstat -ab
This will display the PID associated with each port. Using your task
manager you can display pid's of all running processes. That will tell
you what program has the port open. From there you'll know how to proceed.