I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open.
This ca
Run: Devenv /ResetSkipPkgs
Devenv /ResetSkipPkgs
http://msdn.microsoft.com/en-us/library/ms241276%28VS.80%29.aspx
or
You are probably looking for the /SafeMode command line switch:
/SafeMode
devenv.exe /SafeMode
This will start Visual Studio with all add-ins disabled.