From 82719d0189b567fbe2bd58475b35cce184618976 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 17 Jun 2025 10:50:40 -0400 Subject: [PATCH] Update Check-System-Files.md Change the code block from shell to PowerShell for proper syntax highlighting. --- Check-System-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Check-System-Files.md b/Check-System-Files.md index b48ba8c..e7231ee 100644 --- a/Check-System-Files.md +++ b/Check-System-Files.md @@ -2,7 +2,7 @@ Run the following commands from an elevated PowerShell prompt. -```shell +```PowerShell DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow ```