Skip to content
/ pid Public

Windows command line for listing and finding processes by id and image name

License

Notifications You must be signed in to change notification settings

StrikerX3/pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pid

Windows command line for listing and finding processes by ID or image name.

Build with Visual Studio 2013 Community or higher.

Usage

  • pid - List all processes and respective process IDs.
  • pid <image-name> - List all processes whose image name matches or contains <image-name>. Case-insensitive.
  • pid <process-id> - Displays the process with the given ID, if found.

Released under the MIT License.

About

Windows command line for listing and finding processes by id and image name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published