304
this post was submitted on 13 Nov 2023
304 points (96.1% liked)
Asklemmy
43760 readers
2016 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's because most people use them incorrectly. You need to run DISM first to repair the component store, but for that to work properly, you'll need source files/wim that matches the same OS patch level as that of the machine you're trying to fix. Once the component source is repaired properly, then run SFC, which would replace the corrupted system files from the now repaired component store.
If you ran SFC on its own, it may not do anything if the component store is corrupted, and if you ran DISM on its own, it won't fix the actual issue. You need to run both, in the proper order, against matching source files.
Thanks! I just learned something new!