Remove Messaging

SafeSelected for removal by default

Messaging app, often integrates with Skype (Largely discontinued)

App ID
Microsoft.Messaging

Removal Command

Remove MessagingPowerShell
# Remove Messaging (Microsoft.Messaging)
Get-AppxPackage -Name "Microsoft.Messaging" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.Messaging" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator