Remove HP System Information

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

HP OEM software for displaying system information

App-ID
AD2F1837.HPSystemInformation

Entfernungsbefehl

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