问题描述
有人知道如何清除VS2015开始页面上的最近的项目"列表吗?显然,VS2015在注册表中没有MRU文件,我找不到任何有关如何清除2015版本列表的教程.谢谢!
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 tutorials on how to clear the list for the 2015 version. Thanks!
推荐答案
MRU列表刚刚针对VS 2015移动.它仍然存储在注册表中,只是在另一个位置.
The MRU list just moved for VS 2015. It's still stored in the registry, it's just in a different place.
打开regedit并删除以下项目:
Open regedit and delete the items in:
最近的项目 HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\MRUItems\{a9c4a31f-f9cb-47a9-abc0-49ce82d0b3ac}\Items
最近的文件 HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\MRUItems\{01235aad-8f1b-429f-9d02-61a0101ea275}\Items
重新启动Visual Studio,应该这样做.
Restart Visual Studio and that should do it.
这篇关于在Visual Studio 2015中清除最近的项目列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!