Chitika

Friday, December 14, 2012

Start Visual Studio From Run Command Prompt

This is the short cut to open the visual studio 
Open Run Command Prompt(Start->Programs->Run or Windows Logo + R) and type the text given below.

 devenv : Opens Visual Studio IDE With Splash Screen.
 devenv /nosplash : Opens
Visual Studio IDE Without Splash Screen.
 

If using Visual web developer Express Edition,

 type vwdexpress 

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

No comments:

Post a Comment