Clear-HPFirmwareBootLogo



Summary

Removes any active custom boot logo

Syntax

Clear-HPFirmwareBootLogo [[-Password] <String>] [<CommonParameters>]

Description

This command removes any custom boot logo and reverts the boot logo back to the HP logo.

Parameters

Name Argument Description
Password <String> Specifies the BIOS setup password, if any. Use single quotes around the password to prevent PowerShell from interpreting special characters in the string.

Notes

  • Requires HP BIOS
  • This command requires elevated privileges.
  • Due to a BIOS limitation, this command will not succeed when HP Sure Admin is enabled.

Examples


PS C:\> Clear-HPFirmwareBootLogo -file myfile.jpg

See also