How to remove projects/ solutions from Recent Projects window in Visual Studio 2005 - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T05:20:08Zhttp://stackoverflow.com/feeds/question/642380http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/642380/how-to-remove-projects-solutions-from-recent-projects-window-in-visual-studio-203How to remove projects/ solutions from Recent Projects window in Visual Studio 2005padn2009-03-13T12:11:10Z2009-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#6423970Answer by decasteljau for How to remove projects/ solutions from Recent Projects window in Visual Studio 2005decasteljau2009-03-13T12:14:27Z2009-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#6423994Answer by George Stocker for How to remove projects/ solutions from Recent Projects window in Visual Studio 2005George Stocker2009-03-13T12:14:52Z2009-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>