Customizable and safe Windows 10/11 Batch debloater that supports reinstallation of applications.
Go to file
speedie 689b5f1d60 Remove comments
The code is self explanatory, so it just doesn't make sense to have
comments on every line.
2023-06-25 02:36:29 +02:00
LICENSE Update elevendebloater to 1.0 2022-12-26 15:55:35 +01:00
README.md . 2023-06-25 02:34:59 +02:00
elevendebloater.bat Remove comments 2023-06-25 02:36:29 +02:00

README.md

elevendebloater

Windows "debloater" specifically for Windows 11 (now with 10 support) that relies on the App Installer and "winget".

Pros

  • Very easy to customize depending on what you want to delete & what to keep
  • Can easily be fixed when more shit is added to Windows 11.
  • Batch script so the "source" is always public
  • Now allows easy reinstallation of deleted apps
  • Doesn't require admin if you manually enable it

Cons

  • Requires modification to the script if you want customization
  • Maybe (definitely) bad code

Before running

Please run "winget list" in CMD and accept the terms. Otherwise nothing will be uninstalled. Actually 0.95 may have fixed this problem by doing it automatically. Still try this if you can't get it to work!

How to use

Download the latest script from well, the latest release and run it. Then just follow the on screen instructions.

Configuring

Elevendebloater allows you to change some basic settings. Do this by editing the script directly. See the comments at the top.

License information

Copyright (C) 2021-2023 speedie (speedie.site/speedie.gq)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.