vote up 3 vote down star
1

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 Tools->Options->Environment->General and then modifying number in Recent Files section

But my question is how could I remove some projects from that recent list?

flag

78% accept rate

2 Answers

vote up 4 vote down check

This blog post answers your question quite nicely. I won't duplicate the author's work here.

Steps to Remove Recent Projects

  1. Close Visual Studio if it is running.
  2. Start the Registry Editor (Start...Run... type regedit).
  3. Navigate to this registry key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
  4. Then delete the key that has the project you do not want to keep in the list.
link|flag
Thanks, I must say that the first thing I was doing I was trying to do a right click to get a context menu with remove option :) – padn Mar 13 at 12:39
vote up 0 vote down

go in registry at: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList

delete the entries

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.