How do I remove all the items from the "Recent Project" list in Visual Studio 2008?
+1
A:
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
2009-03-30 22:46:18
Karma whore ;) I should have posted my duplicate edit as an answer I guess.
John Sheehan
2009-03-30 22:47:03
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
2009-03-30 22:49:08
And yet, no vote to close an obvious dupe. I'm not trying to be petty (even though I am), but as the most prominent member of this community, I'd expect better.
John Sheehan
2009-03-30 22:55:23
A:
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
2009-03-30 22:49:25