bbalegere
Broken In
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
Click Start|Run and type c:\boot.ini.
The file opens in Notepad.
Look for an entry similar to this.
Code:
"multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect"
Code:
"multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /noguiboot /bootlogo"
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