diff --git a/current/Maintain-Windows/Maintain-Windows.ps1 b/current/Maintain-Windows/Maintain-Windows.ps1 new file mode 100644 index 0000000..93bfc8d --- /dev/null +++ b/current/Maintain-Windows/Maintain-Windows.ps1 @@ -0,0 +1,8 @@ +Dism /Online /Cleanup-Image /ScanHealth +Dism /Online /Cleanup-Image /CheckHealth +Dism /Online /Cleanup-Image /RestoreHealth +sfc /scannow + +Dism /online /Cleanup-Image /StartComponentCleanup +Dism /online /Cleanup-Image /StartComponentCleanup /ResetBase +cleanmgr \ No newline at end of file