Merge branch 'main' of https://git.bunny-lab.io/bunny-lab/docs
All checks were successful
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s

This commit is contained in:
2026-01-28 19:23:51 -07:00

View File

@@ -1,14 +1,16 @@
## Purpose
Sometimes when you try to run Windows Updates, you may run into issues where updates just fail to install for seemingly nebulous reasons. You can run the following commands (in order) to try to resolve the issue.
!!! info "Run Commands from (CMD) Commandline, not powershell.
```powershell
# Imaging integrity Rrepair tools
DISM /Online /Cleanup-Image /RestoreHealth
DISM /Online /Cleanup-Image /StartComponentCleanup
sfc /scannow
DISM /Online /Cleanup-Image /StartComponentCleanup
# Stop all Windows Update services (in order) to unlock underlying files and folders.
net stop usosvc
net stop usosvc # usosvc may refuse to stop on some systems; failure is non-fatal and you can proceed
net stop wuauserv
net stop bits
net stop cryptsvc