views:

640

answers:

2

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
Karma whore ;) I should have posted my duplicate edit as an answer I guess.
John Sheehan
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
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
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