this post was submitted on 03 Sep 2025
142 points (87.8% liked)

Programmer Humor

26175 readers
958 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

not really programming and probably butchered the execution on that cmd but this felt like the only place it would be funny to post it

you are viewing a single comment's thread
view the rest of the comments
[–] ITGuyLevi@programming.dev 2 points 3 days ago (1 children)

That looks like it would only grant a system level cmd prompt. TrustedInstaller has a bit more access.

[–] somerandomperson@lemmy.dbzer0.com 3 points 3 days ago (1 children)

trustedinstaller is a placeholder

system can R/W to everywhere trustedinstaller can

[–] ITGuyLevi@programming.dev 3 points 3 days ago

Welcome to today's 10,000 (totally not trying to be offensive, learning is great).

TrustedInstaller is actually a service that was introduced with Windows Vista with the intention of preventing modification of system files. It typically is the "owner" of damn near everything in default Windows directories.

A fun way I typically show off the limitations of the system account is by telling people to try to delete a protected resource, like Windows Defender's directories. Then try it again when running with TrustedInstaller's rights and you'll possibly find yourself just staring at your screen thinking about how useful that could be.