From 82076ff54f1318acaed40d92862468c5ecb45c25 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 23 Sep 2025 19:34:46 -0600 Subject: [PATCH] Update Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md --- .../Powershell/General Purpose/Fix Corrupted Windows Updates.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md b/Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md index dd07571..810ff0b 100644 --- a/Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md +++ b/Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md @@ -3,8 +3,6 @@ Sometimes when you try to run Windows Updates, you may run into issues where upd ```powershell # Imaging Integrity Repair Tools -DISM /Online /Cleanup-Image /CheckHealth -DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth DISM /Online /Cleanup-Image /StartComponentCleanup sfc /scannow