Guide

What TuneBit does

An all-in-one Windows repair, cleanup and diagnostics utility, laid out in one sitting: what it is, how it is organized, what it writes to disk, and what it deliberately is not.

The short version

TuneBit is a desktop application for Windows that gathers the repair, cleanup, optimization and diagnostic jobs normally scattered across a dozen control panels, a handful of command-line tools and a folder of downloaded utilities, and puts them behind one window. It is a WPF app on .NET 10 that follows current Windows design conventions — a Mica backdrop, a custom title bar, a NavigationView-style sidebar with a search box, light and dark themes, and card-based layouts throughout. It runs elevated, because most of what it does — writing to system-wide registry settings, resetting services, exporting drivers, clearing system caches — cannot be done any other way. It asks for administrator rights once, at launch, rather than interrupting you again later.

The sidebar holds 35 entries. Three of those are the Dashboard, the One-Click Tune-Up and Settings, which leaves 34 tools. This article is the map. The full feature set is the atlas.

The eight groups

There is one section list, and the sidebar, the search box and the dashboard shortcuts all draw from it — so anything you can find in one place, you can find in the others. It is grouped eight ways.

GroupSectionWhat it is for
OverviewDashboardThe PC's health score, key stats, and one-click maintenance.
One-Click Tune-UpJunk, browsers, registry, security and a health score — from one button.
Clean upJunk CleanerFind and delete temporary files and junk taking up space.
Browser CleanerClear cache, cookies, and history from installed web browsers.
Disk SpaceSee exactly what is taking up space on each drive.
Disk OptimizerDefragment hard drives and TRIM solid-state drives.
UninstallerRemove programs that are no longer needed, including leftover files.
Registry ScannerFind and fix outdated entries inside Windows that cause errors.
File toolsChecksumsWork out the CRC32, MD5, SHA-256 or SHA-512 of a file and check it against a published one.
Fast FindSearch every file name on the drives and get results as you type.
Duplicate FinderFind files that exist more than once so copies can be deleted.
OptimizePerformanceApply tweaks that make a PC feel faster and more responsive.
PrivacyTurn off Windows features that share activity or personal information.
DebloaterRemove built-in Windows apps and pre-installed software.
CPU AffinityChoose which processor cores a running program is allowed to use.
Scheduled TasksView and manage tasks Windows runs on a schedule in the background.
Default AppsChoose which apps Windows uses to open files like photos and PDFs.
FontsPreview the fonts on this PC, install new ones, and remove unused ones.
RepairRepair ToolsRun built-in Windows fixes for common system problems.
Windows UpdateFix problems that stop Windows Update from working properly.
ServicesReset misbehaving Windows background services back to normal.
Shell & ExplorerFix the desktop, taskbar, and File Explorer when they act up.
NetworkReset internet connection settings to fix network problems.
SharingManage which folders and printers the PC shares with other computers.
File UnlockerFree files Windows says are “in use” so they can be deleted.
SecuritySecurity AuditCheck Defender, firewall, BitLocker, ports, and other protections.
VirusTotalCheck a file against dozens of antivirus engines to see if it is safe.
File ShredderPermanently erase sensitive files so they cannot be recovered.
Product KeysLook up activation keys for Windows and Microsoft products on this PC.
DiagnoseHealth ScoreA weighted 0–100 score across ten checks of the PC's condition.
Blue ScreensCheck why the PC last crashed and read the crash dumps.
Event LogView recent errors and warnings recorded by Windows.
Battery & PowerCheck battery health and see how power is being used.
HardwareView details about the PC's parts — CPU, memory, GPU, and more.
DriversView, back up, and reinstall the drivers Windows uses.
System ReportGenerate a detailed report about the PC that can be saved or shared.
TuneBitSettingsAppearance, data locations, and information about TuneBit.

Fonts is the one section the original TuneBit never had. Everything else is feature parity with it, rebuilt.

Two ways in

