PDA

View Full Version : process identifier (PID)


BoB
December 5th 03, 07:45 PM
Does anyone know what process identifier (PID) is? Any
information you can give me will be appreciated. Like what
it is used for, and where you can find it.

Eric Fitzgerald [MSFT]
December 5th 03, 07:45 PM
A PID is a number that uniquely identifies a running process on a system.
PIDs are re-used frequently, so to map a PID to a process after the process
has terminated, you need to enable "Process Tracking" (aka "Detailed
Tracking") auditing for success events in auditing policy.

To see the PIDs of the processes on your system, you can use the Task
Manager (taskmgr.exe) (might have to View/Select Columns...) or the
TASKLIST.VBS command line tool.

Eric

--
Eric Fitzgerald
Program Manager, Windows Auditing and Intrusion Detection
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

"BoB" > wrote in message
...
> Does anyone know what process identifier (PID) is? Any
> information you can give me will be appreciated. Like what
> it is used for, and where you can find it.

Torgeir Bakken (MVP)
December 5th 03, 07:45 PM
"Eric Fitzgerald [MSFT]" wrote:

> A PID is a number that uniquely identifies a running process on a system.
> PIDs are re-used frequently, so to map a PID to a process after the process
> has terminated, you need to enable "Process Tracking" (aka "Detailed
> Tracking") auditing for success events in auditing policy.
>
> To see the PIDs of the processes on your system, you can use the Task
> Manager (taskmgr.exe) (might have to View/Select Columns...) or the
> TASKLIST.VBS command line tool.

Hi

WinXP Pro has a command line tool tasklist.exe that shows it (I don't think it
comes with Home).


Some freeware tools from http://www.sysinternals.com/ that also show the PID:

Process Explorer (GUI)
The command line utilities PsList.exe in the free PsTools suite

--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter

Cyrus Gray [MSFT]
December 5th 03, 07:45 PM
Hello Bob,
When windows starts a new process/application it identifies the process
to the system using a Process Identifier. You can view the PID's associated
for your applications by pressing (Ctrl-Shift-Enc) to open the Task Manager.
Then select Processes. Then Choose View --> Select Columns. Check PID (Top
Left) and click OK. Your PIDs will now show up on the Process column.

--
Thank You
Cyrus Gray

Please do not respond directly to this email address as it is used only for
posting to newgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.

"BoB" > wrote in message
...
> Does anyone know what process identifier (PID) is? Any
> information you can give me will be appreciated. Like what
> it is used for, and where you can find it.

Google