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 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.