Remove Dell SupportAssist

OptionalNot selected by default (system app)

Dell OEM support, diagnostic, and update tool

App ID
DellInc.DellSupportAssistforPCs

Removal Command

Remove Dell SupportAssistPowerShell
# Remove Dell SupportAssist (DellInc.DellSupportAssistforPCs)
Get-AppxPackage -Name "DellInc.DellSupportAssistforPCs" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "DellInc.DellSupportAssistforPCs" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator