Analysis updated 2026-06-21
Clean up a fresh Windows 10 install by removing built-in games, news apps, and Cortana in a single script run.
Use the silent SysPrep mode to strip bloatware during mass Windows deployments before any user logs in.
Disable Windows 10 telemetry and background data collection to improve privacy on a personal or work PC.
Revert all changes and reinstall the default Windows apps if you need to restore the original setup.
| sycnex/windows10debloater | ntdevlabs/tiny11builder | spotx-official/spotx | |
|---|---|---|---|
| Stars | 18,815 | 18,686 | 20,752 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | ops devops | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Must be run as Administrator, SysPrep mode is intended for IT deployment before the first user login.
Windows10Debloater is a PowerShell script that removes the pre-installed apps and unwanted background services that Microsoft ships with Windows 10. Fresh Windows installations come loaded with games, Microsoft news apps, Cortana search integration, and various data-collection tasks that many users never want. This script automates removing all of that in one go. It comes in three versions. The GUI version gives you a visual window with buttons, which is easiest for regular users. The interactive version walks you through prompts in the terminal. The silent SysPrep version is meant for IT administrators who need to strip bloatware during a mass Windows deployment before any user has even logged in. It removes the listed pre-installed apps using Windows' built-in app package removal tools, deletes leftover registry keys those apps leave behind, disables specific scheduled background tasks, and applies privacy-related registry changes to limit telemetry and stop Cortana from acting as the search index. There is also a Revert option that reinstalls the default apps and restores the original registry settings if you change your mind. You would use this if you just installed Windows 10 and want a clean, lean system without spending hours manually uninstalling apps. It must be run as an Administrator and is written in PowerShell, licensed under MIT.
A PowerShell script that removes pre-installed Microsoft apps, disables telemetry, and strips Cortana from a fresh Windows 10 installation in minutes, with a GUI, interactive terminal, or silent IT-deployment mode.
Mainly PowerShell. The stack also includes PowerShell.
Use freely for any purpose including commercial IT deployments, just keep the MIT license notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.