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!