Written By Bharat Balegere. On Aug 08. In Windows
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.
Add /noguiboot /bootlogo at the end of the line so that it looks like this.
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













Thanks – really quick and efficient tweak. Achieved the change in about 5 min using irfanview.