this post was submitted on 27 Jun 2025
1151 points (99.5% liked)

memes

15815 readers
4165 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] 4 points 18 hours 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 18 hours ago* (last edited 18 hours 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 12 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 18 hours 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 18 hours 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 ๐Ÿคทโ€โ™‚๏ธ