Start Visual Studio From "Run" Command Prompt






4.40/5 (11 votes)
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