• Welcome to ForumKorner!
    Join today and become a part of the community.

tracking IP from skype

CrossFires

Active Member
Reputation
0
So its very very simple way to track some one IP from skype here you go:

1. CTRL+ALT+DEL, look what is Skype.exe PID#
2. Start>Run>cmd, command: netstat -no
Now look what IP's have skype.exe PID#, and here you go you have the IP


If you cant see PID# in Task Manager, go View>>Select Columns... check PID (Process Identifier)
 

Guest

Guest
You can find the PID using cmd:

Code:
tasklist /fi "IMAGENAME eq skype.exe"
 

darma

Member
Reputation
0
yes, I need to know this ...
because sometimes we need to know the location of a person ...
 
Top