How To Speed Up Visual Studio Start Up
Jan.05, 2009 in
Geeky/Programming
Add /nosplash to the end of your visual studio shortcuts..
also you can also go to tools->options and change the startup to an empty environment to speed up open times
Simlar Posts
- TFS Source Control: No Commands Available
- Visual C++ fatal error LNK1158 midl.exe
- How To: Connect to SQL Server, VS TFS, etc using Windows Authentication when computer is not on Active Directory Domain (XP and Vista!)
- Visual Studio 2005 – C++ Unit Testing – Not so good
- Why isn’t there a Web 2.0 Ajax Visual Studio?

January 5th, 2009 at 8:42 pm
How significant of an improvement is hiding the splash screen? I detest splash screens that pointless delay the application start vs. just being something to look at while the application naturally starts in the background. I’m very surprised and disappointed in Microsoft that Visual Studio’s splash screen is actually an application delayer. MonoDevelop’s splash screen is a useful/appropriate one, as it shows a progress bar indicating how far along it is in the application load process.
My biggest “starting Visual Studio” annoyance is the frequent “Visual Studio 2008 is configuring the environment for first time use” message. I suspect it has something to do with our wonky roaming profile configuration at work. Looking at that message for a minute a handful of times a week is very obnoxious.
May 29th, 2009 at 9:59 am
Wow, my start time went from 30-45 seconds to < 10. What an improvement. Thanks for this simple (yet affective) tip!