Visual studio fast performance with splash disable

Posted by anirudha on Geeks with Blogs See other posts from Geeks with Blogs or by anirudha
Published on Thu, 03 Feb 2011 01:56:46 GMT Indexed on 2011/02/03 7:26 UTC
Read the original article Hit count: 244

Filed under:

Visual studio perform faster whenever you run them in without splash. for running them without splash you need to change some setting for that.

go to shortcut icon of visual studio open the properties and see the target executable the executable location something like

"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" for x64based computer

now you need to add their “ /nosplash” the exe location now goes

"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /nosplash

© Geeks with Blogs or respective owner