PsList – Windows CMD Command

Process Status, list information about processes running in memory.

Syntax
      pslist [-?] [-t] [-m] [-x] [\\computer [-u user] [-p passwd]] [name | pid] 

Options:

   computer   The computer on which the process is running. Default=local system 

   -p passwd  Specify a password for user (optional). Passed as clear text.
              If omitted, you will be prompted to enter a hidden password.

   -u user    Specify a user name for login to remote computer(optional).

   -t         Show statistics for all active threads on the system,
              each thread is grouped with its owning process.

   -m         Show memory-oriented information for each process, 
              rather than the default of CPU-oriented information.

   -x         Show CPU, memory and thread information for each process specified.

   name       Scan only those processes that begin with the name process.
              Thus:
                pslist exp
              will display processes that start with exp... Explorer, Export etc

   -accepteula Suppress the display of the license dialog.

   -?         Display options and units of measurement.

The default information listed includes the time the process has executed, the amount of time the process has executed in kernel and user modes, and the amount of physical memory that the OS has assigned the process.

When running PsList against a remote system you must have administrative rights on that system, and the system must be running the Remote Registry service.

When launched for the first time, PsList will create the regkey
HKCU\Software\Sysinternals\PsList\EulaAccepted=0x01

Examples:

List all processes running on \\workstationf4t:

C:\> SC \\workstationf4t start RemoteRegistry
C:\> pslist \\workstationf4t

You may also like...

2 Responses

  1. gralion torile says:

    I got what you intend, thankyou for putting up.Woh I am glad to find this website through google.

  2. tantric massages in london says:

    Thanks a lot for the blog.Thanks Again. Really Great.

Leave a Reply

Your email address will not be published. Required fields are marked *