(Not) Making a Splash with Visual Studio

Posted by StuartBrierley on Geeks with Blogs See other posts from Geeks with Blogs or by StuartBrierley
Published on Wed, 02 Jun 2010 07:00:52 GMT Indexed on 2010/06/02 8:14 UTC
Read the original article Hit count: 217

Filed under:

This post is just a quicky to remind me of a Visual Studio switch that I found interesting/useful.

If you are interested in such things, there are a number of command line switches that can be used with Visual Studio.

One that does not appear on the list linked to above is the "nosplash" switch.  This switch disables the splash screen when starting Visual Studio, taking you directly into the IDE.

Close Visual Studio and then add /nosplash after ...devenv.exe in the target of whichever shortcut you use to start Visual Studio.

Starting Visual Studio now should now be quicker, possibly saving precious seconds that you could put to use elsewhere!

© Geeks with Blogs or respective owner