From a07813a75454a62e27c68ce13c5bbf271dbc02cb Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 17 Jun 2025 10:49:43 -0400 Subject: [PATCH] Add Check-System-Files.md Adding files related to scanning a Windows system for damaged system files. --- Check-System-Files.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Check-System-Files.md diff --git a/Check-System-Files.md b/Check-System-Files.md new file mode 100644 index 0000000..b48ba8c --- /dev/null +++ b/Check-System-Files.md @@ -0,0 +1,10 @@ +# Check the System Files + +Run the following commands from an elevated PowerShell prompt. + +```shell +DISM.exe /Online /Cleanup-image /Restorehealth +sfc /scannow +``` + +These commands should repair any damaged system files.