-
-
Save Aetopia/6a4449b77373d5758e0689aecafd68a4 to your computer and use it in GitHub Desktop.
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
| rundll32.exe pnpclean.dll,RunDLL_PnpClean /devices /drivers /files /maxclean | |
| rundll32.exe appxdeploymentclient.dll,AppxCleanupOrphanPackages | |
| DISM.exe /Online /Cleanup-Image /RestoreHealth | |
| sfc.exe /scannow | |
| DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase | |
| shutdown /r /t 0 /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment