Created
October 23, 2017 14:56
-
-
Save bantya/12b231b5c498ce2623a316b3a6f53141 to your computer and use it in GitHub Desktop.
bat: Windows system integrity issue solver commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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