The page a sceptic lands on

"A script from a website that wants admin rights?"

Fair. That sentence describes most of what should never be run on a PC. So here is what this one is, how to check it yourself before paying, and the full list of what it will not touch.

Three things to check before you pay a cent

None of these need a key, an account or a card.

๐Ÿ“œ

Read the script

The whole thing is one readable PowerShell file at omnidx.net/tune/omnidx.ps1, and the one-line bootstrapper at omnidx.net/go.ps1. Every service, task, app and registry key it touches is listed in it with the reason. There is no compiled part, no second download, nothing obfuscated. The key is what makes it run; the code was never the secret.

๐Ÿ“‹

Run the report mode

Free, no key. It reads your PC the way the tune does and counts your processes, then stops without changing anything. Watch what it says it found; if it has your machine right, it will cut around it right.

$env:OMNIDX_MODE='report'; irm omnidx.net/go.ps1 | iex
๐Ÿ”Ž

Watch what it sends

Open Resource Monitor's network tab while it runs. You will see two requests to omnidx.net (the config and the script) and, if a licence server is configured, one to it with your key and the PC fingerprint. That is all. The report stays in C:\OmniDx. And every service, task, app and value it touches is listed, generated from the script itself.

The straight answer

What it is

A PowerShell script that does, in one run and with a record, what a careful person would do by hand over an afternoon with Task Manager, Services, Settings and powercfg: turn off what runs for Microsoft rather than for you, set a power plan that keeps the CPU awake, tune the network adapter for latency, and set three per-game flags Windows never sets on its own. Then it writes you a BIOS checklist, because the biggest gain on most PCs is below Windows and no script can flip it for you.

What it is not

It is not a driver, a kernel module, an overlay, a "booster" that stays resident, or a thing that injects into games. It does not overclock anything, does not touch voltages, does not flash your BIOS, and does not turn off anything that protects you. It is also not magic: if your GPU is the bottleneck, fewer processes will not change your frame rate, though your frame times will get flatter.

Why it needs administrator rights

Because stopping a service, disabling a scheduled task, changing a power plan and writing to HKLM all need them. There is no way to do this job without them, which is exactly why you should read the file before you let it. It asks Windows for the rights itself, through the normal prompt, so you see the request.

Why it costs money

Because it took a long time to get right โ€” which services a laptop needs, which anti-cheat breaks if you touch what, what the 2013 tweaks do to a 2025 PC โ€” and because a key is what lets one person's purchase be one person's. The price is one you can pay without asking anyone, once.

What it will not touch, and what it cannot do

A tool that only lists what it does is hiding the other list. Here is the other list.

๐Ÿ›ก๏ธ

Never touched

  • Microsoft Defender, the firewall, SmartScreen, UAC
  • Secure Boot, TPM, BitLocker
  • Windows Update โ€” patches are not a tweak
  • Vanguard, Easy Anti-Cheat, BattlEye, Ricochet โ€” or any game's files
  • Your drivers: nothing installed, updated or removed
  • Your files, browser history, tabs, extensions, passwords
  • OneDrive when you are signed in to it, and your OneDrive folder either way
  • Voltages, clocks, fan curves, the BIOS itself โ€” the checklist is paper
  • Memory integrity, unless you pass -Aggressive and then say yes again
๐Ÿšซ

Cannot do

  • Make a GPU-bound game faster โ€” that is your graphics card's job
  • Fix thermal throttling โ€” that is your cooler's
  • Change BIOS settings for you โ€” nothing running under Windows can, and anything that claims to should worry you
  • Promise a specific process count โ€” it prints yours, before and after, and the safe bar is different on every PC
  • Run on Windows 7, 8, a Mac, or Linux
  • Stop Windows Update from putting a startup app back โ€” run it again; the key is yours
One honest limit on the lock. The key is bound to the first PC that runs it, and the script is public โ€” which means someone determined could edit the check out of their own copy. The lock is there to keep one purchase one purchase, not to fight that person; the script they would be editing is the product, and they are welcome to read it either way.

What leaves your PC

๐Ÿ”‘

The key check

Your key, a fingerprint of the machine โ€” a hash of the board serial, the system id and the CPU id, which identifies the PC without describing it โ€” and the CPU and GPU names so your own machines can be told apart. Only when a licence server is configured; otherwise the key is checked and bound on the PC itself.

๐Ÿšซ

Not the report

What it found, what it changed, the process counts and the BIOS checklist are written to C:\OmniDx and nowhere else. Nothing about your PC is uploaded.

๐Ÿ“ต

Nothing, afterwards

Nothing stays running, so nothing can phone home later. The only process of ours you will ever see is the PowerShell window while it runs. One exception, disclosed: a scheduled task that runs once at your next sign-in, counts processes, writes the number to C:\OmniDx\after-restart.txt and deletes itself. It sends nothing anywhere, and -NoAfterCount skips it.

If this site disappears tomorrow

Your PC stays tuned, because the changes are ordinary Windows settings and not a program that needs us. The undo is a file on your disk that needs no key and no internet. The report and the BIOS checklist are text. A key already bound to your PC keeps working when the licence server cannot be reached, by design.

The only thing you would lose is the ability to fetch a newer version with the one-line command โ€” and you can save the script itself today from omnidx.net/tune/omnidx.ps1 and run it with -Key whenever you like.

What stays on your PC

  • C:\OmniDx\report-<date>.txt โ€” everything it found and did
  • C:\OmniDx\undo\undo.ps1 โ€” the way back, no key, no internet
  • C:\OmniDx\backup\ โ€” the app settings and a registry export from before
  • The System Restore point from before the run
  • The OmniDx power plan, in your power settings

Who is behind this

One person, building this on their own. Not a company, not a team, and I am not going to pretend otherwise with a fake "About us" page and stock photographs of an office. That is the honest weakness of buying from me: there is no support department behind this, and if I am asleep your email waits until morning.

It is also the honest strength. Nobody above me needs a growth number next quarter, which is why there is no subscription, no account, nothing installed and nothing left running โ€” those things exist to hit targets I do not have.

Reach a human: