Visual Studio 2008 - Clear Recent Projects List

27. May 2008

Have you ever wanted to clear your "Recent Projects" list on your Visual Studio 2008 start page? If so here's a .reg file that will do it for you:


 Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\ProjectMRUList]
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\ProjectMRUList]


Just copy the above contents into a new file named anything you like, with a .reg extension. When your Recent Projects list gets cluttered and you want to clear it, just double-click the .reg file you just created and it will clear your list.

snippets

Comments

Kevin Nessland
Kevin Nessland
11/26/2008 12:02:36 AM #
Thanks, Brent!
mySilmaril
mySilmaril
1/5/2009 6:01:52 PM #
Thanks Brent. Useful tip.
Comments are closed