Bharat Balegere 's Undocumented Tech Tips

Change Windows XP's splash screen-The easy way

The most common way of editing Windows XP’s boot screen is by editing ntoskrnl.
There is a more simple way of changing the boot screen.The only drawback is that the progress bar leaves a trail.

First make create 16 bit 640*480 image and save it as boot.bmp in ‘c:\windows’ directory
Click Start|Run and type c:\boot.ini.
The file opens in Notepad.
Look for an entry similar to this.

"multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect"

Add /noguiboot /bootlogo at the end of the line so that it looks like this.

"multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /noguiboot /bootlogo"

We add the /noguiboot switch to remove the existing splash screen.
We add the /bootlogo switch to add our own image.

Enjoy!
Just make sure the image is 16 bit colour and the resolution 640*480 px

 

Like This Post ?

RSS Digg Twitter StumbleUpon Delicious Technorati Reddit Facebook Mixx Diigo Google Yahoo

One Comment

Trackbacks and Pingbacks

Leave a Comment


Name (required)

Mail (will not be published) (required)

Website

Comment

Spam Protection by WP-SpamFree