v5.2
Added
- Added a new Quick Fix button in System Health.
- Added a guided Quick Fix flow that runs:
sfc /scannowdism /online /cleanup-image /checkhealthdism /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
PSAvoidAssignmentToAutomaticVariableby 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.batfrom launcherv1.1tov1.2:- hardened startup flow for paths with spaces/parentheses,
- switched to label-based
gotohandling for reliable CMD parsing, - disabled delayed expansion in launcher context,
- kept HTML-download guard and launcher error dialogs.
- Related issue: #98