| Removing the Windows Splash screen on boot up... Another optimisation tweak for Windows involves removing the splash screen typically seen at startup. Having tried a variety of optimisation techniques, I can say that the effect this has is minimal, but if you're one for squeezing every last drop of performance out of your PC, this one could be for you.
Using Windows Explorer, navigate to your C: drive. If you haven't already, hit Tools - Folder Options, then click the View tab. Ensure that "Show hidden files and folders" is checked and that "Hide protected operating system files" is unchecked. Find boot.ini and open in a text editor such as notepad. On the line similar to:
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
*This line will vary depending on Operating Sytem, this one is from my boot.ini*
add " /noguiboot", which should leave you with a line something like:
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect /noguiboot
Save the file and reboot. You should no longer see the splash screen and enjoy the second or two you've saved yourself waiting for your machine to boot!
Be warned you can miss certain errors when this is enabled, so unless you know how to edit boot.ini from a DOS prompt or Recovery Console, I would suggest leaving it alone. |