Powershell-Tricks/Check-System-Files.md
efrick a07813a754 Add Check-System-Files.md
Adding files related to scanning a Windows system for damaged system files.
2025-06-17 10:49:43 -04:00

219 B

Check the System Files

Run the following commands from an elevated PowerShell prompt.

DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow

These commands should repair any damaged system files.