I was wondering, if the TCP/IP stack is part of the kernel or running as a service? Where do I find the TCP/IP stack in sysinternals ProcExp?
|
feedback
|
|
The TCP/IP stack is implemented as a driver ( I don't have ProcExp but I do use Process Hacker (which is pretty much the same) so here is a screenshow of Process Hacker's running services viewer with the TCPIP service highlighted:
From there you should be able to stop, start, and disable the service (you can also do that with | |||
|
feedback
|


tcpip.sysis IPv4 andtcpip6.sysis IPv6. They're in the/WINDOWS/SYSTEM32/driversdir. Since they are.sysdrivers they will run in the kernel and probably not show up in ProcExp – Nate Koppenhaver Oct 25 '11 at 17:22