A LibreOffice developer has shared his experience of having his Microsoft account banned, and how the company has been uncooperative in helping him recover it.
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.
The bane of my existence is visiting Microsoft community posts, where “MVPs” advertise their years of experience before suggesting the most banal advice ever.
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
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/functionality.
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 some extra time to research. I think I’ve only seen it actually help three times.
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.
The bane of my existence is visiting Microsoft community posts, where “MVPs” advertise their years of experience before suggesting the most banal advice ever.
DISM and SFC fixes everything, right? Right.
Don’t forget to install the latest drivers!
I know what would help. Do you mind sending the details to me again although they’re already in your original post?
On sending the information:
Microsoft bot: this issue has been marked as closed due to inactivity
What about a link to another post that isn’t related at all that shows the same pattern of us recommending DSIM and not being able to read?
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/functionality.
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 some extra time to research. I think I’ve only seen it actually help three times.
Loosely speaking…
SFC ≈
# pacman --database --check
DISM ≈
# pacstrap ...