Microsoft bans LibreOffice developer's account without warning, rejects appeal

https://lemmy.bestiver.se/post/523117

Microsoft bans LibreOffice developer's account without warning, rejects appeal - Lemmy: Bestiverse

Comments [https://news.ycombinator.com/item?id=44728369]

As much as I’d love hating on Microsoft, I think this gross incompetence & shitty bureaucracy over malice from Microsoft. Kaginski was locked out of his account & Microsoft made it annoyingly difficult to recover. This is something I have also faced using Microsoft’s enterprise products, something we pay a lot of money for.
DISM and SFC fixes everything, right? Right.
I’m am too far removed from windows to understand what this comment means 😅
It’s “defrag your hard drive” in a new hat and even less useful
I mean, I’ve had some luck professionally with strange intermittent issues being resolved simply by running those commands. For intermittent issues once I get stumped I’ll run the sfc/dism commands while scanning the event viewer for any other leads and about half the time I’ll leave the user with a “okay monitor and let us know if the issue returns” and sometimes that’s enough to get rid of the issue

True, but the fact that sfc gets thrown out as a fix to everything under the sun makes it look like your OS is a self corrupting piece of shit.

Which i know, accurate, but you shouldn’t advertise

SFC is the system file checker, used to check a Windows OS install’s files for any corruption and to replace them with legit working files. DISM (if I remember right) is a tool for turning a Windows install into install media, and has some similar features for ensuring the installed OS has no corrupted file issues.

So pretty much the option to “Verify Integrity of Game Files” for Steam Games, but for the OS. And also by Microsoft, so of questionable usefulness.

I spent almost 5 years in the trenches of tech support in a Windows environment. I still used those commands as a hail mary when I didn’t have any other ideas and needed to research. I think I’ve only seen it actually help three times.

Loosely speaking…

SFC ≈ # pacman --database --check

DISM ≈ # pacstrap …