Windows11Debloater 1.0 Free Download and offline installer for Windows 11. Microsoft App Installer for Windows 11, it is a PowerShell script for advanced users to debloat Windows 11.
Overview of Windows11Debloater (PowerShell script to debloat Windows 11)
Microsoft App Installer for Windows 11 makes sideloading Windows 11 apps easy: Just double-click the app package, and you won't have to run PowerShell to install apps. App Installer presents the package information like app name, publisher, version, display logo, and the capabilities requested by the app.
Use Windows11Debloater:
Make sure that you have installed App Installer from Windows Store.
Run PowerShell as Administrator and enter:
Set-ExecutionPolicy RemoteSigned
Run Windows11Debloater.ps1 script by right clicking and selecting 'Run with PowerShell'
If you want to edit (add or remove) programs list edit Windows11Debloater.ps1 file with notepad. You can get list of programs by running 'winget list' in PowerShell. Make sure to copy name of the program.
When you are done, you can set the policy back to its default value with:
Set-ExecutionPolicy Restricted
or
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser