Share via

Full list of Windows processes.

Markus 1 Reputation point
Oct 30, 2022, 12:29 PM

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 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,341 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Durkan 12,221 Reputation points MVP
    Oct 30, 2022, 3:00 PM

    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,561 Reputation points
    Oct 30, 2022, 3:29 PM

    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
    Oct 30, 2022, 1:42 PM

    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.