How to remove projects/ solutions from Recent Projects window in Visual Studio 2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T05:20:08Z http://stackoverflow.com/feeds/question/642380 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/642380/how-to-remove-projects-solutions-from-recent-projects-window-in-visual-studio-20 3 How to remove projects/ solutions from Recent Projects window in Visual Studio 2005 padn 2009-03-13T12:11:10Z 2009-03-22T21:49:16Z <p>In the top left corned of the Visual Studio Start Page there is a Recent Projects section that lists as standard 10 last opened Project. I am aware that this number can be changed using <strong>Tools->Options->Environment->Genera</strong>l and then modifying number in Recent Files section</p> <p>But my question is how could I remove some projects from that recent list?</p> http://stackoverflow.com/questions/642380/how-to-remove-projects-solutions-from-recent-projects-window-in-visual-studio-20/642397#642397 0 Answer by decasteljau for How to remove projects/ solutions from Recent Projects window in Visual Studio 2005 decasteljau 2009-03-13T12:14:27Z 2009-03-13T12:14:27Z <p>go in registry at: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList</p> <p>delete the entries</p> http://stackoverflow.com/questions/642380/how-to-remove-projects-solutions-from-recent-projects-window-in-visual-studio-20/642399#642399 4 Answer by George Stocker for How to remove projects/ solutions from Recent Projects window in Visual Studio 2005 George Stocker 2009-03-13T12:14:52Z 2009-03-13T12:14:52Z <p>This <a href="http://aspnetcoe.wordpress.com/2007/02/06/how-to-remove-recent-projects-from-visual-studio-start-page/" rel="nofollow">blog post</a> answers your question quite nicely. I won't duplicate the author's work here.</p> <h3>Steps to Remove Recent Projects</h3> <ol> <li>Close Visual Studio if it is running.</li> <li>Start the Registry Editor (Start...Run... type <code>regedit</code>).</li> <li>Navigate to this registry key: <code>HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList</code></li> <li>Then delete the key that has the project you do not want to keep in the list.</li> </ol>