1052
submitted 8 months ago by realitista@lemm.ee to c/comicstrips@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] teft@lemmy.world 122 points 8 months ago

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

[-] buycurious@lemmy.world 81 points 8 months 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 8 months 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 8 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.

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

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

[-] pearsaltchocolatebar@discuss.online 54 points 8 months ago

Because you run the risk of corrupting files.

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

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

[-] thisbenzingring@lemmy.sdf.org 11 points 8 months ago

And prostitutes. And shiny metal asses.

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

In fact, forget the closing of programs.

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

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

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

I prefer control & shift & esc.

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

Ctrl-Shift-esc

You're welcome.

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

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

[-] applebusch@lemmy.world 13 points 8 months 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.

[-] SaltyIceteaMaker@iusearchlinux.fyi 8 points 8 months ago

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 8 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 6 points 8 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.

[-] loudWaterEnjoyer@lemmy.dbzer0.com 21 points 8 months ago

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

[-] swag_money@lemmy.world 12 points 8 months ago

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

[-] sag@lemm.ee 6 points 8 months ago

You just thought?? I was damn sure

[-] shalafi@lemmy.world 6 points 8 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.

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 8 months ago

Time to kill some child... processes

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

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

[-] mariusafa@lemmy.sdf.org 14 points 8 months ago

Everybody gangsta until kill -9 showsup

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

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

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

DAD'S HOME!!!

load more comments
view more: next ›
this post was submitted on 18 Jan 2024
1052 points (97.7% liked)

Comic Strips

12019 readers
1958 users here now

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

The rules are simple:

Web of links

founded 1 year ago
MODERATORS