Skip to content

Releases: allenk/ASUS-Software-Clean-Up-Tool

v0.2c

06 Mar 22:39

Choose a tag to compare

  • 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

12 Feb 09:30

Choose a tag to compare

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

09 Feb 04:42

Choose a tag to compare

fix(batch): use PowerShell timestamp to avoid locale-dependent DATE/TIME parsing