this post was submitted on 24 Aug 2026
343 points (99.4% liked)

memes

22461 readers
3452 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
[–] shininghero@pawb.social 18 points 1 day ago (1 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 12 hours 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 7 hours 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 7 hours ago (1 children)

So is it like the kernel but for windows?

[–] shininghero@pawb.social 2 points 7 hours ago

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