To find who is connected to our windows machine

by rajesh 2009-11-04 21:23:45

NETSTAT:

To find who is currently connect to our windows pc, we can just use the command Netstat

This will list out all the address from where connection is established and their current state.

Example:

C:\Users\ADMIN>netstat

Active Connections

Proto Local Address Foreign Address State
TCP 115.xxx.xx.xx:49485 cs104:http TIME_WAIT
TCP 115.xxx.xx.xx:49486 cs104:http TIME_WAIT
TCP 115.xxx.xx.xx:49492 ty-in-f104:http ESTABLISHED
TCP 115.xxx.xx.xx:49494 cs104:http ESTABLISHED
TCP 127.0.0.1:49157 SanSan:49158 ESTABLISHED
TCP 127.0.0.1:49158 SanSan:49157 ESTABLISHED

C:\Users\ADMIN>

Tagged in:

1038
like
0
dislike
0
mail
flag

You must LOGIN to add comments