Visual Studio Hacks
Tips

Save time at startup by skipping the splash

by dstokes on January 5, 2009

Visual Studio, by default, displays a splash screen at startup.  The splash screen displays branding information for Visual Studio and also includes information (if supplied) for all packages installed.

This information can take time to display and many developers do not wish to see this each time Visual Studio is started, preferring instead to get right to the job at hand.

The display of the splash screen can be turned off by passing the /nosplash parameter to devenv.exe.  The shortcut for Visual Studio can be modified so this happens automatically.

Some developers have told me they see up to a 10 second difference.  The difference on my machine seems like a second or two at most but your mileage will vary based on the speed of your machine.  At a minimum you can skip it if you are not interested in seeing it any longer.

  • I can't see any noticable difference in Visual Studio, but I can see a significant difference in the loading time of SQL Server Management Studio.
  • dick
    Great Great Great...
  • rickrat
    Good tip!
  • que0x
    great ! also works with VS Express
  • Great tip there man! Thanks a mil!

    Ciao!
  • The Ghost
    At 10 seconds a day, that's 50 seconds a week, 52 weeks in a year and you have 43 minutes per year, that could save the US economy ...
  • Reg T
    lol :)
  • Nice. Also works for SQL 2008.
blog comments powered by Disqus

Previous post: Visual Studio Links #95

Next post: Visual Studio Links #96