v6.2.0 - desktop app, one-command launcher, cleanup coverage 63 -> 97 - #5
Merged
Merged
Conversation
- WinSenior.Gui.ps1: WPF desktop application (cleanup / optimize / troubleshoot / undo & restore / schedule / about). Drives the engines as child processes with -Include/-Exclude, tails their output into a log panel and reads the JSON report for per-task sizes and health. - WinSenior.cmd: one-command launcher (unblock, elevate, hidden console); WinSenior.ps1 -Gui hands off to the app; "console" arg opens the TUI. - Cleanup engine: -DeferLocked (delete-on-reboot via MoveFileEx), partial-folder byte accounting, empty-folder pruning, TotalDeferred. - 34 new cleanup tasks (messengers, dev toolchains, game engines, service-account temps, upgrade logs, BITS, DNS/Store/RAM flush, telemetry caches, app logs, installer leftovers; hiberfil / shadow copies / search index off by default). - Fix: menu status line called undefined Test-Admin. - Tests for the GUI (XAML loads, every wired control exists), launcher and new engine mechanisms. Version 6.2.0, README/CHANGELOG updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WinSenior.Gui.ps1(WPF, nothing to install): cleanup with per-task "Would free" after Scan, optimize with live applied state, troubleshoot scan -> tick -> fix, undo & restore, schedule, about. Runs the engines as child processes; never re-implements deletion.WinSenior.cmd(unblock, UAC once, hidden console).WinSenior.ps1 -Gui,WinSenior.cmd console.-DeferLocked(delete-on-reboot via MoveFileEx), partial-folder accounting, empty-folder pruning; coverage 63 -> 97 tasks. Irreversible additions stay off by default.Test-Admin.Verification