Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / programming

Start Visual Studio From Run Command Prompt

4.40/5 (14 votes)
10 Apr 2010CPOL 1  
Many developers face this issue of delay in opening Visual Studio IDE.Here is a small solution to resolve this.Open Run Command Prompt(Start->Programs->Run or Windows Logo + R) and type the text given below.a) devenv : Opens VS IDE With Splash Screen.b) devenv...
Many developers face this issue of delay in opening Visual Studio IDE.
Here is a small solution to resolve this.

Open Run Command Prompt(Start->Programs->Run or Windows Logo + R) and type the text given below.

a) devenv : Opens VS IDE With Splash Screen.
b) devenv /nosplash : Opens VS IDE Without Splash Screen.

This helps me a lot in starting VS IDE. Hope it might help you all.

Happy programming,
Sundeep G

License

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