[TOOLS-WIN] TaskList (quickly find the PID)
joeNOR > 2020-10-29 02:56
NOTE!
I use the [TOOLS-WIN] tag on posts about internal tools in Windows.
This includes tools that have to be downloaded and installed, like Windows Terminal or PowerShell 7.
Purpose
To quickly find the PID (Process ID) of a process without starting the Task Manager, clicking on the right tab, finding the process and so on.
Favourite
UserVar: {cmdopt}=/Q /T:1E /K
Type: Application
Basic Settings, Application: cmd
Adv. Settings, Parameters: {cmdopt} "TaskList /FI "IMAGENAME eq {Input:Enter Process Name}""
Use
Start from anywhere, enter the process name (f.ex. notepad.exe), hit Enter and the PID of any process(es) with that name will be displayed.
Regards,
joeNOR