##### ##### ### # #### # # ##### ##### ##### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ##### ##### ##### # ### # ##### ##### ##### # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ##### # # ##### #### # # ##### # # # #

Windows 11 Debloat & Anti-Spyware

A C++ tool that strips out Microsoft's bloatware, kills telemetry services, and locks down your privacy with 33+ registry tweaks. Built by RealSyferX.

Download .exe Compile from Source
31
Bloatware Apps Removed
10
Spyware Services Disabled
33
Registry Tweaks Applied
1
OneDrive Nuked

What It Does

Four core operations. One clean executable. No background processes left behind.

[01]

Remove Bloatware Apps

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.

[02]

Remove OneDrive

Kills the OneDrive process, runs the official uninstaller, cleans up leftover folders and startup entries, then blocks re-enablement via the DisableFileSyncNGSC registry policy.

[03]

Disable Telemetry Services

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.

[04]

Apply Registry Tweaks

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.

Without Debloat vs With Debloat

See exactly what changes when you run the tool.

Before / Stock Windows 11

X30+ bloatware apps pre-installed (Bing, Copilot, Solitaire, Clipchamp, Teams...)
XDiagTrack telemetry service running — sending usage data to Microsoft
XWindows Error Reporting uploading crash data
XAdvertising ID tracking your app usage
XCortana and cloud search active
XBing web search results cluttering Start Menu
XConsumer features silently pushing suggested apps
XInput personalization collecting your typing & ink
XActivity history published to Microsoft cloud
XWi-Fi Sense sharing your network with contacts
XOneDrive running in background, syncing files
X~10 unnecessary services consuming CPU & RAM
XStart menu tracking your most-used programs
XFeedback prompts interrupting your workflow

After / Debloated

Bloatware apps removed — provisioned packages stripped so they stay gone
Telemetry services stopped & disabled (or deleted in aggressive mode)
Error reporting service disabled
Advertising ID turned off system-wide
Cortana and cloud search disabled
Clean Start Menu — local results only, no Bing
Consumer features & suggested apps off
Implicit ink & text collection disabled
Activity history no longer published or uploaded
Wi-Fi Sense auto-connect disabled
OneDrive uninstalled & sync blocked by policy
Those 10 services freed — zero CPU, zero RAM
Start menu program tracking disabled
Feedback prompts set to never appear

Apps Removed

31 UWP/MSIX packages targeted. Installed ones are removed; provisioned packages are stripped so they won't reinstall.

Microsoft News (BingNews)REMOVED
Microsoft Bing (BingSearch)REMOVED
MSN Weather (BingWeather)REMOVED
MSN Money (BingFinance)REMOVED
MSN Sports (BingSports)REMOVED
CopilotREMOVED
Get HelpREMOVED
Microsoft TipsREMOVED
3D ViewerREMOVED
Office HubREMOVED
Solitaire & Casual GamesREMOVED
Sticky NotesREMOVED
Mixed Reality PortalREMOVED
Paid Wi-Fi & CellularREMOVED
Outlook for WindowsREMOVED
Power AutomateREMOVED
SkypeREMOVED
Microsoft To DoREMOVED
Dev HomeREMOVED
Feedback HubREMOVED
Windows MapsREMOVED
Phone LinkREMOVED
Windows Media Player (old)REMOVED
Movies & TVREMOVED
CortanaREMOVED
Microsoft Family SafetyREMOVED
Quick AssistREMOVED
Web Experience (Widgets)REMOVED
Cross Device ExperienceREMOVED
ClipchampREMOVED
Microsoft TeamsREMOVED
OneDriveNUKED

Services Disabled

10 telemetry and spyware services stopped and set to SERVICE_DISABLED. Aggressive mode deletes them outright.

ServiceDisplay NameWhy It's Spyware
DiagTrackConnected User Experiences and TelemetryCore telemetry — sends usage & diagnostic data to Microsoft
dmwappushserviceDevice Mgmt WAP Push ServiceWAP push routing used for MDM + telemetry
WerSvcWindows Error ReportingUploads crash & error data to Microsoft
wercplsupportProblem Reports Control Panel SupportBack-end for the Error Reporting UI
MapsBrokerDownloaded Maps ManagerBackground map downloads (unnecessary if no offline maps)
RetailDemoRetail Demo ServiceStore demo mode — useless on a personal PC
wisvcWindows Insider ServiceInsider preview telemetry (skip if on Insider builds)
PcaSvcProgram Compatibility AssistantCollects app-compatibility telemetry
DiagSvcDiagnostic Execution ServiceRuns diagnostic scripts that collect system data
fhsvcFile History ServiceFile History backup (disable if you don't use it)

Registry Tweaks

33+ privacy-focused registry edits applied across HKLM and HKCU policy keys.

Telemetry

  • AllowTelemetry = 0 (both policy keys)
  • OneSettings cloud config sync disabled
  • Feedback notifications hidden
  • Application Impact Telemetry (AITEnable) off
  • Compatibility inventory collector disabled
  • Steps recorder upload disabled

Search & Cortana

  • AllowCortana = 0
  • AllowCloudSearch = 0
  • BingSearchEnabled = 0 (clean Start Menu)
  • Search location access disabled
  • Cortana consent revoked

Advertising & Consumer

  • Advertising ID disabled (per-user + system-wide)
  • Windows consumer features off
  • Windows tips / soft landing off
  • Consumer tools in Settings off
  • Suggested apps & Spotlight tips off
  • Silent app installation blocked

Input & Personalization

  • Implicit ink collection disabled
  • Implicit text collection disabled
  • Contact harvesting for typing stopped
  • Start menu most-used tracking off
  • Handwriting data sharing prevented

Activity & Cloud

  • Activity flighting disabled
  • User activity publishing stopped
  • User activity upload stopped
  • Feedback prompt frequency = never

Network & OneDrive

  • Wi-Fi Sense auto-connect disabled
  • OneDrive sync blocked (DisableFileSyncNGSC)
  • OneDrive startup entry removed
  • OneDrive leftover folders cleaned

What Stays Untouched

This tool is surgical — it only removes bloatware and spyware. Your essential software and system functions are never touched.

Microsoft Edge (browser)
Windows Defender / Security
Windows Update
NVIDIA / AMD drivers
Realtek audio
Bluetooth stack
WiFi & networking
7-Zip
Mozilla Firefox
Windows Terminal
App Installer (winget)
Notepad & Paint
Snipping Tool
Windows Calculator
Camera app
Photos app
HEIF/HEVC/VP9 codecs
Print Spooler
System Restore (creates one!)
All your personal files

How To Use

Two ways to get the tool. Pick whichever you prefer.

OPTION A — EASIEST

Download Pre-built .exe

No compiler needed. Grab the latest Release build from GitHub and run it.

Download from GitHub
OPTION B — FROM SOURCE

Compile It Yourself

Requires Visual Studio 2022 with C++ workload. Full source transparency — you see every line before it runs.

View Source on GitHub

Then Run It

Same steps regardless of which option you chose.

Compile (Option B only)

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

Run as administrator

Double-click Debloat.exe. The manifest auto-prompts UAC — click Yes. You'll see the green RealSyferX banner.

Create a restore point (recommended)

Press 6 to create a System Restore Point before making any changes. Lets you roll back if needed.

Run the debloat

Press 8 for RUN ALL — removes apps, nukes OneDrive, disables services, applies registry tweaks. Or pick individual options 15. Reboot when done.