Created
February 27, 2026 16:50
-
-
Save ianjennings/30380fcdd4b0d58a3e63cc984b3b063d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Launch Win11Debloat with selected parameters | |
| & ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -Silent -RunDefaults | |
| -RemoveApps | |
| -RemoveHPApps | |
| -RemoveDevApps | |
| -RemoveGamingApps | |
| -DisableTelemetry | |
| -DisableSuggestions | |
| -DisableDesktopSpotlight | |
| -DisableLockscreenTips | |
| -DisableSettings365Ads | |
| -DisableSettingsHome | |
| -DisableBing | |
| -DisableTransparency | |
| -DisableAnimations | |
| -DisableWidgets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment