News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

how to change windows welcome screen

Started by dexter, August 19, 2008, 09:14:03 PM

Previous topic - Next topic

dexter

Hi,

I'd like to add a text or logo to windows welcome screen, any idea how can I do it ?


Thanks,
Dexter

hutch--

Dexter,

Depending on the version, you must look for the bitmap image that is displayed at startup and modify it. It used to be a normal method for OEM computer vendors when they supplied a computer with Windows installed.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

PBrennick

Dexter,
I have Windows XP Home Edition.

c:\windows\system32\oemlogo.bmp is the manufacturers logo that first appears.
c:\windows\system32\setup.bmp is the logo that appears when windows begins to start.

-- Paul
The GeneSys Project is available from:
The Repository or My crappy website

dexter

I can't find a oemlogo.bmp, anyway it's difficult to change that using winapi, because I would include in resource about 40 bitmaps in different language :)

hutch--

You only need to store the text, load the bitmap and BitBlt the text to where you want it on the bitmap and then display it.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

lingo

If you have Vista SP1 try this:

TuneUp Utilities' 2008

Customize Windows ->TuneUp Styler->Change boot screen :wink