David Baxter PhD
Late Founder
Is Your Computer Connecting To Websites Without Your Knowledge?
by Amit Agarwal
Thursday, September 20, 2007
If you are worried that some programs on your PC are secretly making connections to websites in the background, here's a quick tip that uses a simple DOS command to detect and prevent such suspicious activity:
Scroll though the activity.txt file and look for any process names or website addresses that you are not aware of. If you track one , go to the task manager (or Process Explorer) to find the location of the executable on your computer and eliminate it.
by Amit Agarwal
Thursday, September 20, 2007
If you are worried that some programs on your PC are secretly making connections to websites in the background, here's a quick tip that uses a simple DOS command to detect and prevent such suspicious activity:
- Type cmd in your Windows Run box.
- Type "netstat -b 5 > activity.txt" and press enter. After say 2 minutes, press Ctrl+C.
- Type "activity.txt" on the command line to open the log file in notepad (or your default text editor)
Scroll though the activity.txt file and look for any process names or website addresses that you are not aware of. If you track one , go to the task manager (or Process Explorer) to find the location of the executable on your computer and eliminate it.