79309976

Date: 2024-12-26 16:49:39
Score: 3
Natty:
Report link

You're missing the -AllUsers switch after the pipe for Remove-AppxPackage.

The correct command should be Get-AppxPackage -AllUsers -Name $bloat | Remove-AppxPackage -AllUsers

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sebastian