Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created February 27, 2026 16:50
Show Gist options
  • Select an option

  • Save ianjennings/30380fcdd4b0d58a3e63cc984b3b063d to your computer and use it in GitHub Desktop.

Select an option

Save ianjennings/30380fcdd4b0d58a3e63cc984b3b063d to your computer and use it in GitHub Desktop.
# 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