Monday, September 8, 2014

Start Visual Studio Faster

I am always looks for ways to make my development machine and environment for efficient.  For me my laptop is never as fast as I want it to be.

I find that opening Visual Studio can be very slow.  I found a setting inside the setup that loads nothing at start up.  My Visual studio now loads much faster.

To Change this setting in Visual Studio
1. Open visual studio ( the slow way loading the start-up page)
2. Go to Tools -> Options on the menu.

3. Set the At Startup to Show Empty environment


Now Visual studio will open faster.

Happy Coding