Repair Windows: Difference between revisions

From Cor ad Cor
Jump to navigation Jump to search
(Created page with "These are notes to myself. I know what they mean. This is not a tutorial for others! ::- DISM and [https://support.microsoft.com/en-us/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca System File Checker (SFC)] ::- [https://www.howtogeek.com/222532/how-to-repair-corrupted-windows-system-files-with-the-sfc-and-dism-commands/ HowToGeek: "SFC and DISM commands"] Category:Windows")
 
No edit summary
Line 4: Line 4:


::- [https://www.howtogeek.com/222532/how-to-repair-corrupted-windows-system-files-with-the-sfc-and-dism-commands/ HowToGeek: "SFC and DISM commands"]
::- [https://www.howtogeek.com/222532/how-to-repair-corrupted-windows-system-files-with-the-sfc-and-dism-commands/ HowToGeek: "SFC and DISM commands"]
:::: From an elevated command prompt, run:
::::: sfc /scannow
::::: DISM /Online /Cleanup-Image /RestoreHealth


[[Category:Windows]]
[[Category:Windows]]

Revision as of 11:19, 15 November 2023

These are notes to myself. I know what they mean. This is not a tutorial for others!

- DISM and System File Checker (SFC)
- HowToGeek: "SFC and DISM commands"
From an elevated command prompt, run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth