.NET Tip of The Day
Learn one new .NET trick every day
Быстрое пополнение счета телефона      Login or Join

Optimize the launch of the Visual Studio 2005

  • Disable "Start Page".
    1. Go to Tools | Options.
    2. In Environment | Startup section, change At startup setting to Show empty environment.
  • Disable splash screen.
    1. Open the properties of Visual Studio 2005 shortcut.
    2. Add the parameter /nosplash to the target.
  • Close all unnecessary panels/tabs to prevent them from appearing when the IDE loads.
9/9/2007

Comments:

The nosplash does not work in the target

Irritated at wrong tips 11/13/2007 8:50:35 AM

Did you enclose path to devenv.exe in quotes? It should be something like this:

"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /nosplash

kostya.ly 11/13/2007 12:31:56 PM

tried this with "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /nosplash , "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe\nosplash" - it didn't let me apply changes , so...

adriana 4/26/2010 1:35:58 PM

Very good! I like this! :)

Riderman 5/26/2010 12:33:57 AM

Name
URL
E-mail
Provide your e-mail address to receive notification about new comments.
Message
HTML tags are not supported.
Please add 8 and 3 and type the answer here:
RSS .NET Tip of The Day
Subscribe to receive one tip from the .NET Tips and Tricks Community per day.
Previous Tips of The Day
The best of the .NET Tips & Tricks Community.
.NET Practitioners .NET Tips & Tricks Community
Every .NET practitioner has a trick up in their sleeve. This is the place to share it with other .NET people.
Submit a Tip
Discovered a new trick? Share it with others.
My Tips
Manage tips you authored.