Click here to Skip to main content
15,899,475 members
Articles / General Programming

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 102K   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...

Views

Daily Counts

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