65.9K
CodeProject is changing. Read more.
Home

Start Visual Studio From "Run" Command Prompt

Mar 29, 2010

CPOL
viewsIcon

102913

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