-
×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
- Re: Removing custom splash logo and getting back original hp...

Create an account on the HP Community to personalize your profile and ask a question
01-24-2022 12:37 AM - edited 01-24-2022 12:40 AM
Hello,
I recently bought second hand hp Z840 workstation for my cad applications. As soon as I turned on the machine, the custom splash logo (from an organization) appeared instead of the hp logo that I expected. It is quite annoying for me. I tried so many ways to hide the current logo and show the original splash logo, but it hasn't been successful yet. I see a post on this hp community web page from this link
Even though it was said an accepted solution, the DOS commands are not working when I tried. I updated Bios with latest version which came out in 2021. Can anybody help me out with this? May be I am not good at coding in DOS mode. Thanks.
01-24-2022 01:05 AM
@Nathan_Burma -- the DOS commands are not working when I tried
Character for character, what command did you enter?
Exactly what error-message was produced after you pressed ENTER ?
P.S. There seems to be at least one "typo" in that other discussion thread. That does not help!
01-24-2022 01:53 AM
I started with change directory, so in the dos mode,
At the very first prompt, I failed. my USB boot name is drive I,
so , I type C:\> cd I
and then it said, CHDIR failed for 'I'
Could you please point out the possible codes shown in other post? Thanks.
01-24-2022 02:16 PM
hi
check this
was this reply helpful , or just say thank you ? Click on the yes button
Please remember to mark the answers this can help other users
Desktop-Knowledge-Base
Windows 11 22h2 inside , user
------------------------------------------------------------------------------------------------------------
01-24-2022 05:40 PM - edited 01-24-2022 05:44 PM
@Nathan_Burma -- At the very first prompt, I failed. my USB boot name is drive I,
so , I type C:\> cd I
and then it said, CHDIR failed for 'I'
At the prompt, if you just press the ENTER key, you will see a "prompt", namely "C:\ >".
That is the prompt that tells you that your computer is ready to accept the next command.
So, just type: I: and press ENTER.
The prompt will change, namely to "I:\ >", to indicate that you are now working against the "I:" drive-letter.
Your next input could be something like CD directory_name followed by the ENTER key.
The next prompt becomes "I:\directory_name >", to indicate that you are now working in the "directory_name" folder on the "I:" drive-letter.
From the other thread:
At DOS prompt, change directory to *:\DOSFlash (* is the Flash Drive root drive letter)
So, the commands you need to enter are:
- I:
- CD DOSFlash
in order for that folder on your USB device to become the current "working-folder".
01-25-2022 01:37 AM - edited 01-25-2022 09:56 AM
@Nathan_Burma -- I am guessing that when Windows is running, your USB stick is assigned as "I:".
But, when you boot from the USB stick, it is assigned a different drive-letter.
So, just experiment:
- Enter one "D", then one "colon" (if I type the "D" followed by the "colon", this web-site changes the 2 characters to a "sad-face" emoji)
- Press Enter
- Enter DIR
- Press Enter
- If the "directory-listing" produced by the above DIR command shows some of the files on your USB stick, you have success.
- Otherwise, enter E:
- Repeat #2 through #5
- If no success, enter F:
- Repeat #2 through #5
- If no success, enter G:
- Repeat #2 through #5
- If no success, enter H:
- Repeat #2 through #5
- If you notice that there is a pattern to this madness, above, keep going all the way to entering Z: --- or until you achieve success.
Good luck!
01-25-2022 04:23 PM
Yeah, It shows as drive C, a bit weird, when I type dir, it showed Directory of C:\ and all of my files in USB drive. But I can't change the directory to USB drive letter. I type as you mentioned earlier (CD DOSFlash), it doesn't work.
01-25-2022 05:19 PM
@Nathan_Burma -- when I type dir, it showed Directory of C:\ and all of my files in USB drive. But I can't change the directory to USB drive letter.
It makes some sense that you see your USB files on "C:", because you booted from the USB.
When running Windows, insert the USB memory-stick. Persumably, it will become the "I" drive-letter.
View the folder-names in the "root-directory" of that drive-letter.
Do you see a folder named "USBFlash" ?
If you do not see it while running Windows, you will not see it after booting from that USB memory-stick.
This implies that the instructions given in that other discussion-thread are not 100% accurate for your situation.