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

memes

15795 readers
4918 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/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
[–] Kolanaki@pawb.social 1 points 8 hours ago* (last edited 8 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.

[–] dubyakay@lemmy.ca 1 points 2 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.

[–] floquant@lemmy.dbzer0.com 1 points 8 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

[–] Kolanaki@pawb.social 1 points 8 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 🤷‍♂️