Remove Dell SupportAssist

OptionalStandardmäßig nicht ausgewählt (System-App)

Dell OEM support, diagnostic, and update tool

App-ID
DellInc.DellSupportAssistforPCs

Entfernungsbefehl

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