this post was submitted on 27 Jun 2025
1052 points (99.5% liked)
memes
15795 readers
3371 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No 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
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Windows has
icacls
andGet/Set-Acl
for permissions. You can also manipulate ownership, although it's quite convoluted. Just doingtakeown
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.
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 authorityI do see the system level authority in the permissions tab; but IDK if that's just because I am on pro or not 🤷♂️