Skip to content

kdpuvvadi/debloat-windows11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debloat Windows 11

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