Today's Horoscope

Your Ad Here

IP Tracer


Tuesday, August 18, 2009

Disable XP Boot Logo

It is possible to disable XP splash screen, which will slightly speed

up the overall boot process. Be aware that removing the splash screen

will also cause you not to see any boot-up messages that might come up

(chkdsk, convert … ), but if your system runs without any problems then

it should not matter.
1. Edit boot.ini
2. Add ” /noguiboot” right after “/fastdetect”.
(or check the /noguiboot switch in msconfig on the boot.ini tab)
Upon restarting, the splash screen will be gone. It can be re-enabled

by removing the new switch.
Change Search and Run icons in Start Menu

It was impossible to get an Icon Package / Theme that would change ALL the icons in the Start Manu. The Typical Problem would arise with the Search and Run icons (I have disabled the rest…)
A small search in the registry and I managed to identify the “keys” that control the default icons.To change them you need to get in the registry, and that can be done by going to Start > Run (or WinKey+R) and typing “regedit” (yes, without the quotes…)
“Search”
HKEY_CLASSES_ROOT\CLSID\{2559a1f0-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon
“Run”
HKEY_CLASSES_ROOT\CLSID\{2559a1f3-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIconYou can edit each one by double clicking on the respective file.
How do I delete an “undeletable” file?
Open a Command Prompt window and leave it open. Close all open programs. Click Start, Run and enter TASKMGR.EXE .Go to the Processes tab and End Process on Explorer.exe. Leave Task Manager open. Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in. At the command prompt type DEL where is the file you wish to delete. Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell. Close Task Manager.