4

This question has already an answer here:
How do you clear your MRU list in Visual Studio? - 7 answers

How do I remove all the items from the "Recent Project" list in Visual Studio 2008?

Community
  • 1
  • 1
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
  • 1
    Duplicate: http://stackoverflow.com/questions/82661/how-do-you-clear-your-mru-list-in-visual-studio Posting as an answer since OP edited it out of the post. – John Sheehan Mar 30 '09 at 22:49

3 Answers3

23

Open the registry, and get rid of the values from HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\ProjectMRUList that you don't want.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
  • Sorry, I was writing the answer while you were doing the duplicate edit. I knew it was in the registry, but took a couple of minutes to find the entry. – Jon Skeet Mar 30 '09 at 22:49
  • Thanks! This helped me move my recent projects list to my new computer. – xr280xr Apr 01 '13 at 16:43
3

Further to Jon Skeet's answer, I have found that you also need to rename the items back to File1, File2 etc.

I deleted the first 3 registry entries, and VS2008 didn't show me any recent projects until I renamed File4 to File 1, File5 to File2 etc.

DeanOC
  • 7,142
  • 6
  • 42
  • 56
2

An easier solution and safer then using the registry to remove individual projects is to rename the .sln file. In VS 2008, click on the project. You will be prompted that it can no longer be found and do you want to remove it from the list.