Process Identifier is a unique number automatically
being assign to each processes for identification. The representation is
given in decimal number.
Here’s how to find each programs process ID using command prompt.
The
small utility displays a list of processes running on either remote or
local machine. It includes Image Name or program name, Process ID,
Session Name, Session number and memory usage.
Go to run and type cmd
Command prompt will open now type tasklist
The
utility displays information about processes. It includes the Username
running the program, Session Name, ID, Process ID and Image name or
program name.
type qprocess
Windows
Management Instrumentation command-line (WMIC) enables systems
management from the command line. It extends the built-in Windows
Management Instrumentation (WMI) for interfaces from several
command-line usages and through batch scripts.
type wmic process get name,processid
That’s it! Keep on reading!
No comments:
Post a Comment