Remove Dell SupportAssist

OpzionaleNon selezionata per impostazione predefinita (app di sistema)

Dell OEM support, diagnostic, and update tool

ID app
DellInc.DellSupportAssistforPCs

Comando di rimozione

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