Skip to content

Instantly share code, notes, and snippets.

@amunchet
Last active February 28, 2023 23:16
Show Gist options
  • Save amunchet/fcba47e1a20cb1d7131c09967d39a2aa to your computer and use it in GitHub Desktop.
Save amunchet/fcba47e1a20cb1d7131c09967d39a2aa to your computer and use it in GitHub Desktop.
Windows 10 debloat

Debloat Windows 10

  1. Open Powershell.
  2. Type Get-AppxPackage | Remove-AppxPackage.
  3. Ignore any error messages about packages that can't be removed, it's fine.

Gotchas

This can break some game loaders (Steam too probably).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment