Remove HP AI Experience Center

OpzionaleNon selezionata per impostazione predefinita (app di sistema)

HP OEM software, AI-enhanced features and support

ID app
AD2F1837.HPAIExperienceCenter

Comando di rimozione

Remove HP AI Experience CenterPowerShell
# Remove HP AI Experience Center (AD2F1837.HPAIExperienceCenter)
Get-AppxPackage -Name "AD2F1837.HPAIExperienceCenter" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "AD2F1837.HPAIExperienceCenter" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator