How do you clear your MRU list in Visual Studio?

前端 未结 10 1255
忘了有多久
忘了有多久 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条回答
  •  Happy的楠姐
    2020-12-29 19:03

    For Visual Studio 2013: Open the Run dialog (Press Win + R) type: regedit navigate to: HKEY_CURRENT_USER > Software > Microsoft > VisualStudio click 12.0 then the files will show up on the right side. Look for the "LastLoadedSolution", right click then click Modify change the value to 0.

    This worked for me.

提交回复
热议问题