Update Check-System-Files.md

Change the code block from shell to PowerShell for proper syntax highlighting.
This commit is contained in:
efrick 2025-06-17 10:50:40 -04:00
parent a07813a754
commit 82719d0189

View File

@ -2,7 +2,7 @@
Run the following commands from an elevated PowerShell prompt.
```shell
```PowerShell
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
```