• Apps not showing in Task Manager

    From Jim the Geordie@21:1/5 to All on Sat Oct 12 12:12:41 2024
    I have Chrome, Edge, Betterbird and Thunderbird (different profile) all
    open on my desktop, yet Edge and Thunderbird don't appear in Task
    Manager as Apps or Background processes.
    I have tried an online cleanup and a scannow.
    --
    Jim the Geordie

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Jim the Geordie on Sat Oct 12 08:45:33 2024
    On Sat, 10/12/2024 7:12 AM, Jim the Geordie wrote:
    I have Chrome, Edge, Betterbird and Thunderbird (different profile) all open on my desktop, yet Edge and Thunderbird don't appear in Task Manager as Apps or Background processes.
    I have tried an online cleanup and a scannow.

    Classifying programs for the Windows ecosystem, is "hard".
    I can't successfully do it for you.

    win32 - Show up in Linux as PE32 or PE32+. A relatively easy classification,
    but not a thorough one. Many times the loader will show "not for this OS"
    or the like. This implies sub-categories, which I don't know what
    they are. Similarly, a 16 bit executable, no idea how to ID one of those.
    Visual Studio and GNU output, is a slightly different format, both successfully
    load-able.

    UWP - Universal Windows Program. These are *not* universal, to start with.
    They run on Windows 7... only if they are *compiled* for windows 7.
    The compilation process is more likely to make UWPs for W8/10/11.
    https://en.wikipedia.org/wiki/Universal_Windows_Platform_apps
    https://en.wikipedia.org/wiki/Universal_Windows_Platform

    Metro.App - These have an EXE file, but it is a carrier of a manifest. Or
    at least, it used to contain a manifest, now they can have a size of
    zero bytes. Hard to launch. Can be Suspended (similar to a TSR in olden times).
    Folders they are stored in can be hard to access, but nfi.exe can list
    the contents.

    You can use this program, as a second Task Manager. If you Run As Administrator,
    the features such as stack sniffing work. I don't think the program author has really had a chance to update this for >win7. If you use Tree View, you can get the processes indented, and this allows you to identify the Parent PID of MSEdge
    and "kill" the correct process to cause all children to exit. Task Manager does not
    hint at the Parent PID (select columns does not have PPID).

    https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

    The Task Manager is not currently a successful accounting of machine activity. with virtualization present on the machine, I no longer trust Task Manager
    for any purpose of note.

    Programs are also launched in different "Sessions". A program in one "Session" should not be able to sniff programs in another "Session". If you press ctrl-alt-delete
    when a login prompt is coming up, that is supposed to ensure the password types,
    only goes to your session, and not some other (Fast User Switching) session.

    The metadata in Task Manager does not have to be complete. By removing some of the fields (leaving them blank) in Memory Compressor (a windows process), Task Manager no longer displays Memory Compressor. However, the Process Explorer program shows you the memory compressor. On older machines, when
    RAM was below the "1GB minimum", the Memory Compressor can be seen
    running. When available (physical RAM) is 256MB on a 1GB minimum OS,
    the Memory Compressor remains railed on one core. You cannot see
    this activity in Task Manager. A whole core could be used up, and
    you would not know it.

    This is one reason I use a *power meter* for this PC, to determine what
    is running. If the power is too high when the machine is "idle", then
    I know something (indeterminate) is involved.

    *******

    "If you don't like the output, you're holding it wrong" :-)

    I expect any Partner working with Microsoft, needs the aid
    of a MS Dev to get anything done. Mozilla has had pretty good
    luck at this stuff. When they added the mapping DLLs for Firefox,
    they were one of the few devs to do that properly. They may have
    better access to help, than the other third-party developers.

    Summary: It's a shockingly bad situation. This is NOT GOOD for security,
    by the way. Make a shambles of the OS, there are fewer eyes to
    spot trouble for you. Fewer people to report exploits, and so on.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to Jim the Geordie on Sat Oct 12 08:01:48 2024
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I have Chrome, Edge, Betterbird and Thunderbird (different profile) all
    open on my desktop, yet Edge and Thunderbird don't appear in Task
    Manager as Apps or Background processes.
    I have tried an online cleanup and a scannow.

    For Edge, what process name were you looking for?

    When I load Edge, and looking in Task Manager, I get several processes
    named msedge.exe under the Details pane which I have sorted by Name.
    See:

    https://imgur.com/a/kgZ9Ljn

    And several listed as Microsoft Edge under the Processes tab in the Apps
    group. See:

    https://imgur.com/a/8muEn60

    I don't have Edge running as a background process, so it is not listed
    in the Processes tab under the Background group. I have Edge's "startup
    boost" and "continue running background extensions" disabled. I don't
    want Edge loaded before I choose to use it, and I don't want any web
    apps to keep running when I close Edge. See:

    https://www.microsoft.com/en-us/edge/learning-center/microsoft-edge-running-in-background

    Even if I click on "Fewer details" at the bottom left of the Task
    Manager's window (aka Tiny Mode), Edge is still listed; however, no
    other information is shown other than what is under the Processes tab in
    the Apps group.

    https://www.youtube.com/watch?v=pUHvN4f2MPE

    Maybe you used something or have malware that deliberately hides
    processes in Task Manager. The guy below has a tool that does that:

    https://www.youtube.com/watch?v=dl-Sqp9_em8 https://github.com/thebowenfeng/task-manager-hider

    If you are using a substitute for Task Manager, can't help you there.
    Some alternatives can replace Task Manager: when you use the standard
    methods to open Task Manager, instead the alternative opens. For
    example, SysInternals (acquired by Microsoft) Process Explorer has the
    option "Replace Task Manager".

    Here's an article about showing Edge in Task Manager, and obviously his
    Task Manager shows Edge (when Edge is running, of course):

    https://blogs.windows.com/msedgedev/2021/10/12/improving-edge-processes-task-manager/

    He had multiple tabs open when he saved a screenshot. In my pic, I only
    loaded Edge with 1 tab which was for about:blank.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jim the Geordie@21:1/5 to VanguardLH on Sat Oct 12 14:37:04 2024
    On 12/10/2024 14:01, VanguardLH wrote:
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I have Chrome, Edge, Betterbird and Thunderbird (different profile) all
    open on my desktop, yet Edge and Thunderbird don't appear in Task
    Manager as Apps or Background processes.
    I have tried an online cleanup and a scannow.

    For Edge, what process name were you looking for?

    When I load Edge, and looking in Task Manager, I get several processes
    named msedge.exe under the Details pane which I have sorted by Name.
    See:

    https://imgur.com/a/kgZ9Ljn

    And several listed as Microsoft Edge under the Processes tab in the Apps group. See:

    https://imgur.com/a/8muEn60

    I don't have Edge running as a background process, so it is not listed
    in the Processes tab under the Background group. I have Edge's "startup boost" and "continue running background extensions" disabled. I don't
    want Edge loaded before I choose to use it, and I don't want any web
    apps to keep running when I close Edge. See:

    https://www.microsoft.com/en-us/edge/learning-center/microsoft-edge-running-in-background

    Even if I click on "Fewer details" at the bottom left of the Task
    Manager's window (aka Tiny Mode), Edge is still listed; however, no
    other information is shown other than what is under the Processes tab in
    the Apps group.

    https://www.youtube.com/watch?v=pUHvN4f2MPE

    Maybe you used something or have malware that deliberately hides
    processes in Task Manager. The guy below has a tool that does that:

    https://www.youtube.com/watch?v=dl-Sqp9_em8 https://github.com/thebowenfeng/task-manager-hider

    If you are using a substitute for Task Manager, can't help you there.
    Some alternatives can replace Task Manager: when you use the standard
    methods to open Task Manager, instead the alternative opens. For
    example, SysInternals (acquired by Microsoft) Process Explorer has the
    option "Replace Task Manager".

    Here's an article about showing Edge in Task Manager, and obviously his
    Task Manager shows Edge (when Edge is running, of course):

    https://blogs.windows.com/msedgedev/2021/10/12/improving-edge-processes-task-manager/

    He had multiple tabs open when he saved a screenshot. In my pic, I only loaded Edge with 1 tab which was for about:blank.

    I arrived at a solution by playing with the <View> and <Speed> settings.
    Thanks anyhow.
    --
    Jim the Geordie

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From VanguardLH@21:1/5 to Jim the Geordie on Sat Oct 12 14:44:18 2024
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I arrived at a solution by playing with the <View> and <Speed> settings. Thanks anyhow.

    I've never had need to touch the "View -> Update speed" (refresh rate)
    setting. The default is Normal. If it got changed to Pause then very
    likely you did that, and later forgot you did that.

    There is no hotkey combo to directly select a refresh setting. There is
    a 4-key series of keystrokes you can use (mentioned in the following
    article), but it unlikely that is how you accidentally altered the
    refresh rate while banging on the keyboard in frustration.

    https://www.tenforums.com/tutorials/137047-change-data-update-speed-task-manager-windows-10-a.html
    (mentions the 4-key sequence)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to VanguardLH on Sat Oct 12 18:46:53 2024
    On Sat, 10/12/2024 3:44 PM, VanguardLH wrote:
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I arrived at a solution by playing with the <View> and <Speed> settings.
    Thanks anyhow.

    I've never had need to touch the "View -> Update speed" (refresh rate) setting. The default is Normal. If it got changed to Pause then very
    likely you did that, and later forgot you did that.

    There is no hotkey combo to directly select a refresh setting. There is
    a 4-key series of keystrokes you can use (mentioned in the following article), but it unlikely that is how you accidentally altered the
    refresh rate while banging on the keyboard in frustration.

    https://www.tenforums.com/tutorials/137047-change-data-update-speed-task-manager-windows-10-a.html
    (mentions the 4-key sequence)


    The defaults also have a tendency to get restored,
    presumably during upgrades. I may have played
    with the speed once, a long time ago, but did not find the change
    to be very helpful. I usually change to one graph per core,
    but it's really not all that helpful for working out how
    many cores a program might be using. I end up doing
    the math in my head for that. And Process Explorer has
    utilization with two digits after the decimal, which helps
    give meaningful numbers on high core count machines. With Task Manager
    you can get a numeric value of "0" because of rounding error.

    I usually add a couple columns for I/O bytes read and written,
    and sometimes sorting the Details view by the I/O value, helps
    keep the focus on busy executables, without forcing them to be
    sorted by the percent CPU they are using. After an upgrade, I have
    to add things like that back to Task Manager. Not a big deal.
    Not as annoying as the number of times I have reset my
    screen blanking time constant (from the 10 minute value). I've probably
    done that a thousand times by now.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to VanguardLH on Mon Oct 14 09:08:30 2024
    VanguardLH <V@nguard.lh> wrote:
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I arrived at a solution by playing with the <View> and <Speed> settings. Thanks anyhow.

    I've never had need to touch the "View -> Update speed" (refresh rate) setting. The default is Normal. If it got changed to Pause then very
    likely you did that, and later forgot you did that.

    I sometimes need to change the update speed to Paused (or Low) when
    looking at a quickly changing Processes list and needing/wanting to
    right-click a certain process. If the update speed is at Normal, I'm
    likely to right-click the wrong process.

    [...]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Philip Herlihy@21:1/5 to All on Mon Oct 14 16:34:37 2024
    In article <veiu2r.jkg.1@ID-201911.user.individual.net>, Frank Slootweg wrote...

    VanguardLH <V@nguard.lh> wrote:
    Jim the Geordie <jim@jimXscott.co.uk> wrote:

    I arrived at a solution by playing with the <View> and <Speed> settings. Thanks anyhow.

    I've never had need to touch the "View -> Update speed" (refresh rate) setting. The default is Normal. If it got changed to Pause then very likely you did that, and later forgot you did that.

    I sometimes need to change the update speed to Paused (or Low) when
    looking at a quickly changing Processes list and needing/wanting to right-click a certain process. If the update speed is at Normal, I'm
    likely to right-click the wrong process.

    [...]

    Not entirely sure if you're talking about Task Manager or Process Explorer here, but if it's the latter, tapping the Space bar pauses the display (very useful!).

    --

    Phil, London

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)