• Mojave@lemmy.world
    link
    fedilink
    arrow-up
    34
    ·
    2 months ago

    Clicking end task in windows task manager has definitely let the hanging task live in its non-responsive state for multiple hours before.

    • Björn Tantau@swg-empire.de
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      2 months ago

      Been a while since I’ve been on Windows but I distinctly remember some button to kill a task without waiting. Maybe they removed it to make Windows soooo much more user friendly.

      • blind3rdeye@lemm.ee
        link
        fedilink
        arrow-up
        7
        ·
        2 months ago

        The normal Windows task manager’s ‘end task’ button just politely asks the app to close - but then later will tell the user if the app is unresponsive, and offer to brutally murder it instead.

        There is also the sysinternals Process Monitor, which is basically ‘expert’ version of the task manager. Procmon does allow you to just kill a task outright.

    • Aux@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      The end task doesn’t terminate the app, it only sends a message to the window to close itself. The app will then decide what to do on its own. For example, if the app has multiple windows open, it might close the active one, but still continue running with other windows open. Or it might ignore the message completely.