Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
Process Explorer does not support specifying multiple process names in the “Filter by name” box as a list (for example, separated by spaces, commas, or semicolons). The filter is designed for a single name/pattern at a time.
To work with multiple processes, use one of these approaches instead:
- Use a common wildcard pattern that matches all desired processes (for example,
*explore*to match bothexplorerandiexploreif that fits the scenario). - Use other Sysinternals tools that support broader filtering or scripting, such as:
- PsList for command-line listing and filtering of processes (for example,
pslist expto show all processes whose names start withexp).
- PsList for command-line listing and filtering of processes (for example,
References: