Skip to content

Instantly share code, notes, and snippets.

@bantya
Created October 23, 2017 14:56
Show Gist options
  • Save bantya/12b231b5c498ce2623a316b3a6f53141 to your computer and use it in GitHub Desktop.
Save bantya/12b231b5c498ce2623a316b3a6f53141 to your computer and use it in GitHub Desktop.
bat: Windows system integrity issue solver commands
:: Commands to Resolve Any System Integrity Issues
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
:: Helps with the notorious failed or non-responsive installation during the driver migration.
rundll32.exe pnpclean.dll,rundll_pnpclean /drivers /maxclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment