Remove HP System Information

OptionnelNon sélectionnée par défaut (application système)

HP OEM software for displaying system information

Identifiant de l'application
AD2F1837.HPSystemInformation

Commande de suppression

Remove HP System InformationPowerShell
# Remove HP System Information (AD2F1837.HPSystemInformation)
Get-AppxPackage -Name "AD2F1837.HPSystemInformation" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "AD2F1837.HPSystemInformation" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator