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

Programmer Humor

26188 readers
637 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
[–] hexagonwin@lemmy.sdf.org 8 points 4 days ago (7 children)

at this point just login as system or trustedinstaller lol for elevated stuff i usually use 7zip as admin or system(nircmd)

[–] sad_detective_man@leminal.space 4 points 4 days ago (6 children)

You can log in as trustedinstaller???

do you mean like accessing your files in the 7zip interface? I hadn't thought of using that for anything besides zipping. that's clever

[–] somerandomperson@lemmy.dbzer0.com 2 points 4 days ago* (last edited 4 days ago) (3 children)

PS C:/Users/you> .\psexec.exe /s /i cmd.exe

[–] ITGuyLevi@programming.dev 2 points 4 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 4 days ago (1 children)

trustedinstaller is a placeholder

system can R/W to everywhere trustedinstaller can

[–] ITGuyLevi@programming.dev 3 points 4 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.

load more comments (1 replies)
load more comments (3 replies)
load more comments (3 replies)