github ios12checker/Windows-Maintenance-Tool v5.2

12 hours ago

v5.2

Added

  • Added a new Quick Fix button in System Health.
  • Added a guided Quick Fix flow that runs:
    • sfc /scannow
    • dism /online /cleanup-image /checkhealth
    • dism /online /cleanup-image /restorehealth
    • Temporary file cleanup (%TEMP% + C:\Windows\Temp)
    • Added Quick Fix icon, control binding, and search index entry.

Changed

  • Changed package updates to run one-by-one with a visible window per package update (winget, msstore, pip, npm, chocolatey, etc.).
  • Updated Quick Fix to be fully non-interactive at the end:
    • removed the CHKDSK prompt,
    • removed the "Press Enter to close" prompt,
    • added automatic close after a short delay.
  • Simplified WinRE status UX:
    • user-friendly summary first,
    • optional technical details in a separate dialog.
  • Updated Quick Fix wording/tooltips to keep the UI concise and end-user focused.

Fixed

  • Fixed WinRE status dialog runtime error:
    • Exception calling "Show" ... expression after '&' ... not valid.
  • Fixed analyzer warning PSAvoidAssignmentToAutomaticVariable by renaming the tab draw handler parameter from $sender.
  • Improved Startup Manager visual consistency and stability:
    • cleaner dark UI style,
    • safer tab rendering and grid layout behavior,
    • context-menu tab loading/scanning hardening.
  • Updated Start_WMT_GUI.bat from launcher v1.1 to v1.2:
    • hardened startup flow for paths with spaces/parentheses,
    • switched to label-based goto handling for reliable CMD parsing,
    • disabled delayed expansion in launcher context,
    • kept HTML-download guard and launcher error dialogs.
    • Related issue: #98

GitHub Issues

Don't miss a new Windows-Maintenance-Tool release

NewReleases is sending notifications on new releases.