-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Desktops
- Desktop Boot and Lockup
- Removing custom splash logo and getting back original hp log...

Create an account on the HP Community to personalize your profile and ask a question
01-26-2022 05:11 AM
Hi, Thanks for your time. When I googled, I found these links https://developers.hp.com/hp-client-management/doc/Set%E2%80%90HPFirmwareBootLogo and https://developers.hp.com/hp-client-management/doc/clear%E2%80%90hpfirmwarebootlogo, please have a look, but got some error because I don't know what to put for this part "-file my file.jpg". I created a hp logo and put the file path. I wasn't successful.
PS C:\> Clear-HPFirmwareBootLogo -file myfile.jpg
01-26-2022 02:59 PM
@Nathan_Burma -- I don't know what to put for this part "-file my file.jpg".
I created a hp logo and put the file path. I wasn't successful.
PS C:\> Clear-HPFirmwareBootLogo -file myfile.jpg
The above command assumes that the file named "C:\myfile.jpg" exists.
Substitute the actual file-path and file-name, e.g., "C:\Users\Nathan_Burma\Downloads\HP-default.jpg" if the file "HP-default.jpg" exists within the "Downloads" folder on your computer.
01-27-2022 03:31 AM
Hi, Thanks for answering all my questions. Here are some of the errors I encountered. First of all I have to install HP Client Management Script Library and when I run the commands, it showed like that:
PS C:\WINDOWS\system32> Set-HPFirmwareBootLogo -file "C:\Users\Nay\Downloads\Documents\hewlett-packard-logo.jpg"
Set-HPFirmwareBootLogo : The 'Set-HPFirmwareBootLogo' command was found in the module 'HP.Firmware', but the module could not be loaded. For more information, run 'Import-Module HP.Firmware'.
At line:1 char:1
+ Set-HPFirmwareBootLogo -file "C:\Users\Nay\Downloads\Documents\hewlet ...
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-HPFirmwareBootLogo:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
01-27-2022 10:13 AM
@Nathan_Burma -- run 'Import-Module HP.Firmware'
If you type the PowerShell command: Import-Module HP.Firmware
what happens? Error message?
If no error message, try the Set-HPFirmwareBootLogo -file ...........
command. What happens?
- « Previous
-
- 1
- 2
- Next »