this post was submitted on 24 Aug 2026
392 points (99.5% liked)

memes

22494 readers
2843 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AGD4@lemmy.world 93 points 5 days ago* (last edited 5 days ago) (14 children)

Y'all joke, but when that 'task' is run through process monitor, we see it's trying to overwrite a DLL in system32, create a directory at root of %systemdrive% or cache some data in the Program Files application itself, instead of utilizing ProgramData or Appdata properly.

When applications fail these simple practices and demand local admin, they shouldn't touch your network.

<3

[–] shininghero@pawb.social 20 points 5 days ago (4 children)

LUA Buglight is also good for documenting why a program needs admin when it shouldn't.

After that, you just write an admin shim with the app compatibility toolkit and just add write perms to the necessary folders.
...Unless it's system32. Then your software request can die in a fire, and I'm forwarding the info to your boss (and mine) before you can complain to them.

[–] wonderingwanderer@sopuli.xyz 2 points 4 days ago (1 children)

Can you please explain to the laity what the problem with System32 is? So we know why to avoid it

[–] shininghero@pawb.social 4 points 4 days ago (1 children)

It is the beating heart of Windows itself, the nuclear reactor at the heart of the facility. And much like with a nuclear reactor, you don't screw around in the core unless you have a damn good reason.
Doing so at random is a good way to make both go kaboom.

[–] wonderingwanderer@sopuli.xyz 2 points 4 days ago (1 children)

So is it like the kernel but for windows?

[–] shininghero@pawb.social 4 points 4 days ago

More of a combo of kernel and coreutils, but yeah. Pretty much.

load more comments (2 replies)
load more comments (11 replies)