Skip to content

PC Tweaker v0.2.0

Choose a tag to compare

@AurelioAvila AurelioAvila released this 04 Aug 03:42

PC Tweaker 0.2.0 adds a RAM cleaner, a Restore all button, 11 new tweaks (25 → 36), and fixes the translation problems that left parts of the interface in English regardless of the selected language.

Existing download links still work. v0.1.1 remains published and downloadable — repoint your links to this release when you are ready.

New

Free up RAM — asks Windows to release memory that programs are holding but not using. Run it as often as you like, or schedule it every 10 min / 30 min / 1 h / 3 h / 6 h. Measured on a real machine during testing: 2.80 GB freed, memory use down from 51% to 42%.

Restore all — one button reverts every applied optimization and puts each value back exactly as it was. It costs a single UAC prompt for the whole batch, not one per tweak.

11 new tweaks (25 → 36) — remove the ~10 s startup-app delay, instant menu response, disable CPU power throttling, raise GPU priority for games, disable tailored experiences, stop app-launch tracking, stop feedback prompts, disable Cortana, always show file extensions, hide taskbar Widgets, disable transparency effects.

Changed

  • The app now always opens in English. The language changes only by an explicit choice in the account menu, and is remembered from then on.
  • Fix all moved to the top of the scan results, with a progress fill and an explicit Done screen.
  • The account dropdown is smaller and denser; the ten themes are swatches instead of a labelled grid, and the signed-in row now shows an avatar, the address and a verification badge.
  • Pro is visually distinct — a gold frame and crown in both the sidebar and the account menu — instead of looking identical to Free.

Fixed

  • The Scan list was not translated. It rendered the raw English name of every tweak, so scanning on an Italian, French, Spanish or German install produced an English checklist.
  • "Themes" in the account menu was English in all five languages, and the Scan / Performance / UI sidebar labels were untranslated in four of them.
  • Automatic RAM cleanup stopped when you left the Scan tab. The schedule now runs for as long as the app is open.
  • Verification emails failed with an unexplained error. The API now tells you whether the address was rejected or the mail service is temporarily unavailable, instead of returning a bare 500.
  • The pricing page advertised "20 real tweaks" on the Free plan. The number is now derived from the actual tweak list (28 free).

Under the hood

Every fix above is covered by a test that was proven to fail without it:

  • 24 Rust unit tests — rollback-store concurrency, locale-independent parsing of Windows CLI output, elevation batching, registry-value collisions, and translation coverage across all five languages
  • A translation-quality gate that fails the build if any string is silently left in English, missing an accent, or missing Spanish opening punctuation
  • A 36-check end-to-end backend test covering register → verify → log in → reset → revoke → checkout, plus email enumeration and reset-form XSS
  • All of it runs in CI on every push

Install

Download pc-tweaker-app_0.2.0_x64-setup.exe (recommended) or the .msi. Windows 10/11, 64-bit.

The installer is not code-signed yet, so SmartScreen shows "Windows protected your PC" on first run — click More infoRun anyway.

Full changelog: CHANGELOG.md