Wintoys is the free Windows utility that belongs in every IT pro's toolkit
Every Windows install ships with more knobs, toggles, and hidden switches than any sane person could remember. Microsoft keeps burying settings deeper into the Settings app, shuffling them between menus, and hiding the good stuff behind Group Policy or the registry. If you've ever thought "there has to be a better way to manage all this," you're right — and it's called Wintoys.
Wintoys is a free app from the Microsoft Store that bundles nearly every useful Windows admin control into one clean, native-looking interface. Debloating, telemetry toggles, service management, system repairs, startup apps, cleanup tools — all in one place, no PowerShell required. I install it on every new build I touch, and after a few weeks of using it seriously, I'm convinced it deserves the same "must-install" status as PowerToys.
Here's why it's earned a permanent spot in my toolkit — and how to get the most out of it without breaking anything.
⚠️ Before you touch a single toggle: create a restore point
I can't stress this enough. Wintoys makes it very easy to change dozens of system settings in a couple of clicks, and some of those changes affect services, telemetry pipelines, or provisioned Windows packages that are wired into things you'd rather not break. Before you open the app for the first time, do this:
- Hit the Start button and type "Create a restore point"
- Open System Properties → System Protection
- Select your system drive and click Configure to make sure protection is turned on
- Click Create, give it a name like "Before Wintoys", and hit Create again
Takes 30 seconds. Saves you a reinstall. Wintoys itself will prompt you to do this on first launch — listen to it. Even seasoned tinkerers should get in the habit, because rolling back one accidental service change is a lot easier than remembering which of the fifty toggles you flipped last week.
What Wintoys actually is
Wintoys is a third-party utility from developer Bogdan Pătrăucean, distributed through the Microsoft Store. It runs on Windows 10 (22H2) and Windows 11 (23H2, 24H2, and 25H2), currently sits at a 4.7-star rating on the Store, and it's completely free.
Under the hood, it doesn't do anything Windows can't already do — it just surfaces the controls Microsoft has scattered across Settings, Task Manager, services.msc, Group Policy, and the registry, and puts them all behind a single WinUI 3 interface that feels like a native part of the OS.
How to install Wintoys
There are two easy ways to get it, depending on how you like to work.
Option 1: Microsoft Store (the click-and-go route)
If you just want to install it and get going:
- Open the Microsoft Store
- Search for "Wintoys"
- Click Get (or Install)
- Launch it when the install finishes
Done. The Store will also keep it updated automatically, which is handy given how frequently the developer ships new features.
Option 2: Command Prompt with winget (the power user route)
If you prefer to work from the terminal — or if you're building a script to set up a new machine — winget is the faster way to get Wintoys installed. Open Command Prompt or Windows Terminal and run:
winget install 9P8LTPGCBZXD
Or, if you want to be more explicit about the source:
winget install --id 9P8LTPGCBZXD --source msstore
Both will pull Wintoys straight from the Microsoft Store without you ever having to open it. Accept any prompts, wait a few seconds, and you're done.
This is my preferred method — especially if you're rebuilding a machine and installing a stack of your usual tools. You can chain multiple installs together:
winget install Microsoft.PowerToys 9P8LTPGCBZXD Microsoft.PowerShell
One command, three apps, no clicking through Store pages. If you find yourself setting up new PCs regularly, get familiar with winget — it'll save you hours.
A tour of the seven tabs
🏠 Home
Live CPU, GPU, memory, and network utilisation plus a synthetic performance score. Nice for a quick glance, but nothing you couldn't pull from Task Manager. Skip past it.
📦 Apps
The star of the show for anyone setting up a new PC. Every installed application — Store apps, provisioned packages, and traditional desktop programs — in one list, with a proper uninstall button for each. Goodbye Solitaire Collection. Goodbye Xbox Game Bar. Goodbye whatever three-letter OEM utility came pre-loaded.
⚙️ Services
services.msc, but readable. Start, stop, and change startup type without loading the classic MMC snap-in and squinting at 200 alphabetised entries. Useful when you need to kill a specific background service and don't fancy typing Stop-Service five times.
⚡ Performance
Startup apps, background apps, hardware-accelerated GPU scheduling, and the Ultimate Performance power plan toggle — the hidden one Microsoft normally reserves for workstations. Turn this on if you're on a desktop, leave it off if you care about your laptop's battery.
🩺 Health
One-click SFC, DISM, and CHKDSK scans, plus a battery report generator. This is honestly brilliant for helping non-technical friends and family. "Install Wintoys, go to Health, click SFC" is a much shorter conversation than walking someone through an elevated PowerShell prompt.
🎛️ Tweaks
The deep end — and the reason most people install Wintoys. Every telemetry, advertising ID, activity history, and diagnostic data toggle in one dropdown. Start menu tweaks. Taskbar tweaks. File Explorer tweaks (including the option to bring back the classic File Explorer, which is faster and more stable than the modern one). Desktop tweaks. This is where the real value lives.
🧹 Cleanup
Browser caches, Windows logs, temp folders, and system paths — cleared in a click. Not as thorough as a full Disk Cleanup pass, but a lot faster.
The features that make it worth installing
If you only use Wintoys for three things, make them these:
The Privacy tab. Every telemetry and data-collection toggle Microsoft has hidden across the Settings app, in one dropdown. Advertising ID, diagnostic data, activity history, handwriting data, the lot. It's the single most useful feature in the app and it's the first thing I hit on any fresh install.
The Ultimate Performance power plan. Normally locked away and only surfaced through a powercfg command line, Wintoys enables it with a single toggle. If you're on a desktop, there's no reason not to use it.
One-click system repairs. SFC and DISM without opening an elevated terminal is a genuine quality-of-life win. Especially handy for supporting other people's machines.
A few honest caveats
Before you go toggle-happy, some real talk:
- Wintoys is a convenience layer, not a magic optimiser. Ultimate Performance won't make a slow laptop fast. Disabling telemetry won't shave seconds off boot time. Anyone selling this app as a "make your PC 10x faster" tool is overselling it.
- "Can uninstall" ≠ "safe to uninstall." Some Store apps and provisioned packages are wired into Windows features. If you strip out the wrong one, you might break file associations, the Store itself, or the Settings app. Research before you nuke.
- It's closed-source. The developer has said this is because of planned premium add-ons. Fair enough, but if that's a dealbreaker for you, this isn't the tool.
- It's not for managed endpoints. If your PC is joined to a corporate domain or managed by Intune, most of these tweaks will be overridden by policy — or shouldn't be touched at all. Wintoys is a tool for personal machines, home labs, and small business PCs.
The verdict
Wintoys is one of those rare utilities that does exactly what it promises and doesn't try to do more. It's not going to replace a proper endpoint management stack, and it's not a substitute for actually understanding what's happening under the hood — but as a time-saver for personal PC setup, new-build configuration, and general Windows housekeeping, it's excellent.
I'd put it in the same tier as PowerToys: something every IT pro, power user, or curious tinkerer should have installed. It's lightweight, it's fast, and it takes about five minutes to figure out.
Grab it free from the Microsoft Store, or drop winget install Wintoys nto a Command Prompt and you'll be up and running in under a minute.
Just create that restore point first.