Skip to content

Releases: karan5028ji/Win-Optimizer-Pro

Win-Optimizer-Pro v2.1.3

Choose a tag to compare

@karan5028ji karan5028ji released this 12 Aug 12:20

What's new in v2.1.3

⚡ Performance

  • Native robocopy /mir cleanup for Temp / Windows Temp / Prefetch — 20,000 files clear in ~13 s (the old cmd for /f loop took 60 s+)
  • Smooth live progress — status-bar percent climbs frame-by-frame, streamed from robocopy's own output with zero filesystem contention

🛡️ Reliability

  • optimizer:done always fires — drain-grace + forced process-tree kill when a grandchild holds the stdout pipe, so the UI can never hang in "running" with dead buttons
  • Run-sequence IDs drop stale completion events after Stop + immediate re-run

🖥️ UI

  • 80 ms console batching — heavy output (winget / DISM / sfc) no longer freezes the interface
  • Live percent + current action on the status bar

🔧 Engine hardening

  • Weighted, monotonic progress phases across temp / network / debloat / tweaks runs
  • Locked files skipped safely; takeown / icacls retry runs only on survivors
  • Access-denied folder counts clamp to 0 — no negative numbers in logs

🎨 Icon

  • Fresh application icon propagated to the exe, taskbar, window, Start Menu, Desktop and installer

Assets

  • Installer (per-machine, Start Menu + Desktop shortcuts): Win-Optimizer-Pro_2.1.3_x64-setup.exe
  • Portable (no install): WinOptimizerPro-portable.zip

Quick launch (no install):

irm https://raw.githubusercontent.com/karan5028ji/Win-Optimizer-Pro/main/run.ps1 | iex

Full details in the README.

v1.0.0

Choose a tag to compare

@karan5028ji karan5028ji released this 09 Aug 16:23

What is this

Win-Optimizer-Pro - a modern Windows optimizer, cleaner and debloater built with Tauri v2 + React.

Install & run

Portable (no install) - recommended:
irm https://raw.githubusercontent.com/karan5028ji/Win-Optimizer-Pro/main/run.ps1 | iex

Downloads and extracts the portable build to %TEMP% and launches it.

Installer (per-machine, Start Menu shortcut): download pc-optimizer_0.1.0_x64-setup.exe.

Assets

  • WinOptimizerPro-portable.zip - portable build (exe + PowerShell engine), run without installing
  • pc-optimizer_0.1.0_x64-setup.exe - NSIS installer

Highlights

  • Dashboard with live CPU / RAM / OS overview and Quick Scan
  • Deep Clean with per-item toggles
  • Debloater by category with individual remove/restore
  • System Tweaks with apply/rollback
  • Dry-run mode ON by default, UAC elevation only when needed