this post was submitted on 21 Sep 2024
289 points (96.5% liked)

Programmer Humor

32124 readers
1331 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Quetzalcutlass@lemmy.world 18 points 6 days ago* (last edited 6 days ago) (3 children)

Could be worse. At least it's not Microsoft's support forums:

Hey, I see you're having problems with <copy-paste key words from OP>. Try the following and see if it fixes your issue.

Open a command prompt and enter ”sfc /scannow".

I hope this helps!

(Reply marked as solution, thread closed.)

[–] deadbeef79000@lemmy.nz 3 points 2 days ago* (last edited 2 days ago)

I have X years experience with {keyword salad}.

Can you confirm {details already in the opening post}?

[–] skullgiver@popplesburger.hilciferous.nl 5 points 6 days ago (1 children)

The thing with Windows is that the three magical commands (sfc, that DISM tool, fixboot) will usually fix most weird OS problems. To the point where any Windows troubleshooting session should include either the results of the first two, or instructions to use them.

Once SFC and DISM can't fix your install, you reinstall Windows. There are alternatives, but if you'd know them you wouldn't be asking random Windows users on a forum. You can figure out a lot by enabling various tracing and logging features, listing open file handles and tracking file system calls, but the moment you need to take out sysmon you're either in for a weekend of troubleshooting or wasting your time.

Similarly, there are oneliners for Linux that'll reinstall every package installed on the system and that has helped me recover my broken systems several times.

[–] captain_samuel_brady@lemm.ee 3 points 6 days ago

Magic may be an overstatement. I would be shocked if any of them fixed even 0.1% of the problems posted to Microsoft’s joke of a support forum where they were presented as solutions.

[–] lud@lemm.ee 4 points 6 days ago

answers.mirosoft.com is the worst. learn.microsoft.com can be decent at times though