Remove HP AI Experience Center

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

HP OEM software, AI-enhanced features and support

App-ID
AD2F1837.HPAIExperienceCenter

Entfernungsbefehl

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