Releases: allenk/ASUS-Software-Clean-Up-Tool
Releases · allenk/ASUS-Software-Clean-Up-Tool
v0.2c
- fix(deepclean): replace broken schtasks parsing with PowerShell Get-ScheduledTask
- Use Get-ScheduledTask with -clike and -like filters for reliable
ASUS task detection (name, path, and author) - Add ASUS Update Checker 2.0 to hardcoded fallback task list
- Add BYPASS comment for AsusPTPService (Precision Touchpad safety)
- Add docs/CHANGELOG.md and docs/issue_0001.md for issue #1 analysis
- bump version to 0.2c, update README and CHANGELOG
v0.2b
fix(deepclean): replace WMIC with Get-CimInstance for Windows 11 25H2 compatibility
WMIC was removed in Windows 11 25H2. Replace 7 wmic.exe Process Terminate
calls with new :killprocess subroutine using PowerShell Get-CimInstance
Invoke-CimMethod. Handles WQL escaping internally and respects DRYRUN mode.
Remove unused _PF86ESC and _PF64ESC variables.
v0.2a
fix(batch): use PowerShell timestamp to avoid locale-dependent DATE/TIME parsing