I have a simple question. Is it possible to somehow get a log of what is taking so much time to load when starting VS2010? On a default install, starting the IDE is very qui
You can use devenv /log as detailed here: MSDN Blogs: Troubleshooting Extensions with the Activity Log.
devenv /log%APPDATA%\Microsoft\VisualStudio\10.0\ActivityLog.xsl%APPDATA%\Microsoft\VisualStudio\10.0\ActivityLog.xml in a web browser and it will format itself nicely.