On launch TuneBit asks a single question: open the full interface, or open the One-Click Tune-Up. It remembers the answer if asked to, and you can change it — or go back to being asked each time — from Settings afterwards, so the choice is never permanent.

The important part is that both answers land in the same shell with the same navigation. The tune-up is a section like any other, sitting in the Overview group next to the Dashboard, not a separate simplified mode with its own window. Somebody who picks the simple route and then wants the Event Log is one click away from it; nobody gets stuck in the beginner view.

What the tune-up actually runs

Five jobs, back to back, from one button behind one confirmation instead of five:

  1. Junk Cleaner — temporary files, the Windows Update cache, logs and error reports.
  2. Browser Cleaner — cached page data and download history.
  3. Registry Cleaner — outdated entries, exported to a .reg file (and, by default, behind a restore point) before anything is removed.
  4. Security Audit — Defender, the firewall, BitLocker and open ports. Reads only.
  5. Health Score — scores the PC across ten checks once the cleanup has finished.

Each of the five is a tick box, so any can be left out. Nothing here is new capability — every job is available section by section already. What the tune-up adds is that they run in sequence without the operator having to learn what a registry hive is.

The batch includes only the categories that are safe to clear without a second thought. In practice that keeps cookies, browsing history, saved sessions, the Recycle Bin and the prefetch cache out of it. Those stay behind their own sections, where the wording has room to explain what is lost. The rule TuneBit follows is “would a reasonable person be surprised” — nothing in the batch should catch out somebody who did not read the list first.

The confirmation dialog spells out each line before anything runs, and says in as many words that deleted files cannot be recovered.

What it produces, and where it lives

TuneBit keeps its own state in one tree:

%LOCALAPPDATA%\TuneBit\
├── settings.ini          preferences, theme, startup mode
├── backups\              registry exports, written before any registry change
├── driver-backups\       drivers exported before a force-reinstall
├── maintenance\          logs from the scheduled maintenance task
└── reports\              generated reports

Running from a removable drive relocates all of it to the folder holding TuneBit.exe, so a portable copy travels with the stick and leaves nothing behind on the host PC. That behavior is automatic and follows the drive type, not a setting.

The visible output is an HTML system report — pick the sections to include, pick a location, and TuneBit writes tunebit-system-report-<yyyyMMdd-HHmm>.html for filing or emailing.

It also runs without a window

Two of TuneBit's jobs are meant to run when nobody is watching, and both are plain command-line switches on the same executable:

FlagEffect
/maintenanceRuns the configured maintenance tasks headlessly and exits. This is what the scheduled task invokes.
/affinity-watchRuns the CPU affinity watcher — the loop that reapplies core assignments to programs as they start — and exits.

What TuneBit is not

It is not antivirus. There is no resident scanner and no real-time protection. The VirusTotal section is a lookup: the operator points it at a file, it asks VirusTotal what dozens of other engines think, and it reports the answer. Nothing is scanned in the background and nothing is submitted unless asked. The Security Audit checks that Defender and the firewall are configured properly — it does not replace them.

It is not backup software. TuneBit exports registry keys before it edits them, drivers before it reinstalls them and firewall rules before it resets them, and it takes restore points before batch repairs. Those are undo paths for TuneBit's own actions, not a backup of your documents.

Requirements and editions

OSWindows 10 1809 or later, or Windows 11
Architecturex64
RightsAdministrator — requested once at launch

Mica and rounded corners need Windows 11 build 22000 or later; on Windows 10 the window falls back to an opaque background and everything else behaves the same.

There are two builds:

InstalledPortable
Size~26 MB~70 MB
.NET 10Framework-dependent; the installer fetches the Desktop Runtime if it is missingBundled inside the exe
NeedsAn installNothing — runs from a USB stick or a locked-down desktop

Everything else is identical between them: same features, same elevation, same licensing.

Further reading

Try it on your own PC

TuneBit Personal is $29.95 a year and covers up to five computers you own. TuneBit Technician is $89.95 a year per USB stick and runs on any machine you service.

See pricing All 34 tools