Click here to Skip to main content
15,888,351 members
Articles / General Programming
Tip/Trick

Start Visual Studio From "Run" Command Prompt

Rate me:
Please Sign up or sign in to vote.
4.40/5 (14 votes)
10 Apr 2010CPOL 101.9K   1   6
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)


Written By
Software Developer (Senior)
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

 
GeneralMy vote of 1 Pin
EnglishPimp11-Apr-10 10:07
EnglishPimp11-Apr-10 10:07 
QuestionCan we control over vesion ? Pin
Khaniya29-Mar-10 18:13
professionalKhaniya29-Mar-10 18:13 
AnswerRe: Can we control over vesion ? Pin
Sundeep Ganiga29-Mar-10 22:12
Sundeep Ganiga29-Mar-10 22:12 
GeneralRe: Can we control over vesion ? Pin
PSU Steve30-Mar-10 3:18
professionalPSU Steve30-Mar-10 3:18 
GeneralLoading time for VS with/without splash Pin
supercat929-Mar-10 8:28
supercat929-Mar-10 8:28 
GeneralRe: Loading time for VS with/without splash Pin
Sundeep Ganiga29-Mar-10 22:15
Sundeep Ganiga29-Mar-10 22:15 

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.