Update Scripts/Powershell/General Purpose/Fix Corrupted Windows Updates.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user