A C++ tool that strips out Microsoft's bloatware, kills telemetry services, and locks down your privacy with 33+ registry tweaks. Built by RealSyferX.
Four core operations. One clean executable. No background processes left behind.
Strips 31 UWP/MSIX apps — Bing, Copilot, Solitaire, Outlook, Teams, Clipchamp, Widgets, and more. Also removes provisioned packages so they don't come back after Windows updates.
Kills the OneDrive process, runs the official uninstaller, cleans up leftover folders and startup entries, then blocks re-enablement via the DisableFileSyncNGSC registry policy.
Stops and disables 10 services that phone home — DiagTrack, Error Reporting, WAP Push, Insider telemetry, compatibility assistant, and more. Aggressive mode can delete them entirely.
33+ privacy-focused registry edits — telemetry off, advertising ID off, Cortana off, Bing search off, consumer features off, input personalization off, Wi-Fi Sense off, activity history off.
See exactly what changes when you run the tool.
31 UWP/MSIX packages targeted. Installed ones are removed; provisioned packages are stripped so they won't reinstall.
10 telemetry and spyware services stopped and set to SERVICE_DISABLED. Aggressive mode deletes them outright.
| Service | Display Name | Why It's Spyware |
|---|---|---|
| DiagTrack | Connected User Experiences and Telemetry | Core telemetry — sends usage & diagnostic data to Microsoft |
| dmwappushservice | Device Mgmt WAP Push Service | WAP push routing used for MDM + telemetry |
| WerSvc | Windows Error Reporting | Uploads crash & error data to Microsoft |
| wercplsupport | Problem Reports Control Panel Support | Back-end for the Error Reporting UI |
| MapsBroker | Downloaded Maps Manager | Background map downloads (unnecessary if no offline maps) |
| RetailDemo | Retail Demo Service | Store demo mode — useless on a personal PC |
| wisvc | Windows Insider Service | Insider preview telemetry (skip if on Insider builds) |
| PcaSvc | Program Compatibility Assistant | Collects app-compatibility telemetry |
| DiagSvc | Diagnostic Execution Service | Runs diagnostic scripts that collect system data |
| fhsvc | File History Service | File History backup (disable if you don't use it) |
33+ privacy-focused registry edits applied across HKLM and HKCU policy keys.
This tool is surgical — it only removes bloatware and spyware. Your essential software and system functions are never touched.
Two ways to get the tool. Pick whichever you prefer.
No compiler needed. Grab the latest Release build from GitHub and run it.
Download from GitHubRequires Visual Studio 2022 with C++ workload. Full source transparency — you see every line before it runs.
View Source on GitHubSame steps regardless of which option you chose.
Open the project folder in Visual Studio 2022 (auto-detects CMake), or from a Developer Command Prompt:cmake -B build -G "Visual Studio 17 2022" && cmake --build build --config Release
Output: build\Release\Debloat.exe
Double-click Debloat.exe. The manifest auto-prompts UAC — click Yes. You'll see the green RealSyferX banner.
Press 6 to create a System Restore Point before making any changes. Lets you roll back if needed.
Press 8 for RUN ALL — removes apps, nukes OneDrive, disables services, applies registry tweaks. Or pick individual options 1–5. Reboot when done.