Click here to Skip to main content
15,885,366 members
Articles / Visual Studio
Tip/Trick

Remove splash screen of Visual Studio 2008 / 2010

Rate me:
Please Sign up or sign in to vote.
4.89/5 (9 votes)
20 Feb 2011CPOL 41.3K   8   18
Remove splash screen of Visual Studio 2008 / 2010
Get Rid of the Splash Screen?
Here is the solution for you...

1. Go to the properties of your Visual Studio program icon from Start Menu.

2. Select Shortcut tab from property dialog box.

3. Add /nosplash to the end of the Target area.
(i.e., "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /nosplash)

Now you can run Visual Studio. It will not show splash screen anymore!! :)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralAwesome! Works well for SQL Management Studio too. Pin
62316e13-Sep-11 3:22
62316e13-Sep-11 3:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.