Windows10Debloater
Script/Utility/Application to debloat Windows 10, to remove Windows pre-installed unnecessary applications, stop some telemetry functions, stop Cortana from being used as your Search Index, disable unnecessary scheduled tasks, and more…
Donate a cup of coffee
Be sure to look at the Contributors’ GitHubs to see if they have GitHub sponsorships as well since they have contributed to this open-source project. (https://github.com/Sycnex/Windows10Debloater/graphs/contributors)
Disclaimer
WARNING: I do NOT take responsibility for what may happen to your system! Run scripts at your own risk!
Also, other variants of this repo are not technically «new» versions of this, but they are different in their own respective ways. There are some sites saying that other projects are «new» versions of this, but that is inaccurate.
How To Run the Windows10Debloater.ps1 and the Windows10DebloaterGUI.ps1 files
There are different methods of running the PowerShell script. The methods are as follows:
First Method
- Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- Enable PowerShell execution
Set-ExecutionPolicy Unrestricted -Force
- On the prompt, change to the directory where you extracted the files:
e.g. —cd c:\temp
- Next, to run either script, enter in the following:
e.g. —.\Windows10DebloaterGUI.ps1
Second Method
- Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
- Right-click the PowerShell file that you’d like to run and click on «Run With PowerShell»
- This will allow the script to run without having to do the above steps but Powershell will ask if you’re sure you want to run this script.
Remember this script NEEDS to be run as admin in order to function properly.
How To Run the Windows10SysPrepDebloater.ps1 file
For the WindowsSysPrepDebloater.ps1 file, there are a couple of parameters that you can run so that you can specify which functions are used. The parameters are:
-SysPrep
, -Debloat
and -Privacy
.
To run this with parameters, do the following:
- Download the .zip file on the main page of the GitHub and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- On the prompt, change to the directory where you extracted the files:
e.g. —cd c:\temp
- Next, to run either script, enter in the following:
e.g. — .\Windows10SysPrepDebloater.ps1 -Sysprep -Debloat -Privacy
Sysprep, Interactive, and GUI Application
There are now 3 versions of Windows10Debloater — There is an interactive version, a GUI app version, and a pure silent version.
-
Windows10SysPrepDebloater.ps1
-> The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process. -
Windows10Debloater.ps1
-> This interactive version is what it implies — a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does. -
Windows10DebloaterGUI.ps1
-> There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you’d prefer to just see an application screen.
Switch Parameters
There are 3 switch parameters in the Windows10SysPrepDebloater.ps1
script.
-
-SysPrep
, which runs the command within a function: get-appxpackage | remove-appxpackage. This is useful since some administrators need that command to run first in order for machines to be able to properly provision the apps for removal. -
-Debloat
, switch parameter which does as it suggests. It runs the following functions: Start-Debloat, Remove-Keys, and Protect-Privacy.
Remove-Keys removes registry keys leftover that are associated with the bloatware apps listed above, but not removed during the Start-Debloat function. -
-Privacy
, adds and/or changes registry keys to stop some telemetry functions, stops Cortana from being used as your Search Index, disables «unnecessary» scheduled tasks, and more.
This script will remove the bloatware from Windows 10 when using Remove-AppXPackage/Remove-AppXProvisionedPackage, and then delete specific registry keys that are were not removed beforehand. For best results, this script should be run before a user profile is configured, otherwise, you will likely see that apps that should have been removed will remain, and if they are removed you will find broken tiles on the start menu.
These registry keys are
EclipseManager,
ActiproSoftwareLLC,
Microsoft.PPIProjection,
Microsoft.XboxGameCallableUI
You can choose to either ‘Debloat’ or ‘Revert’. Depending on your choice, either one will run specific code to either debloat your Windows 10 machine.
The Debloat switch choice runs the following functions
Debloat,
Remove-Keys,
Protect-Privacy,
Stop-EdgePDF (If chosen)
The Revert switch choice runs the following functions
Revert-Changes,
Enable-EdgePDF
The Revert option reinstalls the bloatware and changes your registry keys back to default.
The scheduled tasks that are disabled are
XblGameSaveTaskLogon,
XblGameSaveTask,
Consolidator,
UsbCeip,
DmClient
These scheduled tasks that are disabled have absolutely no impact on the function of the OS.
Bloatware that is removed
3DBuilder,
ActiproSoftware,
Alarms,
Appconnector,
Asphalt8,
Autodesk SketchBook,
MSN Money,
Food And Drink,
Health And Fitness,
Microsoft News,
MSN Sports,
MSN Travel,
MSN Weather,
BioEnrollment,
Windows Camera,
CandyCrush,
CandyCrushSoda,
Caesars Slots Free Casino,
ContactSupport,
CyberLink MediaSuite Essentials,
DrawboardPDF,
Duolingo,
EclipseManager,
Facebook,
FarmVille 2 Country Escape,
Flipboard,
Fresh Paint,
Get started,
iHeartRadio,
King apps,
Maps,
March of Empires,
Messaging,
Microsoft Office Hub,
Microsoft Solitaire Collection,
Microsoft Sticky Notes,
Minecraft,
Netflix,
Network Speed Test,
NYT Crossword,
Office Sway,
OneNote,
OneConnect,
Pandora,
People,
Phone,
Phototastic Collage,
PicsArt-PhotoStudio,
PowerBI,
Royal Revolt 2,
Shazam,
Skype for Desktop,
SoundRecorder,
TuneInRadio,
Twitter,
Windows communications apps,
Windows Feedback,
Windows Feedback Hub,
Windows Reading List,
XboxApp,
Xbox Game CallableUI,
Xbox Identity Provider,
Zune Music,
Zune Video.
Quick download link
iwr -useb https://git.io/debloat|iex
Allowlist and Blocklist
There may be some confusion, but when using the Allowlist/Blocklist, the checkmark means it is on the blocklist, and that it will be removed.
Credits
Thank you to a60wattfish, abulgatz, xsisbest, Damian, Vikingat-RAGE, Reddit user /u/GavinEke, and all of the contributors (https://github.com/Sycnex/Windows10Debloater/graphs/contributors) for the suggestions, code, changes, and fixes that you have all graciously worked hard on and shared! You all have done a fantastic job!
Running Windows 11? Look at our “Windows 11 Debloater”! Check it out here!: https://freetimetech.com/windows-11-debloater-tool-debloat-gui/
Use our FREE software utility (Version 2.6.11) that has an EZ Debloater to debloat quick and easy, Advanced Debloater to basic debloating or use Fine-Tuning Debloater to select what you want from the many options. Choose the preset first ‘Debloat Preset’ to create the ultimate PowerShell script to debloat Microsoft Windows 10! Create your own radiobuttons preset and share! You can run the script directly from the program.
The red-circle option “None” is if you do not want to select either.
Read the label and ToolTip message popup when you hover your mouse over the selection for more information.
Table of Contents
LINK to Download:
https://freetimetech.com/W10D/Windows10DebloaterV2611.zip
► Previous Version (V2.6.10): https://freetimetech.com/W10D/Windows10DebloaterV2610.zip
► Previous Version (V2.6.9): https://freetimetech.com/W10D/Windows10DebloaterV269.zip
► Previous Version (V2.6.8): https://freetimetech.com/W10D/Windows10DebloaterV268.zip
► Previous Version (V2.6.6): https://freetimetech.com/W10D/Windows10DebloaterV266.zip
► Previous Version (V2.6.5): https://freetimetech.com/W10D/Windows10DebloaterV265.zip
► Previous Version (V2.6.4): https://freetimetech.com/W10D/Windows10DebloaterV264.zip
► Previous Version (V2.6.3): https://freetimetech.com/W10D/Windows10DebloaterV263.zip
► Previous Version (V2.6.2): https://freetimetech.com/W10D/Windows10DebloaterV262.zip
► Previous Version (V2.6.1): https://freetimetech.com/W10D/Windows10DebloaterV261.zip
► Previous Version (V2.6): https://freetimetech.com/W10D/Windows10DebloaterV26.zip
► Previous Version (V2.5): https://freetimetech.com/W10D/Windows10DebloaterV25.zip
► Previous Version (V2.4): https://freetimetech.com/W10D/Windows10DebloaterV24.zip
► Previous Version (V2.3): https://freetimetech.com/W10D/Windows10DebloaterV23.zip
► Previous Version (V2.2): https://freetimetech.com/W10D/Windows10DebloaterV22.zip
► Previous Version (V2.1): https://freetimetech.com/W10D/Windows10DebloaterV21.zip
► Previous Version (V2.0): https://freetimetech.com/W10D/Windows10DebloaterV2.zip
► Previous Version (V1.8): https://freetimetech.com/W10D/Windows10DebloaterV18.zip
► Previous Version (V1.7): https://freetimetech.com/W10D/Windows10DebloaterV17.zip
► Previous Version (V1.6): https://freetimetech.com/W10D/Windows10DebloaterV16.zip
► Previous Version (V1.5): https://freetimetech.com/W10D/Windows10DebloaterV15.zip
► Previous Version (V1.4): https://freetimetech.com/W10D/Windows10DebloaterV14.zip
► Previous Version (V1.3): https://freetimetech.com/W10D/Windows10DebloaterV13.zip
► Previous Version (V1.2): https://freetimetech.com/W10D/Windows10DebloatV12.zip
SOURCES, REFERENCES & IMPORTANT NOTICES
We based our tool on Chris Titus Tech’s GitHub PowerShell Scripts: https://github.com/ChrisTitusTech/win10script as of Dec 12, 2021 and farag2’s Sophia Script for Windows: https://github.com/farag2/Sophia-Script-for-Windows as of April 18, 2023. Our tool is a mainly a front-end for the source scripts to make things easier to choose the many options. We add our own touches. Check updates for additions.
NOTICE: This program only edits and reads from TEXT files. Everything is done through text files so you can modify every option and function data.
README
There is a “EZ Debloater” tab page as main front of the program. It allows you to run common PowerShell scripts to debloat Windows 10. There are several restore/undo scripts you can choose from after if you choose. Some buttons in the “EZ Debloater” tab page has ToolTips (message popups) for more information.
Each button has a script you can see to modify if you want before running.
There is a “Advanced Debloater” tab page to basic fine-tuning debloating from 4 presets. There is also a “Undo All” to reset back to defaults. You can “See Script” to see your selections.
The “Fine-Tuning Debloater” allows you to create a PowerShell script file that you can run to finely tweak/debloat Windows 10. A restore point is created in the beginning so you can safely use this tool.
The options are arranged in different tabs and there is a preset “Debloat Preset” in the “Options” menu. You can choose a preset first and add your own choices. There is a “Windows Default Preset” to revert back to original Windows Default settings. You can also create your own radiobutton presets and share. There is also a “Opposite” menu choice to select the alternate radiobutton choices. This is good to revert the changes in a script to run.
In “Normal” mode, the “EZ Debloater” textbox that shows the script summarized. Switch to “Edit” mode to see the full PowerShell script.
In “Edit” mode for “Advanced Debloater“, you get a “RE” button beside each checkbox selection to “Read/Edit” the PowerShell script for each checkbox.
Also in “Edit” mode for “Fine-Tuning Debloater“, you can have a button beside each radiobutton (labelled with a first single letter of the radiobutton) to “Read/Edit” the PowerShell script for each radiobutton.
HOW TO USE
Installation
Windows 10 Debloater can be used without installation. You can use the application by unzipping the downloaded ZIP file and running the “Windows10Debloater.exe” file.
Basic Usage
EZ Debloater
In “EZ Debloater“, you can enable / disable main functions and apps.
- Click the button for the feature you want to enable or disable (for example, “Uninstall OneDrive“).
- The script is displayed on the right.
- Click the “Run Script” button to execute.
Advanced Debloater
In “Advanced Debloater“, you can select from the 4 presets to debloat: Desktop, Laptop, Minimal and Virtual Machine. You can further select the options you want. There is an ‘Undo All‘ option to revert everything back to defaults.
- Click the preset you want for your computer (for example, “Desktop“).
- Checkboxes are checked with the preset. Add or subtract to customize.
- Click the “Run Script” button to execute. A confirmation window will popup to continue.
Fine-Tuning Debloater
In “Fine-Tuning Debloater“, select the items you want to enable / disable with the radio button.
When you have made your selections, open the Output tab screen.
- Click the “Output Powershell” button to view the script.
- Click the “Run PowerShell” button to run the script. The “Run PowerShell” button creates a PowerShell script called “runpsscript.ps1” in the same directory and runs it.
Manual Running
With “Save” button, save the PowerShell script above as whatever you wish in the same directory with the other files and then run it using the following commands.
But first, launch PowerShell (Run as administrator) and navigate to where your script is.
- Set-ExecutionPolicy Unrestricted
- ./YOUR_SCRIPT_NAME.ps1
YOUR_SCRIPT_NAME is the name of the PowerShell script you just saved.
UPDATES
FUTURE UPDATES
We will add more languages for ToolTips and UI. 1. Created ‘Gaming Debloater‘, 2. Created ‘Windows 11 Debloater‘.
UPDATE v2.6.11
Added ToolTips for Windows Apps in English, Fixed bugs
UPDATE v2.6.10
Added UA, CZ, TH and ID languages
UPDATE v2.6.9
Fixed EN ToolTips
UPDATE v2.6.8
Fixed bug
UPDATE v2.6.7
Added more 3rd Party. Fixed bugs
UPDATE v2.6.6
Added Search tab for Fine-Tuning Debloater. Search now searches ToolTips too including radiobutton name. ToolTips for Advanced
Debloater. Fixed bugs
UPDATE v2.6.5
Fixed bugs
UPDATE v2.6.4
Fixed bugs, More 3rd Party and Search 3rd Party
UPDATE v2.6.3
Redesign using https://github.com/Kinnara/ModernWpf
UPDATE v2.6.2
Add more option for Fine-tuning debloater and fixed some bugs
UPDATE v2.6.1
Added Edit mode for Advanced Debloater
UPDATE v2.6
Fixed Open PS1 files for Fine-tuning Debloater selections
UPDATE v2.5
Advanced Debloater tab for basic fine-tuning, Removed O&O Shutup, Open PS1 files for Fine-tuning Debloater selections, Rearranged files and folders
UPDATE v2.4
Added list counter to summary and output for EZ Debloater, Added more 3rd Party radiobuttons, Added Install radiobuttons for Windows UWP Apps, Cleaned up code
UPDATE v2.3
Added UI translation for 17 languages, EZ Debloater is now has two modes: ‘Normal’ and ‘Edit’. ‘Normal’ shows the summarized
selected script and ‘Edit’ is the PowerShell script
UPDATE v2.2
Added ToolTip languages: NL, EL, AR and TR
UPDATE v2.1
Added ToolTip languages: DE, IT, and RO. Folder called ‘Localizations’ created to store all tooltips.txt files
UPDATE v2.0
The tabs to create a customized PowerShell script and run has changed to use Sophia Script functions so totally different now. Old radiobutton saved presets not compatible with this new version. UI has been updated. There is a ‘Windows Default’ preset. Bug fixes.
There are many ToolTip languages for radiobuttons: EN, RU, PL, FR, ES, PT, CN, KR, JP and VN. More to come!
UPDATE v1.8
Fix bugs and updated Essential Tweaks in EZ Debloater
UPDATE v1.7
Update and clean up code, added more comments, added Disable News & Interests in ‘UI’ tab. Add more 3rd Party install options in ‘3rd Party’ tab
UPDATE v1.6
Updated ‘EZ Debloater’ tab buttons and updated scripts with changes and fixes
UPDATE v1.5
Updated ‘EZ Debloater’ scripts with bug fixes and network tweaks
UPDATE v1.4
We created a front tab page called ‘EZ Debloater’ that allows you to run common debloating and restore scripts. After pressing a button, it’s script is shown to you see/modify then run
UPDATE v1.3
We recreated the program in a different language and new user interface (C# + WPF). We added the option for Reading and Editing the ‘functions.txt’ file by clicking the small square button with each radiobutton
UPDATE v1.2
For more information about a option, place your mouse cursor over the radiobutton for a ToolTip. A ToolTip is a balloon message popup that shows when you rest your mouse cursor over a radiobutton. ToolTip in English
UPDATE v1.1
The “Windows Apps” tab now has all the choices for debloating all 45+ Windows apps. Select to remove them or select to ‘LeaveAlone’ (stay on your computer)
FILES
There needs to be 13 files for this program to run properly.
►Windows10Debloater.exe : The GUI program.
EZ Debloater
►ezdebloater.txt : contains the PowerShell scripts for the ‘EZ Debloater’ tab page.
Advanced Debloater
►advanceddebloater.txt : contains the PowerShell scripts for the ‘Advanced Debloater’ tab page.
►desktoppreset.txt : contains the ‘Desktop’ preset for ‘Advanced Debloater’.
►laptoppreset.txt : contains the ‘Laptop’ preset for ‘Advanced Debloater’.
►minimalpreset.txt : contains the ‘Minimal’ preset for ‘Advanced Debloater’.
►vmpreset.txt : contains the ‘Virtual Machine’ preset for ‘Advanced Debloater’.
Fine-Tuning Debloater
►data.txt : contains the options(function names) to select from (usually only 2 options that something is Enable or Disable). Notice the sections and how a comma and double quotes separate them. The last option in each section does not have a comma. Add or substract from the set.
►functions.txt : contains the complete functions named from data.txt. These are the commands that get run. Add or substract from the set.
►debloatpreset.txt : contains debloat preset. Click this option from the menu in program.
►defaultpreset.txt : contains Windows Defaults preset. Click this option from the menu in program.
Localizations – Translations
►tooltip.txt : Contains ToolTips for each radiobutton option.
►ui.txt : Contains UI text for each UI element/control.
►README.txt : This text file for information and link resources.
VIDEO WALKTHROUGH
ALTERNATIVES
SophiApp is the full GUI version of Sophia Script for Windows. It is made in pure C# and WPF. Features all the functions of the Sophia Script for Windows in a standalone EXE. Link: https://github.com/Sophia-Community/SophiApp
We have an alternative on our second site BenchTweakGaming.com – Sophia Script for Windows and Wrapper. We work with farag2 on his Sophia Script for Windows. Link: https://benchtweakgaming.com/2020/10/27/windows-10-debloat-tool/
We have a Windows 11 Debloater ready. Try it here! Link: https://freetimetech.com/windows-11-debloater-tool-debloat-gui/
We now have a Gaming Debloater on FreeTimeTech.com. Optimize Windows for GAMING! Check it out! Link: https://freetimetech.com/gaming-debloater/
We also have Optimize-Offline Front End. Optimize-Offline is a Windows Image optimization module for Windows 10. Our tool allows to easily change Optimize-Offline JSON configuration setting file using a GUI. Link: https://benchtweakgaming.com/2020/11/01/optimize-offline-gui-tool-front-end/
WARNING
NOTE: This program is SAFE! Your Anti-Virus software (Microsoft Defender SmartScreen) may scan this program saying this is an unrecognized app and prevent it from starting. This is because we are a new software developer. This program only deals with text files. Click More info and Run anyway button when you see this popup.
Windows 10 can feel like a digital junk drawer, stuffed with pre-installed apps, telemetry, and background services that hog resources and slow your PC, especially on older hardware. A windows 10 debloater is the key to cleaning up this mess, but manually uninstalling bloatware is tedious, and some apps are system-protected, making it risky without the right tools. This guide answers how to use windows 10 debloater safely, showcasing the best windows 10 debloater tools for 2025—O&O AppBuster, Windows10Debloater, and Bloatbox—that make decluttering a breeze, and pairs them with WPS Office, a free, lightweight suite to keep your streamlined system productive.
Part 1: O&O AppBuster — Best GUI-Based Windows 10 Debloater
O&O AppBuster is a user-friendly windows 10 debloater that lets you zap unwanted apps with a simple, point-and-click interface. Perfect for beginners, it safely removes hidden Microsoft bloat without breaking your system. Here’s why it’s a top pick for 2025.
Key Features:
-
Uninstalls hidden Microsoft apps (e.g., Xbox, Weather).
-
Works for all user accounts on the PC.
-
Portable, no installation needed—runs from a USB.
-
Easily reverses uninstalls if you change your mind.
Pros:
-
Intuitive interface, ideal for non-techies.
-
Clearly flags system-critical apps to avoid mistakes.
-
Fast cleanup, taking under 5 minutes.
Cons:
-
Doesn’t tackle telemetry or background services.
-
Lacks advanced features compared to scripts.
I used O&O AppBuster to remove apps like Candy Crush and Microsoft News from my PC. The scan took 3 minutes, and my system felt snappier, with faster boot times and less RAM usage.
Part 2: Windows10Debloater (by Sycnex) — Best Script-Based Windows 10 Debloater
Windows10Debloater by Sycnex is a powerful windows 10 debloater script that goes beyond apps to nuke telemetry, Cortana, and system tasks via PowerShell. It’s a favorite for tech-savvy users who want deep control. Let’s dive into its strengths.
Key Features:
-
Multiple modes: GUI, silent, or selective debloating.
-
Option to restore removed features or apps.
-
Open-source, actively maintained on GitHub.
-
Targets deep bloat like telemetry and scheduled tasks.
Pros:
-
Unmatched control over system components.
-
Removes more than just apps (e.g., OneDrive, Edge tasks).
-
Highly customizable for advanced users.
Cons:
-
Requires PowerShell familiarity to avoid errors.
-
Mistakes can disrupt system functions.
I ran the GUI mode of Windows10Debloater on my laptop, selecting apps like Xbox and telemetry to remove. It took 5 minutes, and my RAM usage dropped by 15%, making apps load faster.
Part 3: Bloatbox — Best Lightweight Companion Windows 10 Debloater
Bloatbox is a nimble windows 10 debloater designed to complement tools like O&O AppBuster, offering a lightweight way to remove Windows Store apps. Its simplicity and portability make it a great sidekick for quick cleanups. Here’s what it brings to the table.
Key Features:
-
Removes Windows Store apps, including system ones.
-
Compatible with Windows 10 and 11.
-
Portable, under 1MB, runs without installation.
-
Uninstalls user-installed Microsoft Store apps.
Pros:
-
Lightning-fast, completes cleanups in seconds.
-
Perfect companion to other debloaters.
-
Open-source, transparent code.
Cons:
-
Limited to apps, not telemetry or services.
-
Minimal interface lacks advanced options.
Notes: I used Bloatbox after O&O AppBuster to remove lingering Store apps like Solitaire. It took under a minute and cleared apps AppBuster missed, freeing up 2GB of space.
Part 4: Boost Productivity After Debloating with WPS Office
You’ve used a windows 10 debloater to strip your PC of bloatware, leaving it lean and lightning-fast—now it’s time to keep that momentum with software that matches its speed. WPS Office is a free, featherlight suite that outshines Microsoft 365 on a debloated Windows 10 system, offering robust tools without clogging your freshly cleaned machine. It’s the ideal companion to ensure your productivity soars while keeping your system uncluttered.
Benefits of WPS Office on a Debloated System:
-
Blazing Speed: Launches in under 2 seconds, even on low-spec PCs, complementing your system’s new agility.
-
Comprehensive Suite: Includes Writer, Spreadsheet, Presentation, and PDF Editor for all document tasks.
-
WPS AI Features: Auto-formats documents and summarizes notes, perfect for post-debloat cleanup logs or reports.
-
Tiny Footprint: 200MB installer minimizes disk usage, preserving your debloated PC’s efficiency.
-
Cloud Backup: Syncs files to WPS Cloud (1GB free) with encryption, safeguarding work from future crashes.
WPS Office’s minimal resource demands make it a lifesaver for a debloated system, ensuring no heavy processes slow you down. With over 10,000 free templates—resumes, budgets, slides—it lets you create pro-grade files in minutes, while WPS AI streamlines tasks like summarizing system logs or polishing reports. Unlike Microsoft Office’s bloated 4GB+ install, WPS feels like a breath of fresh air. I’ve relied on it after decluttering my PC, and it keeps my workflow silky-smooth without reintroducing lag.
After using O&O AppBuster to clear bloat, I installed WPS Office, and it opened instantly—faster than Microsoft Word ever did. Writing a project report in Writer was a breeze, and WPS AI cleaned up my formatting in seconds, saving me hours.
WPS Office is like a trusty co-pilot for your debloated PC—nimble, powerful, and ready to keep you productive without the extra baggage.
FAQs
Q1: Can debloating Windows 10 break the system?
Yes, a windows 10 debloater can disrupt your system if you remove critical services or apps, like system-protected components. Tools like the best windows 10 debloater, O&O AppBuster, offer reversal options and flag safe removals to minimize risks—always back up first.
Q2: Do I need admin rights to use a debloater?
Absolutely, running a windows 10 debloater requires admin rights to modify system files or apps. Launch tools like Windows10Debloater with “Run as Administrator” to ensure how to use windows 10 debloater works without permission errors.
Q3: Can WPS Office replace Microsoft Office after debloating?
Yes, WPS Office is a lightweight, free alternative that handles DOCX, XLSX, and PPTX files flawlessly, perfect for a debloated system. Its 200MB size and AI tools make it a lean, powerful replacement for Microsoft Office.
Summary
Debloating Windows 10 with a windows 10 debloater clears out pre-installed apps, telemetry, and services, boosting speed and freeing resources, especially on older PCs. O&O AppBuster offers a beginner-friendly GUI for app removal, Windows10Debloater provides deep script-based control, and Bloatbox is a lightweight companion for quick cleanups, all available via windows 10 debloater tool download from trusted sources. After decluttering, WPS Office keeps your lean system productive with its free, 200MB suite, offering Writer, Spreadsheet, Presentation, and PDF tools, plus WPS AI for formatting and summarizing, and cloud sync to safeguard files.
Comparison Table: Best Windows 10 Debloater Tools in 2025
Tool |
Key Features |
Supported Bloat |
Ease of Use |
Pricing |
O&O AppBuster |
Uninstall hidden apps, portable, reversible |
System apps, Store apps |
Beginner-friendly |
Free |
Windows10Debloater |
GUI/script modes, telemetry removal |
Apps, telemetry, Cortana, tasks |
Advanced |
Free (open-source) |
Bloatbox |
Fast Store app removal, portable |
Store apps, user-installed apps |
Moderate |
Free (open-source) |
Число программ для настройки и очистки или «твикеров» Windows исчисляется десятками, о многих о них уже было написано на сайте, например, в статье Лучшие программы для настройки Windows 10.
В этом кратком обзоре о ещё одной такой программе — Windows 11 Debloater и её же варианте для предыдущей версии ОС — Windows 10 Debloater, функциях и использовании.
Использование Windows 11 Debloater и Windows 10 Debloater
На сайте разработчика представлены две версии Windows Debloater — для Windows 11 и Windows 10, обе имеют русский язык интерфейса и очень похожи по функциям, за исключением отдельных пунктов, применимых лишь к одной из версий системы. Скачать каждую из версий можно с официального сайта:
- Windows 11 Debloater
- Windows 10 Debloater
После запуска язык интерфейса будет выбран автоматически, если потребуется его изменить — используйте пункт «Language» в главном меню программы. Как и для других подобных инструментов, перед началом использования рекомендую создать точку восстановления системы.
Интерфейс программы разбит на несколько вкладок, на каждой из которых доступны те или иные настройки или действия. В описании далее — Windows 11 Debloater, но и в версии для Windows 10 всё аналогично.
- EZ Debloater — основные действия по отключению функций и элементов Windows или их включению. Здесь же производится запуск применения выбранных базовых настроек с помощью кнопки «Запустить скрипт».
- Advanced Debloater — отключение некоторых системных функций с предустановленными профилями, оптимизированных для ПК, ноутбука, минимального использования ресурсов или виртуальной машины.
- 3-я сторона — установка и удаление популярных сторонних программ.
- Приложения Windows — установка и удаление встроенных приложений Windows 11/10.
- Пользовательский интерфейс и персонализация — настройка поведения элементов пользовательского интерфейса, скрытие и показ системных значков, расположения панели задач и другие. Пункты на английском языке, но если задержать указатель мыши, появится всплывающая подсказка с описанием на русском (актуально и для других разделов программы).
- Конфиденциальность и Телеметрия — отключение или включение соответствующих функций Windows.
- Один диск — пункт для удаления или установки OneDrive.
- Система — настройки системных функций, таких как сетевое обнаружение, гибернация, планы электропитания, показ или скрытие кодов BSoD, автоматическая очистка диска и другие.
- Стартовое меню — настройки меню Пуск, в частности: показ или скрытие недавно установленных приложений, запуск PowerShell от имени администратора из меню Пуск.
- UWP-приложения — отключение или включение автозагрузки встроенных UWP-приложений Teams и Cortana.
- Игры — пара настроек, имеющих отношение к играм: подсказки Xbox и планирование GPU.
- Защитник и безопасность — настройки функций защиты Microsoft Defender, без полного отключения. Если требуется, вы можете полностью отключить Microsoft Defender другими способами.
- Контекстное меню — скрытие и показ стандартных пунктов в контекстном меню Windows.
- Другой — другие параметры, в частности — размер панели задач и изменение некоторых других её параметров.
Чтобы применить настройки, сделанные во всех вкладках, кроме первой, перейдите на вкладку «Выход» и нажмите кнопку «Вывод PowerShell».
Это выведет скрипт PowerShell, выполняющий все запрошенные операции, который можно либо сохранить на компьютере, либо запустить прямо с этой вкладки.
Подводя итог:
- Windows 11 Debloater и Windows 10 Debloater — интересный продукт, есть полезные настройки, которые часто востребованы.
- Набор доступных настроек кажется не полным: многие другие общеизвестные и часто используемые опции можно было бы добавить в уже имеющиеся категории (к тому же механизм их применения тот же), но по какой-то причине они отсутствуют.
- Функция вывода всех примененных действий в свой скрипт PowerShell — хорошо и может быть полезным для тех, кто постоянно использует собственный набор твиков системы.
Now with Windows 11 support! With this FREE software, ysou can easily create a PowerShell script file using a Graphical User Interface (GUI Front End) that you can run to tweak/”Debloat” Windows 10/11. You can make Windows 10/11 more lean. Tailor your Windows for gaming! Works on versions Windows 10 LTSC:1809/21H2 – 2019 and 2021, and Windows 10/11:22H2/23H2/24H2 – 2022, 2023 and 2024 and Windows 11 LTSC:24H2 – 2024!
LINK to Download: https://github.com/farag2/Sophia-Script-for-Windows
SOURCES, REFERENCES & IMPORTANT NOTICES
We now work with farag2 (Dmitry Nefedov) the creator of Windows 10/11 ‘Sophia Script for Windows‘: https://github.com/farag2/Sophia-Script-for-Windows. Our tool is basically a front-end/GUI wrapper for the source scripts to make things easier to choose the many options. Check updates to see what we have added. farag2’s GitHub now hosts our wrapper. We try to work with farag2/Dmitry to update the main script when we find anything that needs work. We are getting more involved with his projects.
NOTICE 1: During the PowerShell script run you will still encounter prompts requiring your attention. So be near your computer to input your responses.
NOTICE 2: This program only reads from JSON files mostly. Almost everything is done through these files so you can modify every option.
ABOUT PROGRAM: We are beginner programmers so things look quite ‘beginner-level’. The whole idea of this Front End/GUI Wrapper was to build a ‘selection form builder’ to create selection options from reading simple JSON files so anyone could add their own options to the program themselves via adding to or removing from it. This way we don’t have to come back and hardcode new options. Therefore the program is end-user maintainable, fixable and shareable. Also, by creating a PowerShell script, it is now portable and shareable without the GUI wrapper. We are trying to improve it. Check Future Updates.
README
This program creates a PowerShell script file that you can run to tweak/’Debloat’ Windows 10/11. Please choose to create a restore point in ‘System Protection’ tab so you can safely use this tool.
NEW CHANGE: The wrapper can be launched anywhere (no more copying the wrapper files to the ‘Sophia’ script folder) but you must import the ‘Sophia.ps1’ file to import your preset and to get the path for files to run. If you do not open ‘Sophia.ps1’ then the Wrapper controls are disabled. Your ‘Sophia.ps1’ must be in ‘Sophia script folder’ that includes the other files as it needs the other files to run. The options are arranged in different tabs and there is a Sophia and Windows Default preset in the Presets menu so you can debloat a set of options or revert back to defaults. You can choose the Sophia preset first and then add your own choices. Create your own “Sophia.ps1” file to share and read with the wrapper. There are ToolTips balloon message popups for detailed info for each label and option. There is ‘Opposite’ selection to choose alternate choices. There is language selection for ToolTips and UI.
HOW TO USE
Installation
Sophia Script Wrapper can be used without installation. Navigate to the GitHub “Releases” page and download the “Wrapper” zip and appropriate “Script” zip for your Windows version.
Usage
- Click “Import | Export” menu item and click “Import Preset” and browse to the “Script” folder (on Desktop for example) and open “Sophia.ps1”
- The Wrapper’s controls should be enabled now for you to choose your selections. Most of the controls of each tabs should be filled with the imported “Sophia.ps1” selections. “Sophia.ps1” contains the “Sophia Preset” which is recommend selections.
- Go to the “Console Output” to see the PowerShell script created from your selections and click the “Run PowerShell” button to execute the script. The “Run PowerShell” button creates overwrites imported “YOUR.ps1” and runs it. It makes a backup of “Sophia.ps1” called “Sophia_original.ps1” if import file is called “Sophia.ps1”.
Manually Run
Save (Export) the PowerShell script generated from your selections as whatever you want with Sophia files (see heading FILES below heading Sophia Files) and run it using the following commands.
Launch PowerShell (Run as administrator) and navigate to where your script is.
- Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
- ./YOUR_SCRIPT.ps1
YOUR_SCRIPT is the exported save file you named.
VIDEO WALKTHROUGH
COMPARISON
UPDATES
Future Updates / Upcoming Developments
SophiApp released (Full GUI version of Sophia Script: CLICK HERE!). We will continue to update the wrapper program to work with future Sophia scripts alongside SophiApp. Almost finished v3.0 of Wrapper using WinUI3 and C#.
Update v2.7.17
Moved ‘Console Output’ to top, fixed ‘Clear’ search, fixed disabled tabs when importing LTSC versions
Update v2.7.16
Refactor, put back ‘Presets’ menu translation, fixed ‘Set-Association’ – Can add association to textboxes even when the ‘+/Plus’ button has not been pressed yet. It adds a spot for you. Before it crashed the whole program when pressing ‘Save’
Update v2.7.15
Fixed JSON, control ‘cmbcmb’ renamed to ‘cmbs’ which is used for ‘UserFolders’ in Windows 10, Autosave feature added – saves to Sophia Script folder after 5 mins to a file called ‘autosave.ps1’, JSON created for Wrapper to change setting in wrapper, refactor more
Update v2.7.14
Refactor and Changed Manifest file name from Sophia.psd1 to SophiaScript.psd1
Update v2.7.13
Wrapper JSON dependent, fixes, Red color to indicate disabled tabs for LTSC versions
Update v2.7.12
Added more translated tags, add “Clear Tab” and “Clear Everything” menu options.
Update v2.7.11
“Install-DotNetRuntimes -Runtimes” and “Install-VCRedist -Redistributables” name change support.
Update v2.7.10
Set-ConsoleFont.ps1 is now included with Wrapper to set to ‘Consolas’ font during Wrapper use with PowerShell 5.1.
Update v2.7.9
Fix order of functions in System Region.
Update v2.7.8
Fixed bug: .NET Runtimes options cutting off
Update v2.7.7
Fixed crashing because of StorageSense option, Refactor, CheckFileExists uses entire path internally
Update v2.7.6
Fixed LTSC handling, renamed variable for PS1 import not being in Sophia Script folder
Update v2.7.5
Added check for PS1 import must be in Sophia Script folder to import
Update v2.7.4
Fixed order of ‘Set-Association’ function, refactor a bit
Update v2.7.3
Support for Windows 11 LTSC 24H2 – 2024
Update v2.7.2
Fixed ‘Search’
Update v2.7.1
Warning message instead of closing program if files are not all present
Update v2.7.0
Updated colors for each theme (match SophiApp V1 theme) and coded more correctly according to industry standards, clean up code
Update v2.6.20
Code refactoring: proper variable naming, removed experimental code, removed extras, added regions
Update v2.6.19
Fixed Set-Association so it can include spaces in filepath for all conditions, some refactoring internal code
Update v2.6.18
Fixed Set-Association so it can include spaces in filepath. More organized output console
Update v2.6.17
Fixed bug crash when searching for options in Windows 10
Update v2.6.16
Added support for InstallDotNetRuntimes control, fixed bugs
Update v2.6.15
Add search ability
Update v2.6.14
Cleaned up JSON handling for Set-Association
Update v2.6.13
Removed JSON files ‘Id’ property
Update v2.6.12
UserFolders function (new control) added and bug fixes
Update v2.6.11
Fixed bug where wrapper does not launch if no Internet, Checks if PowerShell is installed before running
Update v2.6.10
Added support for function “Set-Association” in “System” region
Update v2.6.9
Changed option ‘None’ to ‘Skip’, fixed bugs
Update v2.6.8
Console output now includes comments (from ToolTips), Reorganized JSONs (Control order), Fixed bugs and Renaming Tabs
Update v2.6.7
Fixed window size and fixed translation
Update v2.6.6
Fixed JSON configs and minor changes
Update v2.6.5
Bug fixes: SnapAssistFlyOut function removed for Windows 11, Checks function auto-select -Warning
Update v2.6.4
Checks option auto-select removed
Update v2.6.3
Minor addition: OneDrive -ForAllUsers function support
Update v2.6.2
Add “before_after.json” to allow to add functions names before and after user selection in PowerShell script output
Update v2.6.1
Fix bugs
Update v2.6.0
Fix bugs
Update v2.5.9
Added new control that combines combobox and checkboxes (PreventEdgeShortcutCreation in System tab)
Update v2.5.8
Fixed some bugs, Added Discord link
Update v2.5.7
Output PowerShell: Refresh Console before Export, Output DNSoverHTTPS for other languages other than English
Update v2.5.6
Fixed minor UI bug, Resized width of window for Russian and fixes scrolling per tab
Update v2.5.5
Hotfixes
Update v2.5.4
Added category “Update Policies”
Update v2.5.3
More validation for JSON added, Backup of “Sophia.ps1” to “Sophia-original.ps1” if using import ps1 file called “Sophia.ps1”, Otherwise if importing “x.ps1”, the file will be overwritten if the “Run PowerShell” button is used
Update v2.5.2
Cleaned up JSONs, Cleaned up code, Added Portuguese-Brazil (pt-BR), JSON validation checker in wrapper: messagebox will popup telling you location of JSON error, Added support for LTSC 2021
Update v2.5.1
Cleaned up code, Fixed typos in JSONs, Added Spanish (es-ES), Fixed UI
Update v2.5
More JSONs. Split up Windows 10 and Windows 11 config and tooltip JSONs files, Console Textbox is now resizable, Moved “Save As” button to ‘Export Preset’ in ‘Import/Export Preset’ menu
Update v2.4
German translation updated, Must import “Sophia.ps1” before using wrapper now – the controls are disabled to do this, UI changes (color to highlight important controls) and bug fixes
Update v2.3
German translations, Added icons to tabs, fixed bugs, UI changes
Update v2.2
Updated to support Windows 11 along with 10. Fixed a number of bugs. UI and ToolTip JSON files. Links to Telegram chat for support (News channel and Chat Channel)
Update v2.1
Improved UX, All settings were moved to JSON file (3,600 lines), UI changes
Update v2.0.2
Fixed runtime error, Fixed PowerShell 7.1 launch (detects 5.1 or 7.1 and uses appropriate PowerShell to launch either), Added online check for the latest Wrapper version. If you are using old version it will exit. Added online check for the latest imported script version. If you are using old version it will disable directly running (run PowerShell button disabled), UI changes
Update v2.0.1
Added “Opposite” selection, language selection, Russian ToolTips, and fixed some bugs
Update v2.0
Redesigned UI/UX with modern UI and optional theme changes “Dark/Light”
FILES
NEW CHANGE: The wrapper can be launched anywhere after unzipping ZIP package (no more copying the wrapper files to the ‘Sophia’ script folder) but you must import the ‘Sophia.ps1’ file to import your preset and to get the path for files to run. If you do not open ‘Sophia.ps1’ then the Wrapper controls are disabled. Your ‘Sophia.ps1’ must be in ‘Sophia script folder’ that includes the other files as it needs the other files to run.
Wrapper Files
The most settings are stored in a JSON file stored in a folder “Config”. There are currently 3 languages for UI and ToolTips: English, Russian and German in separate JSON files. Please help with translations for everyone to use.
►Sophia Script Wrapper.exe : The GUI program.
►wrapper_config.json : JSON that contatins the configuration settings for the GUI program.
►Set-ConsoleFont.ps1 : PS1 that is run to set PS console to correct font when running PS version 5.x.
►config_Windows_1x.json: JSON that contains the options (function names), Win10/11, Sophia preset and Windows Default preset. LTSC version.
►before_after.json: JSON that contains the options (function names) for before and after the user selections for PowerShell script output.
►tooltip_Windows_1x.json : JSON that contains translations for ToolTips/comments above functions. Currently just 3 languages EN, RU, DE translations.
►tag.json : JSON that contains translations for tags. Currently just 3 languages EN, RU, DE translations.
►ui.json : JSON that contains translations for UI. Currently just 3 languages EN, RU, DE translations.
Sophia Files
►Sophia.ps1 : farag2 Original Windows PowerShell Script. Make a copy of this file for backup. Open this file to import preset and to get path for files to run directly the script you create.
►SophiaScript.psd1 : farag2 Windows PowerShell Data File.
►Sophia.psm1 : farag2 Windows PowerShell Script Module.
►Import-TabCompletion.ps1 : farag2 PowerShell Script to run functions with tab autocompletion
The folders are localized language files for prompts during the PowerShell execution each with a PowerShell Data File ‘Sophia.psd1’.
►de-DE
►en-US
►es-ES
►fr-FR
►hu-HU
►it-IT
►pl-PL
►pt-BR
►ru-RU
►tr-TR
►uk-UA
►zh-CN
ALTERNATIVES
SophiApp is the full GUI version of Sophia Script. It is made in pure C# and WPF. Features all the functions of the Sophia Script in a standalone/portable EXE. Link: https://github.com/Sophia-Community/SophiApp
We have an alternative on our second site called Windows 11 Debloater. It has an ‘EZ Debloater‘ page with buttons to quickly debloat and ‘Advanced Debloater‘ with 4 presets and ‘Fine-Tuning Debloater‘ with hundreds of options. Link: https://freetimetech.com/windows-11-debloater-tool-debloat-gui/
We have an alternative on our second site called Windows 10 Debloater. It has an ‘EZ Debloater‘ page with buttons to quickly debloat and ‘Advanced Debloater‘ with 4 presets and ‘Fine-Tuning Debloater‘ with hundreds of options. Link: https://freetimetech.com/windows-10-clean-up-debloat-tool-by-ftt/
We also have Optimize-Offline Front End. Optimize-Offline is a Windows Image optimization module for Windows 10. Our tool allows to easily change Optimize-Offline JSON configuration setting file using a GUI and Run O-O. Link: https://benchtweakgaming.com/2020/11/01/optimize-offline-gui-tool-front-end/
NOTE
WARNING! We are not responsible for any problems you may encounter using our software. Please read the instructions and watch the video carefully before using.