• teft@lemmy.world
    link
    fedilink
    arrow-up
    120
    arrow-down
    4
    ·
    6 months ago

    Ctrl-shift-esc will open the task manager directly. None of that Carl alt del nonsense.

      • jaybone@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        6 months ago

        I assume this terminology originally referred to an actual interrupt handled by a kernel interrupt handler, and half of the people in this thread have no idea what that means.

      • chuckleslord@lemmy.world
        link
        fedilink
        arrow-up
        7
        arrow-down
        9
        ·
        edit-2
        6 months ago

        That’s so dumb, but okay.

        Edit: dumb that using the shortcut to open the task manager doesn’t interrupt the system. That’s what ctrl-alt-del did before windows 8 or whenever, open the task manager regardless of what was happening. Now I have to use that annoying lock-screen menu to open the task manager to kill processes if things are locked up. Didn’t know that, horribly unintuitive

          • chuckleslord@lemmy.world
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            edit-2
            6 months ago

            If your computer is locked up, you have to use ctrl-alt-del, with its menu of options including the task manager, in order to interrupt the current processes locking up the system.

            Using ctrl-shift-esc launches the task manager program without a system interrupt, meaning it won’t unlock the computer. Which is dumb, because why else would I be opening the task manager other than to interrupt some out-of-control process? I guess you could be using it to monitor or something else, but that’s what I’m used to opening the task manager to be doing. I didn’t even realize this until this comment.

            • IronKrill@lemmy.ca
              link
              fedilink
              arrow-up
              3
              ·
              6 months ago

              I check ram and cpu usage and change startup apps or task priority just as much as I need to force quit.

            • force@lemmy.world
              link
              fedilink
              arrow-up
              2
              arrow-down
              1
              ·
              edit-2
              6 months ago

              then just press ctrl alt del if you want a system interrupt??? there’s a reason they have bindings for both. it’s not much harder, the task manager doesn’t exist solely for killing some program that won’t respond.

      • Dandroid@dandroid.app
        link
        fedilink
        arrow-up
        48
        ·
        6 months ago

        It can be really dangerous for some programs. I don’t know too much about Windows, but in Linux, if we try to close a program once, it sends SIGTERM (or SIGINT, I can’t remember right now), which basically asks your program to stop. You program can receive that signal and finish things up and exit cleanly. But if your program is deadlocked and can’t handle that right now, closing the program again sends it a SIGKILL, which is basically the OS saying, “Get fucked. You’re done whether you like it or not.”

        • oce 🐆@jlai.lu
          link
          fedilink
          arrow-up
          9
          arrow-down
          1
          ·
          6 months ago

          It’s not dangerous for programs, it’s dangerous for files it may be editing, like not writing some ending characters that leaves the file in a state that cannot be opened by some applications.

          • Dandroid@dandroid.app
            link
            fedilink
            arrow-up
            5
            ·
            6 months ago

            I didn’t mean the programs were in danger. When this is done to some programs, it can cause bad things to happen to your computer.

        • barsoap@lemm.ee
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          edit-2
          6 months ago

          which is basically the OS saying, “Get fucked. You’re done whether you like it or not.”

          Nah, the OS is not really saying anything. Definitely not to the program. It’s more of a 1984 shot in the back of your head while you walk down a corridor kind of situation. Also it’s not a gun your bits just vanish in the ether. Then it sends a death certificate to the parent, without further explanation.

          Side note: Have you ever used killall? Was the standard way to send signals by name instead of PID before pkill. I found out the hard way that it does something rather different on other Unices.

        • jaybone@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          6 months ago

          In your application code, you install signal handlers that better shut your application down when the OS asks you to do so. If your application is hogging resources so hard that it can’t shut down without corrupting files it has opened, then fuck your application. There is a reason the OS (or some user) is sending you that signal.

        • SorryQuick@lemmy.ca
          link
          fedilink
          arrow-up
          2
          ·
          6 months ago

          That depends how you “try to close the program”. Top/htop/btop often SIGKILL by default. As for closing it legitimately, it depends on your WM and xorg vs wayland. On my DWM setup, I have a keybind for a graceful shutdown and one for SIGKILL.

          • Dandroid@dandroid.app
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            6 months ago

            Yes, I intentionally didn’t want to provide too many details, as I thought it would just be confusing for someone who doesn’t already have a lot of background knowledge on the subject.

            But specifically, I was talking about command line programs and ending them with Ctrl-C

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        6
        ·
        6 months ago

        The one thing they’re missing, which honestly shouldn’t happen on at least desktop distros, is the system becoming unresponsive under memory pressure because before the kernel decides to kill off anything it rather swaps its own data structures out to disk, grinding everything to such a crawl that it’s indistinguishable from a complete freeze.

        The solution is early OOM, which is more aggressive at killing things off and it honestly should be installed and activated by default.

    • Honytawk@lemmy.zip
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      6 months ago

      Why do you think the bottom one doesn’t happen in Windows?

      Do you not know the details tab in taskmanager can force close processes that are frozen?

      Has the person who wrote that comic not used Windows in like a decade?

    • brsrklf@jlai.lu
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      6 months ago

      I have no clue how long it had existed on Windows at that point (I think I got it after several years of using XP?) but I discovered Ctrl Shift Esc to task manager pretty late…

      Which is interesting because I had used that combo a lot on my old 80s computer before un-learning it. Ctrl Alt Del didn’t exist on it (alt wasn’t a thing and the key labelled “delete” was the equivalent of backspace). Ctrl Shift Esc was the *break* command back then, which let you interrupt whatever program was running.

    • Just_Pizza_Crust@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      edit-2
      6 months ago

      As the fifth person to say that, I think the author may have baited you into writing this. It’s sinilar to when someone misspells a word in the title of a TikTok video, as tons of well meaning people will comment on the error, thus generating attention.

    • shalafi@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      5 months ago

      Faster to open, doesn’t send a system interrupt.

      If all is well: CTRL+SHIFT+ESC

      Stuck program needs a kick in the ass: CTRL+ALT+DELETE

  • bulwark@lemmy.world
    link
    fedilink
    English
    arrow-up
    29
    ·
    edit-2
    6 months ago

    Remember how Volkswagen got in trouble a few years back for faking emissions when the car detected it was being tested. It would interesting to see if something like that could exist with RAM and task manager.

  • BigDanishGuy@sh.itjust.works
    link
    fedilink
    arrow-up
    22
    ·
    6 months ago

    Had a beast of a desktop machine back in 2000, it could even decode DVD real-time. But sometimes DVD playback would hang. Pushing the power button 5s would switch off the machine, but 3-4s would get DVD playback working again.

    That’s how I learned that the road to success is to bully and intimidate… At least your hardware

    • barsoap@lemm.ee
      link
      fedilink
      arrow-up
      7
      ·
      6 months ago

      Back in the 00s, when you told Windows to sort a big directory by modified date or so it would take ages, but be faster when you scrolled up and down. That’s still the case. Presumably that’s because explorer will launch more concurrent “get file metadata” tasks. Overall it’s still slow, though.

      It’s actually not NTFS’s fault, but explorer: Nushell gets file metadata in at most 1/100th of the time (the sorting itself is negligible), Linux is still faster at handling NTFS than windows even then, though, nushell on windows is merely fast enough to not be annoying.

    • shalafi@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 months ago

      True, but CTRL+ALT+DEL sends a system interrupt in addition. Breaks a lot of deadlocks, hence why people think it’s magic.

    • Tlaloc_Temporal@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      I’m pretty sure CTRL+ALT+DEL used to be the task manager shortcut, but around 7 or 8 a menu was added with logout and shutdown options. I don’t know how long CTRL+SHIFT+ESC has been a thing, but it’s an effective replacement (and easier to press with one hand :] ).

    • naticus@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

      Yeah, I hate how multi-process apps never really show their memory usage very well anymore in Task Manager. Been using Process Explorer since before Russinovich sold to Microsoft and it’s easily been the best one I’ve used on Windows to get a better picture of what is going wrong.

  • Dizzy Devil Ducky@lemm.ee
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    2
    ·
    6 months ago

    Yeah, windows task manager doesn’t do shit if you are already low on resources. My desktop doesn’t have a lot of resources to be used up and there have been a few times task manager is just as bad as the programs I want it to kill due to lack of resources.

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      edit-2
      6 months ago

      It will very gladly show you all the resources are being consumed by some service you don’t need, can’t uninstall or disable, and will just consume more resources by restarting if you terminate the process.

      • Honytawk@lemmy.zip
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        6 months ago

        Funny, because you can uninstall or disable every service in Windows. But you would lose functionality, so most do not do that.

        You linuxians really only know Windows from the memes, don’t you?

        • Tlaloc_Temporal@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          Ah, yes, I’d love to disable core components of windows that are using 100% disk. I’d loose the pointer? Great! Explorer? Fantastic! The file indexer? I didn’t need files anyway!

    • neo@feddit.de
      link
      fedilink
      arrow-up
      5
      ·
      6 months ago

      It better runs, because everything that’s not responding will be killed.

  • Otter@lemmy.ca
    link
    fedilink
    English
    arrow-up
    12
    ·
    6 months ago

    Lol every time

    I know it’s just psychology (and any resource reallocation that happens when task manager opens) but it’s still funny

    • dual_sport_dork@lemmy.world
      link
      fedilink
      arrow-up
      27
      ·
      6 months ago

      I have totally caught malware checking to see if task manager is running, and cooling it until it is closed. Some cryptocurrency mining trojans do this. You can verify it by using a tool other than task manager, e.g. System Explorer or Process Hacker. Usually they’re not smart enough to poll for third party tools, so they’ll quiet down when only task manager is opened and not when you’re using any third party tools.

  • problematicPanther@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    6 months ago

    what i really want, what i really need, is just a windows equivalent to xkill. window not responding? ctrl+alt+esc, click. it’s dead along with its entire family.

  • thecookingsenpai@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    6 months ago

    I am still convince that soon or after they will discover an hidden function in Windows that overclock briefly every component when task manager is opened