ACPI\HPIC000C is present if HP Application Driver is enabled in the BIOS.

  1. Open PowerShell as an administrator.
  2. Copy and paste the following script:
$BiosSetup = Get-WmiObject -class hp_biossettinginterface -Namespace root\hp\instrumentedbios
foreach ($Conf in $BiosInfo) {
  $Param = $conf.Name
  If ($Param -eq 'HP Application Driver')   {$BiosSetup.SetBIOSSetting('HP Application Driver','Disable')}
}
  1. Run the script.
  2. Restart your computer for the changes to take effect.

For more details on the ACPI\HPIC000C device, you can refer to the HP Customer Support page.


0 commentaire

Laisser un commentaire

Emplacement de l’avatar

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.