Thread: how to check process id on windows
-
Jun 23rd, 2008 03:39 AM
#1
how to check process id on windows
I did a search on google, found an answer, but forgot it. I searched again and just can't find that link again!
I want to a list of all the processes runnin on my windows (vista) machine with their respective PID's.
The command was a one word command that you can type into the prompt window and it would list processes and their id's.
anyone know what it is? thanks!
-
-
Jun 23rd, 2008 03:49 AM
#2

Originally Posted by
jadoocian
I did a search on google, found an answer, but forgot it. I searched again and just can't find that link again!
I want to a list of all the processes runnin on my windows (vista) machine with their respective PID's.
The command was a one word command that you can type into the prompt window and it would list processes and their id's.
anyone know what it is? thanks!
tasklist.exe?
-
Jun 23rd, 2008 03:50 AM
#3
Newbie

Originally Posted by
webthrasher
tasklist.exe?
Yeah, same command from XP... I was on the verge of replying "ps axfw".
-
Jun 23rd, 2008 03:52 AM
#4
thank you!
what a tough time trying to find that on google! should have just asked here!
-
Jun 23rd, 2008 06:53 AM
#5
The Process tab under Windows Task Manager shows PID too.
Of course, you can always use this ... http://technet.microsoft.com/en-us/s.../bb896653.aspx
-
Jun 23rd, 2008 07:03 AM
#6
sysinternals has some tools for computer users
http://live.sysinternals.com/
I believe ProcMon would be the one
-
Jun 23rd, 2008 09:34 AM
#7

Originally Posted by
willy
The Process tab under Windows Task Manager shows PID too.
Just to add to this, you need to add the PID under View -> Select Columns.
-
Jun 23rd, 2008 11:44 AM
#8

Originally Posted by
willy
Second Process Explorer. Great little app.
_______________
The only place you're going to find a helping hand, is at he end of your own wrist. Joe Mondello
-
Jun 23rd, 2008 03:12 PM
#9
thanks for your help. installed process explorer and playing around with it.
I guess the next question is, is there a way a I can tell which process has which ports open to use? ie. I'm running skype. I want to see which ports skype is using to send/receive traffic.
-
Jun 23rd, 2008 03:17 PM
#10

Originally Posted by
jerryhung
I think it's called Processes Explorer
This little program is a MUST HAVE - I believe it was you who linked it when I was having problem with unknown CPU usage which turned out to be DPC.
-
Jun 24th, 2008 01:12 AM
#11

Originally Posted by
jadoocian
thanks for your help. installed process explorer and playing around with it.
I guess the next question is, is there a way a I can tell which process has which ports open to use? ie. I'm running skype. I want to see which ports skype is using to send/receive traffic.
anyone?
-
Jun 24th, 2008 02:51 AM
#12
nm. figured it out.
if you're interested,
netstat -aon on windows will give you all listening/established ports on your machine along with the pid that opened that port.
-
Jun 24th, 2008 09:27 AM
#13
TCPView will show you the TCP connections:
http://technet.microsoft.com/en-us/s.../bb897437.aspx
But Skype does the majority of it's communications through UDP..
You can use Wireshark to see all network communications in realtime.
Also, I have studied Skype's network behaviour for a work project and I can tell you it does not use static ports and it will punch a hole in your NAT on whatever ports it gets told to from it's root Supernode list.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules