Clear Recent Projects list in Visual Studio 2015

后端 未结 4 479
星月不相逢
星月不相逢 2020-12-24 13:33

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

相关标签:
4条回答
  • 2020-12-24 13:44

    Visual Studio 2019 Community Edition, You have the option in the File menu

    Snapshot:

    0 讨论(0)
  • 2020-12-24 13:46

    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.

    0 讨论(0)
  • 2020-12-24 13:56

    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.)

    0 讨论(0)
  • 2020-12-24 13:58

    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.

    0 讨论(0)
提交回复
热议问题