Share via

Filtering processes in Process Explorer

Michael Steel 20 Reputation points
2026-03-25T07:19:06.3+00:00

Is it possible to filter multiple processes in the "Filter by name" input field? Spaces, commas, and semicolons don't work as separators.

Sysinternals
Sysinternals

Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.

0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-03-25T07:19:15.71+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. Use a common wildcard pattern that matches all desired processes (for example, *explore* to match both explorer and iexplore if that fits the scenario).
    2. Use other Sysinternals tools that support broader filtering or scripting, such as:
      • PsList for command-line listing and filtering of processes (for example, pslist exp to show all processes whose names start with exp).

    References:

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.