Remove Dell SupportAssist

OptioneelNiet standaard geselecteerd (systeem-app)

Dell OEM support, diagnostic, and update tool

App-ID
DellInc.DellSupportAssistforPCs

Verwijdercommando

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