Skip to content

Instantly share code, notes, and snippets.

@cbolyard
Last active June 9, 2019 22:08
Show Gist options
  • Save cbolyard/8706573f8af4db4d6d35d22905710652 to your computer and use it in GitHub Desktop.
Save cbolyard/8706573f8af4db4d6d35d22905710652 to your computer and use it in GitHub Desktop.
fix windows image
# https://answers.microsoft.com/en-us/windows/forum/all/windows-update-kb4494441-failed-with-error/6a31d0d9-68b9-40e8-b4c2-d6115604e7e6?auth=1
dism /Online /Cleanup-Image /CheckHealth
dism /Online /Cleanup-Image /ScanHealth
dism /Online /Cleanup-Image /RestoreHealth
# OR
DISM /Online /Cleanup-Image /RestoreHealth /Source:E\sources\install.wim /LimitAccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment