Add Check-System-Files.md
Adding files related to scanning a Windows system for damaged system files.
This commit is contained in:
parent
8fc9fbff36
commit
a07813a754
10
Check-System-Files.md
Normal file
10
Check-System-Files.md
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user