Reputation: 1969
In the top left corned of the Visual Studio Start Page there is a Recent Projects section that lists as standard 10 last opened Project. I am aware that this number can be changed using Tools->Options->Environment->General and then modifying number in Recent Files section
But my question is how could I remove some projects from that recent list?
Upvotes: 7
Views: 5002
Reputation: 2529
I'll add an answer for people who are using Visual Studio for Mac:
In the menu bar, choose Files ➞ Recent Solutions ➞ Clear.
Upvotes: 0
Reputation: 21
Right click on the Solution icon in Solution Explorer window, change the name of the Solution to a different one. Then double click the project in Recent Projects window. Visual Studio will ask you if you need to delete the project. Click OK to get rid of it.
Upvotes: 2
Reputation: 57877
This blog post answers your question quite nicely. I won't duplicate the author's work here.
regedit
).HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
Upvotes: 8