今天看到CodeProject上面有一个很实用的小工具,可以清理Visual Studio 2003/2005/2008起始页的最近项目。最近正想找这样的工具,没想到别人已经写了。其实原理很简单,就是操作注册表。

清理Visual Studio 2003/2005/2008起始页的最近项目

原文:Delete Links from the Recent Projects List on the Start Page of Visual Studio 2003, 2005 and 2008


这里还有另外一个工具,实现同样的功能,也是来自CodeProject:

原文:http://www.codeproject.com/KB/cs/VSProjectListEditorIII.aspx

相关文章:

  • 2021-06-03
  • 2021-09-27
  • 2021-08-14
  • 2021-09-03
  • 2021-12-25
  • 2021-09-10
猜你喜欢
  • 2021-07-31
  • 2022-01-31
  • 2021-09-02
  • 2022-12-23
  • 2021-11-23
  • 2021-12-02
相关资源
相似解决方案