Speeding up Internet Explorer
This is a very nifty trick that you can use with Internet Explorer to make it boot up extremely fast. Simply right click on a shortcut to Internet Explorer and add the parameter ‘-nohome’ to the end of the command line. This will speed up IE a great deal, loading it almost instantly on some systems.
Increase options in Add/Remove programs
Are you not a fan of Windows messenger or simply don’t want Windows Media Player on your system? If you go to Add/Remove Programs in the Control Panel, you will notice that none of XP’s built in programs are visible by default. On the other hand, it is fairly easy to change. Open the file Z:\Windows\inf\sysoc.inf (replace the Z with the letter of the drive where Windows XP is installed) in notepad.
You will see a list of all components that you installed at the moment. If you see the word ‘hide’ beside of an entry, it means that the string is telling Windows not to display the component in the Add/Remove Programs list. You can fix this by simply deleting the word ‘hide’.
After restarting, you should be able to see the program you removed the ‘hide’ from in the Add/Remove Programs list. If you want to quickly view and remove all components, simply open the sysoc.inf file and do a global find then replace the word “,hide” with a single comma, so it looks like “," |