Is there a way to find the description of a process as it is displayed in the task manager?
Task Manager
I have tried using wmic process get ProcessID, Description | find "4308"
, however this seems to return the name.
CMD using wmic
New contributor
Aaron B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.