VS.NET IDE Question

  • Thread starter Thread starter Jacques Daniels
  • Start date Start date
J

Jacques Daniels

How do I clear the "Start Page" of all recent projects? I deleted the
actual projects and solutions from the hard drive, but they are still
showing up on the start page.

Thanks!
 
With about 30 seconds of investigation I was able to find
the following registry key, which seems to store the MRU
list you referred to:

HKey_Current_User\Software\Microsoft\VisualStudio\7.0
\ProjectMRUList

My guess is that deleting the items should get rid of the
list.

Good luck.
 
Back
Top