https://github.com/bajicdusan/Windows11Debloater
Windows 11 Debloater
https://github.com/bajicdusan/Windows11Debloater
debloat debloat-script debloater w11 windows windows-11 windows11
Last synced: 5 months ago
JSON representation
Windows 11 Debloater
- Host: GitHub
- URL: https://github.com/bajicdusan/Windows11Debloater
- Owner: bajicdusan
- Created: 2021-10-06T11:21:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T23:47:48.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:06:26.412Z (9 months ago)
- Topics: debloat, debloat-script, debloater, w11, windows, windows-11, windows11
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - bajicdusan/Windows11Debloater - Windows 11 Debloater (PowerShell)
README
# Windows 11 Debloater
Make sure that you have installed App Installer from Windows Store. https://www.microsoft.com/store/productId/9NBLGGH4NNS1
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