svchost.exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI all,

I have zone alarm as a fire wall.

1. why does svchost need to be online? It is always asking for permission to
get online?

2. Why does it always have a differnt ip addy?

thanks!!
 
Jammie said:
HI all,

I have zone alarm as a fire wall.

1. why does svchost need to be online? It is always asking for permission to
get online?


Which svchost.exe? Try using netstat in a cmd window

netstat -abov >netstat.txt
and
notepad netstast.txt


Find the PID which is identified as svchost.exe and then
use tasklist.

tasklist /svc /fi "PID eq ___"

(fill in the blanks with the PID that the netstat finds)


My guess is that it will be wuauserv (Automatic Updates.)


2. Why does it always have a differnt ip addy?


Details? Are you using dialup?



HTH

Robert Aldwinckle
---
 
Back
Top