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

Powershell script to debloat the Windows 11 Installation with GUI.

License

Notifications You must be signed in to change notification settings

kdpuvvadi/debloat-windows11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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