v5.1
Issue Fixes
- Fixed
#91(Winget update scan times out on Windows 10) by splittingwingetandmsstoreinto separate parallel source workers with independent timeout budgets. - Improved source scan reliability by preventing stderr pipe backpressure in the
winget/msstorelist flow and adding clearer non-zero exit logging. - Fixed
#92(Check disk hangs) by moving CHKDSK execution to a dedicated live console window instead of blocking the GUI thread. - Added system-drive CHKDSK prompt handling (
echo Y|chkdsk) to avoid hidden scheduling prompts that appear as hangs. - Fixed
#93(Tool doesn't start from system partition) by hardeningStart_WMT_GUI.batpath handling and simplifying launch flow to run the script directly (-File) with in-script elevation. - Fixed
#94(Update doesn't work) by hardening self-update write/restart error handling and adding manual fallback to the Releases page when auto-update fails.