britechguy
Well-Known Member
- Reaction score
- 4,789
- Location
- Staunton, VA
First, I'll admit that I'm being lazy by not web searching on this, but I figure several someones here will know the answer and the quality of answer will probably be better.
If I'm looking to determine if a process, or cluster of related processes, is running and I don't care about any others, is there a tidy command or piped sequence I can use to get that information?
As a for instance, say the Thunderbird email client had been running, but has been closed, and you believe you had your settings such that it should not leave anything running in the background when you do. But, strangely enough, you keep getting new email arrival notifications. Is there a "quick and dirty" way to check via either PowerShell or Command Prompt whether a Thunderbird process of some sort remains active?
I ask this question mostly for some of the blind and visually impaired folks I work with. Using Task Manager or Process Monitor or any of the usual utilities is generally a nightmare with a screen reader. And if you know the name (or a decent part of it) of the process you're looking for it's far easier to use a CLI to get that info in an accessible way.
If I'm looking to determine if a process, or cluster of related processes, is running and I don't care about any others, is there a tidy command or piped sequence I can use to get that information?
As a for instance, say the Thunderbird email client had been running, but has been closed, and you believe you had your settings such that it should not leave anything running in the background when you do. But, strangely enough, you keep getting new email arrival notifications. Is there a "quick and dirty" way to check via either PowerShell or Command Prompt whether a Thunderbird process of some sort remains active?
I ask this question mostly for some of the blind and visually impaired folks I work with. Using Task Manager or Process Monitor or any of the usual utilities is generally a nightmare with a screen reader. And if you know the name (or a decent part of it) of the process you're looking for it's far easier to use a CLI to get that info in an accessible way.