EVERY CHANGE BACKED UP BEFORE IT IS MADE

35 real Windows tweaks.
Every one reversible.

Most "boosters" are a progress bar and a placebo. Nivox writes documented registry keys, service start types and power settings — tells you exactly which ones — and stores your original values first, so any change is one keypress away from being undone.

Portable · single .exe · no account · no telemetry · Windows 10/11 x64
NivoxTweaks — apply session
35
Documented tweaks
6
Categories
100%
Backed up before change
0
Telemetry / accounts
The full list

No hidden list. This is all of it.

Every tweak names the setting it touches. Nothing here disables Defender, SmartScreen, Windows Update security or any other protection — that is not optimization, that is just risk.

Interface responsiveness and disk clutter — the changes you feel within a second of logging in.

Visual Effects: Best Performance rec
Switches performance options away from the automatic mode Windows picks for you.
Disable Window Animations rec
Minimize and maximize happen instantly instead of playing an animation.
Remove Menu Show Delay rec
MenuShowDelay from the stock 400 ms down to 0 ms.
Disable Transparency Effects
Turns off the acrylic blur on taskbar and Start, which saves GPU work.
Remove Startup App Delay rec
Drops the artificial wait Windows adds before launching startup apps.
Clean Temporary Files
Clears the user temp folder, plus C:\Windows\Temp when elevated. Files in use are skipped, never forced.
How it works

Built to tell you the truth

The hard part of a tweaking tool is not writing a registry key. It is being honest when the write fails.

// honest results

A failure is reported as a failure

Exit codes and error output from netsh, powercfg and sc are checked on every call. If a command fails, you get its real message — not a green checkmark. Hibernation, for example, is re-read from the registry afterwards to confirm powercfg actually did what it claimed.

[!] Failed to apply tweak.
    Reason: sc.exe exited with code 5: Access is denied.
// measured, not guessed

Real DNS benchmarking

The DNS tweak builds actual DNS query packets, sends them over UDP to each resolver and times the replies from your connection. The numbers you see are the ones your line produced, seconds ago.

// privileges

UAC, not around it

Elevation is detected at launch. When a tweak needs admin, you get the standard Windows prompt — nothing is bypassed.

// audit

Everything logged

Every apply, restore and error goes to a dated log file with the full reason and stack trace.

// portable

One file, nothing installed

A self-contained .NET 8 build. No runtime install, no service left running in the background, no scheduled task. Delete the .exe and it is gone.

Restore

Undo is the whole point

Plenty of tools "revert" by writing whatever Microsoft's default happens to be. That is not your configuration. Nivox writes back the exact value it found.

  1. Read firstBefore a tweak's first change, the current value is read — including whether the registry value existed at all.
  2. Write the backupIt is saved as JSON under %LOCALAPPDATA%\NivoxTweaks\Backups. If the backup cannot be written, the tweak is not applied.
  3. Apply onceThe backup is captured only on the first apply, so it always holds your true original state.
  4. Restore exactlyRestore rewrites that value, or deletes it again if Windows never had it. One tweak, or the whole session.
// Backups\GAME-MMCSS.json
{
  "tweakId": "GAME-MMCSS",
  "createdUtc": "2026-09-17T14:02:11Z",
  "items": [{
    "type": "registry",
    "name": "GPU Priority",
    "existed": "true",
    "kind": "DWord",
    "value": "2"
  }]
}
Download

Free. All 35 tweaks. No catch.

The free version is the whole tool — not a trial, not a locked list. Premium is planned as extra tooling on top, and it is not ready yet, so it is not for sale yet.

Nivox Tweaks — Free

Everything, right now

One portable executable. Run it, tweak, restore, delete it if you want.

  • All 35 tweaks across 6 categories
  • Full backup & restore system
  • Real DNS benchmarking
  • System restore point before bulk changes
  • No account, no telemetry, no nagging
Download the free version
v1.0.0 · Windows 10 20H2+ / Windows 11 · x64 · no .NET install needed
Premium tweaks — coming soon

Nivox Premium

In development. When it lands it will be announced here first — no pre-orders, no waitlist tricks.

  • Per-game tweak profiles
  • Scheduled maintenance passes
  • Before / after measurements you can export
  • Multi-PC backup sync
Not available yet
Planned features — subject to change before release.
FAQ

The questions everyone asks

Windows says "Windows protected your PC". Is something wrong?

No. The download is not code-signed yet, so SmartScreen warns about any new unknown publisher. Click More info → Run anyway. A signing certificate is on the list, and until then this warning is expected — be sceptical of anyone who tells you to turn SmartScreen off instead.

Do I have to install anything?

No. It is a single self-contained .exe — the .NET runtime is built in. Double-click and it runs. An optional installer exists if you prefer Start menu shortcuts and a normal uninstall entry.

Does it need administrator rights?

Only for some tweaks. User-level ones — animations, mouse acceleration, Game Mode, most privacy switches — work without it. For services, power plans and machine-wide policies the app asks you to restart it elevated through the normal UAC prompt.

How much faster will my PC actually be?

Honestly: it depends, and anyone quoting you a fixed FPS number is guessing. These tweaks remove background work, input smoothing and artificial delays. On a clean, fast machine the difference may be small; on a cluttered one it is very noticeable. What is guaranteed is that you can measure it yourself and undo anything that does not help.

Does it disable my antivirus or Windows Defender?

Never. No tweak touches Defender, SmartScreen, firewall or update security. Tools that do are trading your security for a benchmark number.

What happens to my backups if I uninstall?

They stay in %LOCALAPPDATA%\NivoxTweaks. Uninstalling does not delete them, so you can still restore tweaks afterwards. Backups are per-PC and are not synced anywhere.