Full list of Windows processes.

Markus 1 Reputation point
2022-10-30T12:29:10.867+00:00

I need a full updated (Windows 11) list of ALL the existing executable Windows processes. Such as:
calc.exe Windows Calculator
notepad.exe Windows Notepad
msgPlus.exe Messenger Plus
msmsgs.exe Windows Live Messenger
winword.exe Microsoft Word

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Durkan 12,236 Reputation points MVP
    2022-10-30T15:00:50.157+00:00

    Hi

    to see a full list of all running processes, you can do it in a number of ways:

    • Open an Admin Command Prompt and type "tasklist". You can also output this to a file by running "tasklist > c:\temp\list.txt"
    • From PowerShell, run "Get-Process". Again, you can output this list to a file if needed.
    • Open Task Manager and view all running processes there.

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    4 people found this answer helpful.
    0 comments No comments

  2. Docs 15,761 Reputation points
    2022-10-30T15:29:33.13+00:00

    Depending upon how much detail you may need an option is to use Microsoft Systernals: Process Utilities

    https://learn.microsoft.com/en-us/sysinternals/

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    1 person found this answer helpful.
    0 comments No comments

  3. Anonymous
    2022-10-30T13:42:56.977+00:00

    need a full updated (Windows 11) list of ALL the existing executable Windows processes

    Not sure why you need this but one option might be to search the \windows folder for "*.exe", also note winword is not really a windows process but is part of Office.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

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