this post was submitted on 08 Jul 2024
637 points (96.9% liked)

Programmer Humor

31998 readers
209 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 2 months ago (1 children)

Yeah, that guy's issue isnt a matter of "Microsoft has control over my PC!!!"; more like "I've been using a computer for years and never actually looked at how things work under the surface".

Simple permissions error, happens in Linux all the time as well.

[–] [email protected] 19 points 2 months ago* (last edited 2 months ago) (1 children)

Right?

This reeks of inexperience.

We lock things down because a malicious program can easily be "owned" by the user through stupid choices. And now you got viruses.

This is a way to stupid proof things. And the workaround isnt difficult, but it's to stop people like Andrew. And so far, success.

[–] [email protected] 2 points 2 months ago (1 children)

Why are you assuming so much about Andrew?

What are these workarounds? And why are they workarounds and not standard procedures?

[–] stephen01king 1 points 2 months ago (1 children)

The workaround is to log in as an administrator and give his user account the permission to modify the files. Why is it not standard procedure? Because giving normal users the permission to edit everything by default instead of just files that they own is how people used to be able to delete system32 and brick their windows install.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

I understand all that. After all, Andrew is asking for the power to become an admin.

But given your reply, it seems like Andrew is asking for that power from the get-go which, of course, is a no go.