How to: Remove Items from the Recent Projects List on the Start Page
The Recent Projects list on the Start Page automatically displays the last six solutions you edited, from newest to oldest. Use this procedure to remove solutions that you do not want to appear in this list.
To remove items from the Recent Projects list
-
Start Windows Explorer and then find the location where your solutions are stored.
For example, \...\Visual Studio 2005\Projects\
Note Visual Studio lists this information in the Visual Studio projects location text box on the General, Projects and Solutions, Options Dialog Box.
-
Select the solutions you do not want to appear in Recent Projects and move these to another location.
For example, \...\Visual Studio 2005\
-
Start Visual Studio.
-
In Recent Projects on the Start Page, click a solution that you moved from the default directory.
The message box that appears indicates that the project you selected cannot be opened and prompts you to remove the project from the list.
-
Click Yes.
You now can move the project back to the original location on disk if you choose. Visual Studio will not display the solution in the Recent Projects list until the next time you open the solution.
-
Repeat steps 4-5 for each solution you moved.
If you want to re-add a solution to the Recent Projects list, open the project from the File menu.
See Also
You may think you found the folder but you need to go where VS thinks it is.
Anyway, having found the folder, it didn't list ANY of the projects showing in my "recent projects" list on the start page. What do I do now?
- 6/9/2010
- Mr Yossu
To be much more efficient, you can run regedit and remove the items stored in:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
Bear in mind that if you only want to remove a subset of items, you'll have to reorganize the list to maintain the proper sequence (no numbers skipped).
- 12/5/2007
- TheIconoclast
- 6/6/2006
- Craig Skibo - MSFT