Does anyone know how to clear the Recent Projects list on the start page of VS2015? Apparently VS2015 doesn\'t have an MRU file in the registry and I can\'t find any tutoria
Visual Studio 2019 Community Edition, You have the option in the File menu
Snapshot:
The easiest solution you could ever found would be the Clear Recent VS Extension.
This extension saved me a lot of time when I moved all the projects from my HDD (D:
partition) to my SSD (P:
partition). I had to remove ~hundred of projects from Start Page
Recent projects section and I did it in "one click".
Just press Ctrl+Shift+Q and then type Clear All
.
To remove a single project from Recent Projects list you can right click on the project and select remove. (The screenshot is in Italian, but it's clear.)
The MRU list just moved for VS 2015. It's still stored in the registry, it's just in a different place.
Open regedit and delete the items in:
Recent Projects
HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\MRUItems\{a9c4a31f-f9cb-47a9-abc0-49ce82d0b3ac}\Items
Recent Files
HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\MRUItems\{01235aad-8f1b-429f-9d02-61a0101ea275}\Items
Restart Visual Studio and that should do it.