Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I clear the "Recent Projects" list in Visual Studio 2008?

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?

like image 828
Michael Kniskern Avatar asked Nov 28 '22 19:11

Michael Kniskern


2 Answers

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

like image 189
Jon Skeet Avatar answered Dec 16 '22 03:12

Jon Skeet


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.

like image 26
DeanOC Avatar answered Dec 16 '22 03:12

DeanOC