You can shorten start up time for Visual Studio by disabling the splash screen that comes up each time you run the application. To disable it, follow the instructions in this tech-recipe.
1. Right-click on the shortcut for Visual Studio 2005.
2. Select Properties.
3. In the Target text box after devenv.exe”, add one space, and type in /nosplash.
4. Click OK.