How do you clear your MRU list in Visual Studio?

前端 未结 10 1251
忘了有多久
忘了有多久 2020-12-29 18:31

I want to clear the list of projects on the start page...how do I do this? I know I can track it down in the registry, but is there an approved route to go?

10条回答
  •  既然无缘
    2020-12-29 18:46

    In Visual Studio 2015 all the history lists (including search history, file MRU and project MRU) are now located at:

    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\MRUItems

    You will see a different GUID folder for each list, and a sub-folder called Items in each of them. Find the Items folder that contains the relevant list, and just delete its parent GUID folder.

    Visual Studio will re-create the GUID folder together with a new Items child folder, next time it wants to add something to the list again.

提交回复
热议问题