Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdpuvvadi/debloat-windows11
Powershell script to debloat the Windows 11 Installation with GUI.
https://github.com/kdpuvvadi/debloat-windows11
debloat-script debloater powershell windows-11-debloat windows11
Last synced: 3 months ago
JSON representation
Powershell script to debloat the Windows 11 Installation with GUI.
- Host: GitHub
- URL: https://github.com/kdpuvvadi/debloat-windows11
- Owner: kdpuvvadi
- License: mit
- Archived: true
- Created: 2021-11-10T04:20:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:27:07.000Z (5 months ago)
- Last Synced: 2024-09-24T21:02:22.268Z (3 months ago)
- Topics: debloat-script, debloater, powershell, windows-11-debloat, windows11
- Language: PowerShell
- Homepage:
- Size: 162 KB
- Stars: 110
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debloat Windows 11
| :warning: Deprication WARNING |
|:----------------------------|
| > deprecated. Please use [rufus](https://github.com/pbatard/rufus) & [winutil](https://github.com/christitustech/winutil) |Debloat your windows 11 install with ease.
Still work in progress. Some features might be missing.## Change Executionpolicy
Open PowerShell with elevated permissions.
```powershell
Set-ExecutionPolicy Unrestricted
```Select `A` for all.
## Clone the repo
```Powershell
git clone https://github.com/kdpuvvadi/debloat-windows11.git```
## Quick run
```powershell
iwr https://puvvadi.me/debloat11 | iex
```or
```powershell
iwr https://git.io/debloat11 | iex
```## Run
- Right click on the debloat.ps1 and select `run with powershell`.
- Accept the UAC prompt.
- click on the features/bloat you would like to remove or add.## Feedback/Support
If you have any feedback or need help, please open an issue on the repo.
## Acknowledgements
This is based on windows10debloater by Sycnex.
- [Windows10Debloater](https://github.com/Sycnex/Windows10Debloater)
## License
[MIT](https://choosealicense.com/licenses/mit/)