this post was submitted on 27 Jun 2025
1257 points (99.4% liked)

memes

15815 readers
3124 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 [email protected]

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/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

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

I have Windows 10 Pro. I can alter the permissions for anything. If I wanted to, I could delete System32 and fuck the whole thing up.

[–] [email protected] 4 points 18 hours ago

Pretty sure you can do that for home as well, just as long as you aren't in S mode.

Otherwise, admin console and clear the file permissions.

All that being said, for your average user, if you are trying to delete a file and windows says you don't have permission, it's probably best to leave it alone.

[–] [email protected] 4 points 1 day ago (1 children)

Can you delete Xbox games installed by another administrator? I ran into that problem a few years ago because I reinstalled W10 and had it keep "personal files" which apparently included my Xbox games. I couldn't touch them at all, but I had W10 Home. I wonder if my problem could've been mitigated more easily than a full wipe of the drive? 🤔

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

I'm pretty sure I can. It just takes a little more effort actually going into the permissions tab of the files because Windows doesn't have an equivalent to CHMOD AFAIK.

Though, I am pretty sure you can do those basic permission options without Pro or Enterprise. You just need to be on an administrator account. Other things, like messing with actual system files, requires the Group Policy Editor.

[–] [email protected] 1 points 18 hours ago

Windows has icacls and Get/Set-Acl for permissions. You can also manipulate ownership, although it's quite convoluted. Just doing takeown is the easiest.

I'm conflicted on linux vs windows in this regard. I liked ACLs in Windows, but if a software/installer decided to mess it up, it was messed up good, and required lots of manual intervention.

[–] [email protected] 1 points 1 day ago (1 children)

On any Windows system based on the NT kernel (XP+), there's an additional access level above "Administrator": NT Authority\SYSTEM. Some malware can make files hidden or write protected even to Administrator, and afaik there isn't a legitimate way to obtain that authority

[–] [email protected] 1 points 1 day ago

I do see the system level authority in the permissions tab; but IDK if that's just because I am on pro or not 🤷‍♂️