如何在Visual Studio中清除MRU列表? [英] How do you clear your MRU list in Visual Studio?

查看:117
本文介绍了如何在Visual Studio中清除MRU列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想清除起始页上的项目列表...我该怎么做?我知道我可以在注册表中进行跟踪,但是有批准的路线吗?

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?

推荐答案

有MSDN文章

There is an MSDN article here which suggests that you just move the projects to a new directory.

但是,正如您提到的,项目列表在此注册表项下保存在注册表中:

However, as you mentioned, the list of projects is kept in the registry under this key:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<version>\ProjectMRUList

,最近的文件列表保存在此键中:

and the list of recent files is kept in this key:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<version>\FILEMRUList

对于Visual Studio 2015的注释:
位置已更改.您可以查看
此答案以了解详细信息.

Note For Visual Studio 2015:
The location has changed. You can check out this answer for details.

有些人已经使用自己的工具自动清除了此注册表项:
Visual Studio最新文件实用程序
用于清理Visual Studio 2008 MRU项目列表的加载项

Some people have automated clearing this registry key with their own tools:
Visual Studio Most Recent Files Utility
Add-in for cleaning Visual Studio 2008 MRU Projects list

这篇关于如何在Visual Studio中清除MRU列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