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.