this post was submitted on 23 Jul 2026
547 points (99.3% liked)
Microblog Memes
11864 readers
3318 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
RULES:
- Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
- Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
- You are encouraged to provide a link back to the source of your screen capture in the body of your post.
- Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
- Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
- Absolutely no NSFL content.
- Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
- No advertising, brand promotion, or guerrilla marketing.
RELATED COMMUNITIES:
founded 3 years ago
MODERATORS
I don't think so anymore. You could probably do some damage if you clicked through the hundred warnings but I don't think you can remove the whole directory anymore.
Windows has a secret "System" user which owns most if not all if that, and permissions are now set up such that not even Administrator can touch it. From what I understand those are now hardcoded into the system.
They're not hardcoded, you can take ownership of the files with commands (
takeownandicacls). As some other user already mentioned, there are ways to start a command prompt as the SYSTEM user. Windows will still not let you delete them however, because most of them are being used by processes.God I hate that System user. Somehow, back when I used Windows, it granted System the ownership of a bunch of folders in my D: that even as an admin I couldn't delete-- I think because of Microsoft store?
It wasn't until I started playing with Linux (Manjaro at the time) that I was able to clean it up. Something like 600gb of game files, lol.
fuck, i wish i knew all this in highschool
There are some super homophobic dudes i would've put gay porn on their desktop and in their documents then made it only system owned with deny delete.
Why did you have access to their desktops? And surely you could have come up with some other methods to fuck with them if you had access to their desktops
You can connect into the system as system and then do all the horrible things. It's not well publicized because they don't want you breaking stuff.
You certainly can't delete them all but its possible to rename everything and delete them that way but If I recall windows would likely generate new versions very quickly after some very weird error messages and maybe a restart.
I have a better solution.
The system user is part of Dos like root is part of Unix. I think what you're referring to is how the whole OS runs in a virtualization layer because Microsoft doesn't trust its own kernel. This also disallows a lot of folders from being deleted or modified. I'm not sure if system32 is included.