(Not) Making a Splash with Visual Studio
- by StuartBrierley
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!