1053
top 50 comments
sorted by: hot top controversial new old
[-] teft@lemmy.world 122 points 2 years ago

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

[-] buycurious@lemmy.world 81 points 2 years ago

Ctrl-alt-del is meant to be a hard interrupt to the system.

Ctrl-shift-esc treats it like another task.

[-] Sheeple@lemmy.world 23 points 2 years ago

Interesting so that's why system performance gets wonky when task Manager is opened with CTRL+alt+Del

I'll keep that in mind when I wanna kill tasks but not disrupt performance

[-] jaybone@lemmy.world 7 points 2 years 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.

load more comments (8 replies)
[-] GBU_28@lemm.ee 23 points 2 years ago
[-] gnutrino@programming.dev 102 points 2 years ago
[-] Sheeple@lemmy.world 34 points 2 years ago

I don't even get why force shutting a program isn't the fucking default.

Because you run the risk of corrupting files.

[-] Slovene@feddit.nl 64 points 2 years ago* (last edited 2 years ago)

And then they'd start doing drugs, gambling, taking bribes ...

[-] thisbenzingring@lemmy.sdf.org 11 points 2 years ago

And prostitutes. And shiny metal asses.

[-] Slovene@feddit.nl 9 points 2 years ago* (last edited 2 years ago)

In fact, forget the closing of programs.

[-] dandroid@dandroid.app 49 points 2 years 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 8 points 2 years 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 5 points 2 years 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.

load more comments (4 replies)
[-] cmnybo@discuss.tchncs.de 15 points 2 years ago
[-] hakunawazo@lemmy.world 8 points 2 years ago
[-] barsoap@lemm.ee 6 points 2 years 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.

load more comments (1 replies)
load more comments (1 replies)
[-] Zellith@kbin.social 43 points 2 years ago

I prefer control & shift & esc.

load more comments (1 replies)
[-] jinarched@lemm.ee 39 points 2 years ago

Ctrl-Shift-esc

You're welcome.

[-] Just_Pizza_Crust@lemmy.world 12 points 2 years ago* (last edited 2 years 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.

load more comments (2 replies)
[-] shalafi@lemmy.world 8 points 2 years 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 29 points 2 years ago* (last edited 2 years 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.

[-] applebusch@lemmy.world 13 points 2 years ago

It definitely can for the graphics card. I got a trojan one time that was mining crypto using 100% of the gpu causing it to heat up and blow the fan like crazy, and it stopped every time I opened the task manager.

I didn't even think of the possibility that a program could detect task manager.

Just keep task manager open and they cant do shit lol

[-] BigDanishGuy@sh.itjust.works 23 points 2 years 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 6 points 2 years 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.

[-] loudWaterEnjoyer@lemmy.dbzer0.com 21 points 2 years ago

I'm running Linux but I thought CTRL, Shift and ESC is the shortcut for Task Manager

[-] swag_money@lemmy.world 12 points 2 years ago

it is! but you can also launch it from the ctrl alt delete menu

[-] sag@lemm.ee 6 points 2 years ago

You just thought?? I was damn sure

[-] shalafi@lemmy.world 6 points 2 years ago

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

load more comments (2 replies)
load more comments (1 replies)

For everyone who wants a better task manager, go to Microsofts Sysinternals Website and get Process Explorer. You're welcome.

load more comments (1 replies)
[-] BassaForte@lemmy.world 20 points 2 years ago

Time to kill some child... processes

[-] Sheeple@lemmy.world 16 points 2 years ago
load more comments (1 replies)
[-] AceFuzzLord@lemm.ee 17 points 2 years 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 13 points 2 years ago* (last edited 2 years 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.

load more comments (2 replies)
[-] otter@lemmy.ca 14 points 2 years 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 30 points 2 years 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.

[-] mariusafa@lemmy.sdf.org 14 points 2 years ago

Everybody gangsta until kill -9 showsup

[-] problematicPanther@lemmy.world 13 points 2 years 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.

load more comments (4 replies)
[-] thecookingsenpai@lemmy.world 11 points 2 years 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

[-] caseyweederman@lemmy.ca 8 points 2 years ago
load more comments (5 replies)
[-] guyrocket@kbin.social 6 points 2 years ago

DAD'S HOME!!!

load more comments
view more: next β€Ί
this post was submitted on 18 Jan 2024
1053 points (97.7% liked)

Comic Strips

23371 readers
184 users here now

Comic Strips is a community for those who love comic stories.

Rules
  1. πŸ˜‡ Be Nice!

    • Treat others with respect and dignity. Friendly banter is okay, as long as it is mutual; keyword: friendly.
  2. 🏘️ Community Standards

    • Comics should be a full story, from start to finish, in one post.
    • Posts should be safe and enjoyable by the majority of community members, both here on lemmy.world and other instances.
    • Any comic that would qualify as raunchy, lewd, or otherwise draw unwanted attention by nosy coworkers, spouses, or family members should be tagged as NSFW.
    • Moderators have final say on what and what does not qualify as appropriate. Use common sense, and if need be, err on the side of caution.
  3. 🧬 Keep it Real

    • Comics should be made and posted by real human beans, not by automated means like bots or AI. This is not the community for that sort of thing.
  4. πŸ“½οΈ Credit Where Credit is Due

    • Comics should include the original attribution to the artist(s) involved, and be unmodified. Bonus points if you include a link back to their website. When in doubt, use a reverse image search to try to find the original version. Repeat offenders will have their posts removed, be temporarily banned from posting, or if all else fails, be permanently banned from posting.
    • Attributions include, but are not limited to, watermarks, links, or other text or imagery that artists add to their comics to use for identification purposes. If you find a comic without any such markings, it would be a good idea to see if you can find an original version. If one cannot be found, say so and ask the community for help!
  5. πŸ“‹ Post Formatting

    • Post an image, gallery, or link to a specific comic hosted on another site; e.g., the author's website.
    • Meta posts about the community should be tagged with [Meta] either at the beginning or the end of the post title.
    • When linking to a comic hosted on another site, ensure the link is to the comic itself and not just to the website; e.g.,
      βœ… Correct: https://xkcd.com/386/
      ❌ Incorrect: https://xkcd.com/
  6. πŸ“¬ Post Frequency/SPAM

    • Each user (regardless of instance) may post up to five (5 πŸ–) comics a day. This can be any combination of personal comics you have written yourself, or other author's comics. Any comics exceeding five (5 πŸ–) will be removed.
  7. πŸ΄β€β˜ οΈ Internationalization (i18n)

    • Non-English posts are welcome. Please tag the post title with the original language, and include an English translation in the body of the post; e.g.,
      SΓ­, por favor [Spanish/EspaΓ±ol]
  8. 🍿 Moderation

    • We are human, just like most everybody else on Lemmy. If you feel a moderation decision was made in error, you are welcome to reach out to anybody on the moderation team for clarification. Keep in mind that moderation decisions may be final.
    • When reporting posts and/or comments, quote which rule is being broken, and why you feel it broke the rules.
Web Accessibility

Note: This is not a rule, but a helpful suggestion.

When posting images, you should strive to add alt-text for screen readers to use to describe the image you're posting:

Another helpful thing to do is to provide a transcription of the text in your images, as well as brief descriptions of what's going on. (example)

Web of Links

founded 2 years ago
MODERATORS