Wednesday, July 19, 2006

Clear Visual Studio's Recent Project List

I spent some time trying to figure this one out before I realized that there really is no way to do it through the GUI. The only way is through the registry, but it's easy enough.

All entries are under:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\(whatever version you have)\ProjectMRUList

all versions of Visual Studio, since 2002 at least I think, store it on the same location so just go to the folder of the version you want (7 is 2003 and 8 is 2005 by the way) and you should see the ProjectMRUList entry.

Just delete the entries you don't want in your Recent Project List anymore and voila!

0 Comments:

Post a Comment

<< Home