Remove HP System Information

OpcionalNão selecionado por padrão (aplicativo do sistema)

HP OEM software for displaying system information

ID do Aplicativo
AD2F1837.HPSystemInformation

Comando de Remoção

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