What problem does it solve?
It solves the problem of slow, error-prone Windows system administration tasks by providing a repeatable PowerShell workflow for system health checks, cleanup, tool installation, and environment/profile automation.
Core Features & Use Cases
- System health reporting: Generates a structured Windows 11 report including OS details, CPU/RAM/disk usage, top memory processes, network adapters/IPs, uptime, and pending update status.
- Safe maintenance & cleanup: Performs disk space reclamation through temp/cache cleanup, recycle bin emptying, Windows Update cache clearing, npm/yarn/pnpm cache cleanup, optional Docker prune, and Windows.old removal, with a DryRun preview mode.
- Windows setup automation: Installs common developer tools via winget (with checks to skip already-installed items), sets up a premium PowerShell profile (Oh My Posh, PSReadLine, aliases), and schedules recurring maintenance with Task Scheduler.
Quick Start
Ask the AI to run a Windows system check and, if RAM usage is high or disk usage is critical, follow up with cleanup and then install your preferred development tools using the winget-first strategy.