Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.12 KB

Debloat Windows 11

⚠️ Deprication WARNING
> deprecated. Please use rufus & winutil

Debloat your windows 11 install with ease. Still work in progress. Some features might be missing.

Change Executionpolicy

Open PowerShell with elevated permissions.

Set-ExecutionPolicy Unrestricted

Select A for all.

Clone the repo

git clone https://github.com/kdpuvvadi/debloat-windows11.git

Quick run

iwr https://puvvadi.me/debloat11 | iex

or

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.

License

MIT