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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
These are notes to myself. I know what they mean. This is not a tutorial for others!
These are notes to myself. I know what they mean. This is not a tutorial.


::- DISM and [https://support.microsoft.com/en-us/windows/using-system-file-checker-in-windows-365e0031-36b1-6031-f804-8fd86e0ef4ca System File Checker (SFC)]  
::- 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"]
::- [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
::- [https://www.thewindowsclub.com/how-to-repair-windows-11 The Windows Club: "How to Repair Windows 11"]
::::


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

Latest revision as of 12:48, 15 November 2023

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

- DISM and System File Checker (SFC)
- HowToGeek: "SFC and DISM commands"
From an elevated command prompt, run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- The Windows Club: "How to Repair Windows 11"